From 7c8b5676fecffe5468810b703c579acb6a5fd256 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 20:12:09 -0500 Subject: First commit --- ios/Flutter/AppFrameworkInfo.plist | 26 ++++++++++++++++++++++++++ ios/Flutter/Debug.xcconfig | 1 + ios/Flutter/Release.xcconfig | 1 + 3 files changed, 28 insertions(+) create mode 100755 ios/Flutter/AppFrameworkInfo.plist create mode 100755 ios/Flutter/Debug.xcconfig create mode 100755 ios/Flutter/Release.xcconfig (limited to 'ios/Flutter') diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist new file mode 100755 index 0000000..b5586f2 --- /dev/null +++ b/ios/Flutter/AppFrameworkInfo.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + App + CFBundleIdentifier + io.flutter.flutter.app + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + App + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + MinimumOSVersion + 13.0 + + diff --git a/ios/Flutter/Debug.xcconfig b/ios/Flutter/Debug.xcconfig new file mode 100755 index 0000000..0b2d479 --- /dev/null +++ b/ios/Flutter/Debug.xcconfig @@ -0,0 +1 @@ +#include "Generated.xcconfig" diff --git a/ios/Flutter/Release.xcconfig b/ios/Flutter/Release.xcconfig new file mode 100755 index 0000000..0b2d479 --- /dev/null +++ b/ios/Flutter/Release.xcconfig @@ -0,0 +1 @@ +#include "Generated.xcconfig" -- cgit v1.2.3