Skip to content

Commit 48d6b9b

Browse files
bump
1 parent a3de592 commit 48d6b9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
- name: Update Info.Plist with encription compliance
111111
shell: bash
112112
run: |
113+
set -xe
113114
# find the Info.plist file in the build directory
114115
# MacOSStandalone Info.plist path: /Users/runner/work/unity-xcode-builder/unity-xcode-builder/UnityProject/Builds/StandaloneOSX/com.test.buildalon.xcode/UnityProject/UnityProject/Info.plist
115116
# all others: /Users/runner/work/unity-xcode-builder/unity-xcode-builder/UnityProject/Builds/iOS/com.test.buildalon.xcode/Info.plist
@@ -123,7 +124,7 @@ jobs:
123124
else
124125
INFO_PLIST_PATH="${{ env.UNITY_PROJECT_PATH }}/Builds/${{ matrix.build-target }}/com.test.buildalon.xcode/Info.plist"
125126
fi
126-
# ITSAppUsesNonExemptEncryption === false
127+
# set ITSAppUsesNonExemptEncryption to false in Info.plist using PlistBuddy
127128
/usr/libexec/PlistBuddy -c "Add :ITSAppUsesNonExemptEncryption bool false" "$INFO_PLIST_PATH"
128129
- uses: ./ # buildalon/unity-xcode-builder
129130
id: xcode-build

0 commit comments

Comments
 (0)