File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
security list-keychain -d user -s "$KEYCHAIN_PATH"
54
54
55
55
- name : Setup Nix
56
- uses : ./.github/actions/nix-devshell
56
+ run : brew install xcodegen
57
57
58
58
- name : Build
59
59
run : |
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ get_uuid() {
11
11
XCODE_PROVISIONING_PROFILES_DIR=" $HOME /Library/Developer/Xcode/UserData/Provisioning Profiles"
12
12
CODE_SIGN_IDENTITY=" Developer ID Application: Coder Technologies Inc (4399GN35BJ)"
13
13
14
- export APP_PROVISIONING_PROFILE_ID=$( get_uuid " $APP_PROF_PATH " )
15
- export EXT_PROVISIONING_PROFILE_ID=$( get_uuid " $EXT_PROF_PATH " )
14
+ APP_PROVISIONING_PROFILE_ID=$( get_uuid " $APP_PROF_PATH " )
15
+ EXT_PROVISIONING_PROFILE_ID=$( get_uuid " $EXT_PROF_PATH " )
16
16
export RELEASE_BUILD=true
17
17
# `xcodegen` environment variables set
18
18
make
21
21
cp " $APP_PROF_PATH " " ${XCODE_PROVISIONING_PROFILES_DIR} /${app_prof_id} .provisionprofile"
22
22
cp " $EXT_PROF_PATH " " ${XCODE_PROVISIONING_PROFILES_DIR} /${ext_prof_id} .provisionprofile"
23
23
24
+ export APP_PROVISIONING_PROFILE_ID
25
+ export EXT_PROVISIONING_PROFILE_ID
24
26
xcodebuild \
25
27
-project " Coder Desktop/Coder Desktop.xcodeproj" \
26
28
-scheme " Coder Desktop" \
27
29
-configuration " Release" \
28
30
CODE_SIGN_STYLE=Manual \
29
- CODE_SIGN_IDENTITY=" $CODE_SIGN_IDENTITY " \
30
- CODER_APP_PROFILE=" $app_prof_id " \
31
- CODER_EXT_PROFILE=" $ext_prof_id " | xcpretty
31
+ CODE_SIGN_IDENTITY=" $CODE_SIGN_IDENTITY " | xcpretty
You can’t perform that action at this time.
0 commit comments