Skip to content

Commit e41a746

Browse files
committed
chore: use app store connect
1 parent a9cf05f commit e41a746

36 files changed

+42
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ jobs:
5353
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
5454
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{ secrets.FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}
5555
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
56+
APPSTORE_CONNECT_KEYID: ${{ secrets.APPSTORE_CONNECT_KEYID }}
57+
APPSTORE_CONNECT_ISSUERID: ${{ secrets.APPSTORE_CONNECT_ISSUERID }}
58+
APPSTORE_CONNECT_PRIVATE_KEY: ${{ secrets.APPSTORE_CONNECT_PRIVATE_KEY }}

ios/fastlane/Deliverfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The Deliverfile allows you to store various App Store Connect metadata
2+
# For more information, check out the docs
3+
# https://docs.fastlane.tools/actions/deliver/

ios/fastlane/Fastfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ platform :ios do
1111
workspace: "Runner.xcworkspace",
1212
scheme: "Runner",
1313
)
14+
app_store_connect_api_key(
15+
key_id: ENV["APPSTORE_CONNECT_KEYID"],
16+
issuer_id: ENV["APPSTORE_CONNECT_ISSUERID"],
17+
key_content: ENV["APPSTORE_CONNECT_PRIVATE_KEY"]
18+
)
1419
upload_to_testflight
1520
end
1621
end
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Nimona Identity
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)