@@ -13,8 +13,6 @@
#define kVLCVersionCodename @"All Along the Watchtower"
-#define kVLCApplicationGroupIdentifier GROUP_IDENTIFIER
-
#define kVLCRecentURLs @"recent-urls"
#define kVLCStoreDropboxCredentials @"kVLCStoreDropboxCredentials"
#define kVLCStoreOneDriveCredentials @"kVLCStoreOneDriveCredentials"
@@ -18,5 +18,3 @@ BUNDLE_IDENTIFIER_PREFIX=com.example
GROUP_IDENTIFIER=group.$(BUNDLE_IDENTIFIER_PREFIX).vlc-ios
KEYCHAIN_ACCESS_GROUP=$(AppIdentifierPrefix)$(BUNDLE_IDENTIFIER_PREFIX).vlc-ios
-GCC_PREPROCESSOR_DEFINITIONS = "GROUP_IDENTIFIER=@\"$(GROUP_IDENTIFIER)\"";
@@ -243,6 +243,8 @@
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>MLKitGroupIdentifier</key>
+ <string>$(GROUP_IDENTIFIER)</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
#define kVLCSettingPasscodeKey @"Passcode"
#define kVLCSettingPasscodeOnKey @"PasscodeProtection"
#define kVLCSettingPasscodeAllowTouchID @"AllowTouchID"
@@ -22,6 +22,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>271.1</string>
<key>NSExtension</key>
<key>NSExtensionAttributes</key>