Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 22, 2024
1 parent 3862371 commit c4081dc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions ios/Runner/export.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>compileBitcode</key>
<true/>
<key>method</key>
<string>app-store</string>
<key>provisioningProfiles</key>
<dict>
<key>com.codel1417.tailApp</key>
<string>match AppStore com.codel1417.tailApp</string>
</dict>
<key>signingCertificate</key>
<string>iOS Distribution</string>
<key>signingStyle</key>
<string>manual</string>
<key>stripSwiftSymbols</key>
<true/>
<key>teamID</key>
<string>SKRSQZ43AV</string>
<key>thinning</key>
<string>&lt;none&gt;</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform :ios do
team_id: "SKRSQZ43AV",
api_key_path:"APPLE_SECRETS.json",
)
sh "flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION "
sh "flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ../Runner/export.plist"
build_app(
skip_build_archive: true,
archive_path: "../build/ios/archive/Runner.xcarchive",
Expand Down

0 comments on commit c4081dc

Please sign in to comment.