mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
checkipa.sh: Remove the assertion on the presence of archived-expanded-entitlements.xcent, which disappears with Xcode 9.3
This commit is contained in:
@@ -30,7 +30,9 @@ rm -r "$tmp"
|
||||
if [ -z "$xcent" ]
|
||||
then
|
||||
echo "$1 has no archived-expanded-entitlements.xcent."
|
||||
exit 2
|
||||
|
||||
# It seems that since Xcode 9.3, this file is no more present (https://forums.developer.apple.com/thread/99923)
|
||||
#exit 2
|
||||
fi
|
||||
|
||||
# Check the aps-environment embedded in the binary.
|
||||
|
||||
Reference in New Issue
Block a user