File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments