File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >method</key >
6+ <string >app-store-connect</string >
7+ <key >signingStyle</key >
8+ <string >automatic</string >
9+ <key >teamID</key >
10+ <string >__TEAM_ID__</string >
11+ </dict >
12+ </plist >
Original file line number Diff line number Diff line change 33 "PROJECT_PATH" : " FoundationLab.xcodeproj" ,
44 "SCHEME" : " Foundation Lab" ,
55 "CONFIGURATION" : " Release" ,
6- "EXPORT_OPTIONS" : " .asc/ExportOptions/TestFlight.plist"
6+ "EXPORT_OPTIONS_TEMPLATE" : " .asc/ExportOptions/TestFlight.plist.template" ,
7+ "EXPORT_OPTIONS" : " .asc/ExportOptions/TestFlight.generated.plist"
78 },
89 "before_all" : " asc auth status --validate" ,
910 "workflows" : {
1819 "name" : " validate_inputs" ,
1920 "run" : " for key in APP_ID TESTFLIGHT_GROUP TARGET_BUNDLE_ID TEAM_ID VERSION; do if [ -z \" ${!key}\" ]; then echo \" $key is required\" >&2; exit 1; fi; done"
2021 },
22+ {
23+ "name" : " render_export_options" ,
24+ "run" : " sed \" s/__TEAM_ID__/$TEAM_ID/g\" \" $EXPORT_OPTIONS_TEMPLATE\" > \" $EXPORT_OPTIONS\" && plutil -lint \" $EXPORT_OPTIONS\" >/dev/null"
25+ },
2126 {
2227 "name" : " resolve_next_build" ,
2328 "run" : " asc builds next-build-number --app \" $APP_ID\" --version \" $VERSION\" --platform IOS --initial-build-number 1 --output json" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ xcuserdata/
1414* .dSYM
1515
1616.asc /artifacts /
17+ .asc /ExportOptions /TestFlight.generated.plist
1718.asc /runs /
1819
1920# # Playgrounds
You can’t perform that action at this time.
0 commit comments