From 4793f5404d747c9ca0fd536b69128340a874da76 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Tue, 5 Nov 2024 08:58:04 +0100 Subject: [PATCH] readd plist --- .gitignore | 1 - demo/ios/demo/Info.plist | 56 +++++++++++++++++++++++++++++++++++ demo/ios/demoTests/Info.plist | 24 +++++++++++++++ 3 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 demo/ios/demo/Info.plist create mode 100644 demo/ios/demoTests/Info.plist diff --git a/.gitignore b/.gitignore index 1723bd4..0783810 100644 --- a/.gitignore +++ b/.gitignore @@ -81,7 +81,6 @@ docker/ *.tgz *.xcuserstate *.xcworkspacedata -*.plist &.DS_Store .idea /sdk/android/.gradle diff --git a/demo/ios/demo/Info.plist b/demo/ios/demo/Info.plist new file mode 100644 index 0000000..737a21c --- /dev/null +++ b/demo/ios/demo/Info.plist @@ -0,0 +1,56 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + demo + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSRequiresIPhoneOS + + NSAppTransportSecurity + + + NSAllowsArbitraryLoads + + NSAllowsLocalNetworking + + + + + + + NSLocationWhenInUseUsageDescription + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + arm64 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + + diff --git a/demo/ios/demoTests/Info.plist b/demo/ios/demoTests/Info.plist new file mode 100644 index 0000000..ba72822 --- /dev/null +++ b/demo/ios/demoTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + +