Skip to content

Commit d413225

Browse files
committed
chore(ci): change code sign style to manual for pocket-ios release build
1 parent 9b4be89 commit d413225

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/release-pocket-ios.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ jobs:
102102
-configuration Release \
103103
-destination "generic/platform=iOS" \
104104
-archivePath "$RUNNER_TEMP/App.xcarchive" \
105-
DEVELOPMENT_TEAM=433DLLA855 \
106-
CODE_SIGN_STYLE=Manual \
107-
CODE_SIGN_IDENTITY="Apple Distribution" \
108-
PROVISIONING_PROFILE_SPECIFIER="AIRI CI" \
109105
CURRENT_PROJECT_VERSION=${{ env.BUILD_NUMBER }}
110106
111107
- name: Export IPA

apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@
343343
buildSettings = {
344344
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon_LiquidGlass;
345345
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
346-
CODE_SIGN_IDENTITY = "Apple Development";
347-
CODE_SIGN_STYLE = Automatic;
346+
CODE_SIGN_IDENTITY = "Apple Distribution";
347+
CODE_SIGN_STYLE = Manual;
348348
CURRENT_PROJECT_VERSION = 13;
349349
DEVELOPMENT_TEAM = 433DLLA855;
350350
INFOPLIST_FILE = App/Info.plist;
@@ -358,7 +358,7 @@
358358
MARKETING_VERSION = 0.9.0;
359359
PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket";
360360
PRODUCT_NAME = "$(TARGET_NAME)";
361-
PROVISIONING_PROFILE_SPECIFIER = "";
361+
PROVISIONING_PROFILE_SPECIFIER = "AIRI CI";
362362
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
363363
SWIFT_VERSION = 5.0;
364364
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)