Skip to content

Commit 75a488b

Browse files
committed
chore: this is 2.1.2-dev
1 parent 6095194 commit 75a488b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
PRODUCT_BUNDLE_IDENTIFIER = io.witnet.myWitWallet;
459459
PRODUCT_NAME = "$(TARGET_NAME)";
460460
PROVISIONING_PROFILE_SPECIFIER = "";
461-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore io.witnet.myWitWallet 1723551508";
461+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore io.witnet.myWitWallet";
462462
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
463463
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
464464
SWIFT_VERSION = 5.0;
@@ -489,7 +489,7 @@
489489
PRODUCT_BUNDLE_IDENTIFIER = io.witnet.myWitWallet;
490490
PRODUCT_NAME = "$(TARGET_NAME)";
491491
PROVISIONING_PROFILE_SPECIFIER = "";
492-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore io.witnet.myWitWallet 1723551508";
492+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore io.witnet.myWitWallet";
493493
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
494494
SWIFT_VERSION = 5.0;
495495
VERSIONING_SYSTEM = "apple-generic";

ios/export_options.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>provisioningProfiles</key>
1010
<dict>
1111
<key>io.witnet.myWitWallet</key>
12-
<string>match AppStore io.witnet.myWitWallet 1723551508</string>
12+
<string>match AppStore io.witnet.myWitWallet</string>
1313
</dict>
1414
<key>signingCertificate</key>
1515
<string>iOS Distribution</string>
@@ -22,4 +22,4 @@
2222
<key>thinning</key>
2323
<string>&lt;none&gt;</string>
2424
</dict>
25-
</plist>
25+
</plist>

0 commit comments

Comments
 (0)