chore: migrate to v3 and adopt Doppler for secrets management #3

Open
kamil wants to merge 574 commits from v3-cleanup into main
3 changed files with 6 additions and 5 deletions
Showing only changes of commit d7319b3f7c - Show all commits

View File

@@ -104,7 +104,7 @@ jobs:
echo "DEBUG: APPLE_TEAM_ID=$APPLE_TEAM_ID"
echo "DEBUG: profiles dir listing:"
ls ~/Library/MobileDevice/Provisioning\ Profiles/
just ios-archive "$APPLE_TEAM_ID" "$PROFILE_UUID"
just ios-archive "$APPLE_TEAM_ID" "$PROFILE_NAME"
- name: Export IPA
run: just ios-export

View File

@@ -54,7 +54,7 @@ targets:
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "Apple Distribution"
DEVELOPMENT_TEAM: GHZXC6FVMU
PROVISIONING_PROFILE: $(PROFILE_UUID)
PROVISIONING_PROFILE_SPECIFIER: "LibNovel Distribution"
LibNovelTests:
type: bundle.unit-test

View File

@@ -130,8 +130,8 @@ ios-test: ios-gen ios-resolve
# Archive a signed Release build (requires valid signing identity in keychain).
# Output: {{runner_temp}}/LibNovel.xcarchive
# Typically called from CI after importing certificate + provisioning profile.
# Usage: just ios-archive <team-id> <profile-uuid>
ios-archive team_id profile_uuid: ios-gen ios-resolve
# Usage: just ios-archive <team-id> <profile-name>
ios-archive team_id profile_name: ios-gen ios-resolve
cd {{ios_dir}} && xcodebuild archive \
-project {{ios_scheme}}.xcodeproj \
-scheme {{ios_scheme}} \
@@ -140,8 +140,9 @@ ios-archive team_id profile_uuid: ios-gen ios-resolve
-clonedSourcePackagesDirPath {{ios_spm}} \
-archivePath {{runner_temp}}/LibNovel.xcarchive \
CODE_SIGN_STYLE=Manual \
CODE_SIGN_IDENTITY="Apple Distribution" \
DEVELOPMENT_TEAM="{{team_id}}" \
PROVISIONING_PROFILE="{{profile_uuid}}"
PROVISIONING_PROFILE_SPECIFIER="{{profile_name}}"
# Export an IPA from the archive produced by ios-archive.
# Requires ios/LibNovel/ExportOptions.plist.