diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 2e4e0b3..ed0c2db 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -499,7 +499,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.allscoreApp; + PRODUCT_BUNDLE_IDENTIFIER = com.allscore; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -683,7 +683,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.allscoreApp; + PRODUCT_BUNDLE_IDENTIFIER = com.allscore; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -707,7 +707,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.allscoreApp; + PRODUCT_BUNDLE_IDENTIFIER = com.allscore; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index c5e6dd7..f34d25f 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,43 +2,69 @@ + CADisableMinimumFrameDurationOnPhone + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName ALLSCORE CFBundleExecutable $(EXECUTABLE_NAME) + CFBundleIconName + AppIcon CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName ALLSCORE - CFBundleIconName - AppIcon - UIApplicationSupportsMultipleScenes - - UISceneConfigurations - - UIApplicationSupportsMultipleScenes - - UISceneConfigurations - - CFBundlePackageType APPL CFBundleShortVersionString $(FLUTTER_BUILD_NAME) CFBundleSignature ???? + CFBundleURLTypes + + + CFBundleURLSchemes + + com.googleusercontent.apps.452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l + + + CFBundleVersion $(FLUTTER_BUILD_NUMBER) + GADApplicationIdentifier + ca-app-pub-3940256099942544~1458002511 + GIDClientID + 452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l.apps.googleusercontent.com LSRequiresIPhoneOS + NSPhotoLibraryUsageDescription + This app requires access to the photo library to allow you to upload images. + SKAdNetworkItems + + + SKAdNetworkIdentifier + cstr6suwn9.skadnetwork + + + UIApplicationSupportsIndirectInputEvents + + UIApplicationSupportsMultipleScenes + UILaunchStoryboardName LaunchScreen UIMainStoryboardFile Main + UISceneConfigurations + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait @@ -52,32 +78,5 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - CADisableMinimumFrameDurationOnPhone - - UIApplicationSupportsIndirectInputEvents - - GADApplicationIdentifier - ca-app-pub-3940256099942544~1458002511 - SKAdNetworkItems - - - SKAdNetworkIdentifier - cstr6suwn9.skadnetwork - - - GIDClientID - 452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l.apps.googleusercontent.com - - CFBundleURLTypes - - - CFBundleURLSchemes - - com.googleusercontent.apps.452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l - - - - NSPhotoLibraryUsageDescription - 사진 선택을 위해 갤러리 접근 권한이 필요합니다.