File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ CODE_SIGN_IDENTITY="Developer ID Application: Coder Technologies Inc (4399GN35BJ
1313
1414APP_PROVISIONING_PROFILE_ID=$( get_uuid " $APP_PROF_PATH " )
1515EXT_PROVISIONING_PROFILE_ID=$( get_uuid " $EXT_PROF_PATH " )
16- export RELEASE_BUILD=true
17- # `xcodegen` environment variables set
18- make
16+ RELEASE_BUILD=true
1917
2018# Install Provisioning Profiles
21- cp " $APP_PROF_PATH " " ${XCODE_PROVISIONING_PROFILES_DIR} /${app_prof_id } .provisionprofile"
22- cp " $EXT_PROF_PATH " " ${XCODE_PROVISIONING_PROFILES_DIR} /${ext_prof_id } .provisionprofile"
19+ cp " $APP_PROF_PATH " " ${XCODE_PROVISIONING_PROFILES_DIR} /${APP_PROVISIONING_PROFILE_ID } .provisionprofile"
20+ cp " $EXT_PROF_PATH " " ${XCODE_PROVISIONING_PROFILES_DIR} /${EXT_PROVISIONING_PROFILE_ID } .provisionprofile"
2321
2422export APP_PROVISIONING_PROFILE_ID
2523export EXT_PROVISIONING_PROFILE_ID
24+ export RELEASE_BUILD
25+ make
2626xcodebuild \
2727 -project " Coder Desktop/Coder Desktop.xcodeproj" \
2828 -scheme " Coder Desktop" \
You can’t perform that action at this time.
0 commit comments