Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c656d2c

Browse files
committed
FIX: swap watchOS signing identities in Widgets Debug/Release configs
1 parent e15311d commit c656d2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ios/BlueWallet.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@
15721572
CODE_SIGN_IDENTITY = "Apple Development";
15731573
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15741574
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
1575-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Distribution";
1575+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
15761576
CODE_SIGN_STYLE = Manual;
15771577
CURRENT_PROJECT_VERSION = 1703259999;
15781578
DEAD_CODE_STRIPPING = YES;
@@ -1632,7 +1632,7 @@
16321632
CODE_SIGN_IDENTITY = "Apple Development";
16331633
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
16341634
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Distribution";
1635-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
1635+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Distribution";
16361636
CODE_SIGN_STYLE = Manual;
16371637
COPY_PHASE_STRIP = NO;
16381638
CURRENT_PROJECT_VERSION = 1703259999;

0 commit comments

Comments
 (0)