diff --git a/nymea-app/nymea-app.pro b/nymea-app/nymea-app.pro index fc7f817f..14bbb160 100644 --- a/nymea-app/nymea-app.pro +++ b/nymea-app/nymea-app.pro @@ -160,7 +160,7 @@ ios: { QMAKE_SUBSTITUTES += plist QMAKE_INFO_PLIST = $$OUT_PWD/Info.plist OTHER_FILES += $${IOS_PACKAGE_DIR}/Info.plist.in \ - $${IOS_PACKAGE_DIR}/pushnotifications.entitlements \ + $${IOS_PACKAGE_DIR}/app.entitlements \ $${IOS_PACKAGE_DIR}/GoogleService-Info.plist QMAKE_ASSET_CATALOGS += $${IOS_PACKAGE_DIR}/Assets.xcassets @@ -173,7 +173,7 @@ ios: { QMAKE_MAC_XCODE_SETTINGS += IOS_DEVELOPMENT_TEAM IOS_ENTITLEMENTS.name = CODE_SIGN_ENTITLEMENTS - IOS_ENTITLEMENTS.value = $$files($${IOS_PACKAGE_DIR}/pushnotifications.entitlements) + IOS_ENTITLEMENTS.value = $$files($${IOS_PACKAGE_DIR}/app.entitlements) QMAKE_MAC_XCODE_SETTINGS += IOS_ENTITLEMENTS } diff --git a/packaging/ios/pushnotifications.entitlements b/packaging/ios/app.entitlements similarity index 76% rename from packaging/ios/pushnotifications.entitlements rename to packaging/ios/app.entitlements index 903def2a..41b93296 100644 --- a/packaging/ios/pushnotifications.entitlements +++ b/packaging/ios/app.entitlements @@ -4,5 +4,7 @@ aps-environment development + com.apple.developer.networking.multicast +