Skip to content

Commit 4dedb3b

Browse files
bump
1 parent 48d6b9b commit 4dedb3b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ jobs:
124124
else
125125
INFO_PLIST_PATH="${{ env.UNITY_PROJECT_PATH }}/Builds/${{ matrix.build-target }}/com.test.buildalon.xcode/Info.plist"
126126
fi
127+
# make sure plist buddy is installed
128+
if ! command -v /usr/libexec/PlistBuddy &> /dev/null
129+
then
130+
echo "PlistBuddy could not be found"
131+
exit 1
132+
fi
127133
# set ITSAppUsesNonExemptEncryption to false in Info.plist using PlistBuddy
128134
/usr/libexec/PlistBuddy -c "Add :ITSAppUsesNonExemptEncryption bool false" "$INFO_PLIST_PATH"
129135
- uses: ./ # buildalon/unity-xcode-builder

0 commit comments

Comments
 (0)