From fb8d57c0ee47af2710d1c0fde971f1e4787d7fb1 Mon Sep 17 00:00:00 2001 From: b3ni15 Date: Tue, 3 Mar 2026 22:11:16 +0100 Subject: [PATCH] Refactor entitlements and project settings to unify app group identifiers and update team identifiers --- .../FirkaWatch Watch App.entitlements | 6 +- ...kaWatchComplicationsExtension.entitlements | 8 +- firka/ios/HomeWidgetsExtension.entitlements | 8 +- firka/ios/LiveActivityWidget.entitlements | 8 +- firka/ios/Runner.xcodeproj/project.pbxproj | 147 ++++++++-------- firka/ios/Runner/Info.plist | 160 +++++++++--------- firka/ios/Runner/Runner.entitlements | 6 +- 7 files changed, 173 insertions(+), 170 deletions(-) diff --git a/firka/ios/FirkaWatch Watch App/FirkaWatch Watch App.entitlements b/firka/ios/FirkaWatch Watch App/FirkaWatch Watch App.entitlements index b76b3da..eb847b5 100644 --- a/firka/ios/FirkaWatch Watch App/FirkaWatch Watch App.entitlements +++ b/firka/ios/FirkaWatch Watch App/FirkaWatch Watch App.entitlements @@ -2,15 +2,15 @@ + com.apple.developer.ubiquity-kvstore-identifier + $(TeamIdentifierPrefix)app.firka.firkaa com.apple.security.application-groups - group.app.firka.firkaa + group.app.firka.firka keychain-access-groups $(AppIdentifierPrefix)app.firka.shared - com.apple.developer.ubiquity-kvstore-identifier - $(TeamIdentifierPrefix)app.firka.firkaa diff --git a/firka/ios/FirkaWatchComplicationsExtension.entitlements b/firka/ios/FirkaWatchComplicationsExtension.entitlements index a96138b..48842b5 100644 --- a/firka/ios/FirkaWatchComplicationsExtension.entitlements +++ b/firka/ios/FirkaWatchComplicationsExtension.entitlements @@ -2,11 +2,11 @@ - com.apple.security.application-groups - - group.app.firka.firkaa - com.apple.developer.ubiquity-kvstore-identifier $(TeamIdentifierPrefix)app.firka.firkaa + com.apple.security.application-groups + + group.app.firka.firka + diff --git a/firka/ios/HomeWidgetsExtension.entitlements b/firka/ios/HomeWidgetsExtension.entitlements index af013c5..5f9512f 100644 --- a/firka/ios/HomeWidgetsExtension.entitlements +++ b/firka/ios/HomeWidgetsExtension.entitlements @@ -2,11 +2,11 @@ - com.apple.security.application-groups - - group.app.firka.firkaa - com.apple.developer.ubiquity-kvstore-identifier $(TeamIdentifierPrefix)$(CFBundleIdentifier) + com.apple.security.application-groups + + group.app.firka.firka + diff --git a/firka/ios/LiveActivityWidget.entitlements b/firka/ios/LiveActivityWidget.entitlements index 95a6893..0648e4d 100644 --- a/firka/ios/LiveActivityWidget.entitlements +++ b/firka/ios/LiveActivityWidget.entitlements @@ -4,11 +4,11 @@ aps-environment development - com.apple.security.application-groups - - group.app.firka.firkaa - com.apple.developer.ubiquity-kvstore-identifier $(TeamIdentifierPrefix)$(CFBundleIdentifier) + com.apple.security.application-groups + + group.app.firka.firka + diff --git a/firka/ios/Runner.xcodeproj/project.pbxproj b/firka/ios/Runner.xcodeproj/project.pbxproj index ff512d5..62f1e1a 100644 --- a/firka/ios/Runner.xcodeproj/project.pbxproj +++ b/firka/ios/Runner.xcodeproj/project.pbxproj @@ -1030,27 +1030,27 @@ }; name = Profile; }; - 249021D4217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { + 249021D4217E4FDB00AE95B9 /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Firka Testing"; - INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; + INFOPLIST_FILE = Runner/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = Firka; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0.9; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -1135,7 +1135,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1153,7 +1153,7 @@ MARKETING_VERSION = "$(FLUTTER_BUILD_NAME)"; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.LiveActivityWidget; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.LiveActivityWidget; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; @@ -1186,7 +1186,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1203,7 +1203,7 @@ LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MARKETING_VERSION = "$(FLUTTER_BUILD_NAME)"; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.LiveActivityWidget; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.LiveActivityWidget; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; @@ -1234,7 +1234,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1251,7 +1251,7 @@ LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MARKETING_VERSION = "$(FLUTTER_BUILD_NAME)"; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.LiveActivityWidget; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.LiveActivityWidget; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; @@ -1281,7 +1281,7 @@ CODE_SIGN_ENTITLEMENTS = FirkaWatchComplicationsExtension.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1301,7 +1301,7 @@ MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ""; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.watchkitapp.complications; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.watchkitapp.complications; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = watchos; SKIP_INSTALL = YES; @@ -1334,7 +1334,7 @@ CODE_SIGN_ENTITLEMENTS = FirkaWatchComplicationsExtension.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1352,7 +1352,7 @@ MARKETING_VERSION = 1.0; MTL_FAST_MATH = YES; OTHER_LDFLAGS = ""; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.watchkitapp.complications; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.watchkitapp.complications; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = watchos; SKIP_INSTALL = YES; @@ -1384,7 +1384,7 @@ CODE_SIGN_ENTITLEMENTS = FirkaWatchComplicationsExtension.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1402,7 +1402,7 @@ MARKETING_VERSION = 1.0; MTL_FAST_MATH = YES; OTHER_LDFLAGS = ""; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.watchkitapp.complications; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.watchkitapp.complications; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = watchos; SKIP_INSTALL = YES; @@ -1435,7 +1435,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1454,7 +1454,7 @@ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.HomeWidgetsExtension; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.HomeWidgetsExtension; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; @@ -1486,7 +1486,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1503,7 +1503,7 @@ LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MARKETING_VERSION = "$(FLUTTER_BUILD_NAME)"; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.HomeWidgetsExtension; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.HomeWidgetsExtension; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; @@ -1533,7 +1533,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; @@ -1550,7 +1550,7 @@ LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MARKETING_VERSION = "$(FLUTTER_BUILD_NAME)"; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.HomeWidgetsExtension; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.HomeWidgetsExtension; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; @@ -1563,9 +1563,9 @@ }; name = Profile; }; - 4FF81B9C2F2EB4C300E95BA0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { + 4FF81B9C2F2EB4C300E95BA0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { ARCHS = "$(ARCHS_STANDARD)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon; @@ -1579,14 +1579,15 @@ CODE_SIGN_ENTITLEMENTS = "FirkaWatch Watch App/FirkaWatch Watch App.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_CFBundleDisplayName = FirkaWatch; - INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; - INFOPLIST_KEY_WKCompanionAppBundleIdentifier = app.firka.firkaa; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = FirkaWatch; + INFOPLIST_KEY_NSSupportsLiveActivities = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + INFOPLIST_KEY_WKCompanionAppBundleIdentifier = app.firka.firkaa; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1596,7 +1597,7 @@ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.watchkitapp; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.watchkitapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = watchos; @@ -1615,9 +1616,9 @@ }; name = Debug; }; - 4FF81B9D2F2EB4C300E95BA0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { + 4FF81B9D2F2EB4C300E95BA0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { ARCHS = "$(ARCHS_STANDARD)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon; @@ -1631,14 +1632,15 @@ CODE_SIGN_ENTITLEMENTS = "FirkaWatch Watch App/FirkaWatch Watch App.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_CFBundleDisplayName = FirkaWatch; - INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; - INFOPLIST_KEY_WKCompanionAppBundleIdentifier = app.firka.firkaa; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = FirkaWatch; + INFOPLIST_KEY_NSSupportsLiveActivities = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + INFOPLIST_KEY_WKCompanionAppBundleIdentifier = app.firka.firkaa; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1646,7 +1648,7 @@ LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MARKETING_VERSION = 1.0; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.watchkitapp; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.watchkitapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = watchos; @@ -1664,9 +1666,9 @@ }; name = Release; }; - 4FF81B9E2F2EB4C300E95BA0 /* Profile */ = { - isa = XCBuildConfiguration; - buildSettings = { + 4FF81B9E2F2EB4C300E95BA0 /* Profile */ = { + isa = XCBuildConfiguration; + buildSettings = { ARCHS = "$(ARCHS_STANDARD)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon; @@ -1680,14 +1682,15 @@ CODE_SIGN_ENTITLEMENTS = "FirkaWatch Watch App/FirkaWatch Watch App.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_CFBundleDisplayName = FirkaWatch; - INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; - INFOPLIST_KEY_WKCompanionAppBundleIdentifier = app.firka.firkaa; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = FirkaWatch; + INFOPLIST_KEY_NSSupportsLiveActivities = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + INFOPLIST_KEY_WKCompanionAppBundleIdentifier = app.firka.firkaa; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1695,7 +1698,7 @@ LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MARKETING_VERSION = 1.0; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa.watchkitapp; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka.watchkitapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = watchos; @@ -1828,27 +1831,27 @@ }; name = Release; }; - 97C147061CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; - buildSettings = { + 97C147061CF9000F007C117D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; + buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Firka Testing"; - INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; + INFOPLIST_FILE = Runner/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = Firka; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0.9; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -1864,27 +1867,27 @@ }; name = Debug; }; - 97C147071CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { + 97C147071CF9000F007C117D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1101; - DEVELOPMENT_TEAM = UT7MSP4GWZ; + DEVELOPMENT_TEAM = R9PZGUCNJ3; ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = "Firka Testing"; - INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; + INFOPLIST_FILE = Runner/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = Firka; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0.9; - PRODUCT_BUNDLE_IDENTIFIER = app.firka.firkaa; + PRODUCT_BUNDLE_IDENTIFIER = app.firka.firka; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; diff --git a/firka/ios/Runner/Info.plist b/firka/ios/Runner/Info.plist index 55b3158..3ae09b0 100644 --- a/firka/ios/Runner/Info.plist +++ b/firka/ios/Runner/Info.plist @@ -1,89 +1,89 @@ - - BGTaskSchedulerPermittedIdentifiers - - app.firka.timetable.refresh - - CADisableMinimumFrameDurationOnPhone - - CFBundleAllowMixedLocalizations - - CFBundleDevelopmentRegion + + BGTaskSchedulerPermittedIdentifiers + + app.firka.timetable.refresh + + CADisableMinimumFrameDurationOnPhone + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + Firka Testing + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleLocalizations + en - CFBundleLocalizations - - en - hu - de - - CFBundleDisplayName - Firka Testing - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - firka - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleSignature - ???? - CFBundleURLTypes - - - CFBundleURLName - app.firka.firkaa - CFBundleURLSchemes - - firka - - - - CFBundleVersion - 1101 - LSRequiresIPhoneOS - - NSAppTransportSecurity + hu + de + + CFBundleName + firka + CFBundlePackageType + APPL + CFBundleShortVersionString + $(FLUTTER_BUILD_NAME) + CFBundleSignature + ???? + CFBundleURLTypes + - NSAllowsArbitraryLoads - + CFBundleURLName + app.firka.firkaa + CFBundleURLSchemes + + firka + - NSSupportsLiveActivities + + CFBundleVersion + 1101 + LSRequiresIPhoneOS + + NSAppTransportSecurity + + NSAllowsArbitraryLoads - NSSupportsLiveActivitiesFrequentUpdates - - UIApplicationSupportsIndirectInputEvents - - UIBackgroundModes - - remote-notification - fetch - processing - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIStatusBarHidden - + NSSupportsLiveActivities + + NSSupportsLiveActivitiesFrequentUpdates + + UIApplicationSupportsIndirectInputEvents + + UIBackgroundModes + + remote-notification + fetch + processing + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIStatusBarHidden + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + diff --git a/firka/ios/Runner/Runner.entitlements b/firka/ios/Runner/Runner.entitlements index 60b320e..bc28259 100644 --- a/firka/ios/Runner/Runner.entitlements +++ b/firka/ios/Runner/Runner.entitlements @@ -4,17 +4,17 @@ aps-environment development + com.apple.developer.ubiquity-kvstore-identifier + $(TeamIdentifierPrefix)app.firka.firkaa com.apple.developer.usernotifications.time-sensitive com.apple.security.application-groups - group.app.firka.firkaa + group.app.firka.firka keychain-access-groups $(AppIdentifierPrefix)app.firka.shared - com.apple.developer.ubiquity-kvstore-identifier - $(TeamIdentifierPrefix)app.firka.firkaa