diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-20 13:25:53 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-20 13:25:53 +0200 |
| commit | a15bf522340de49118b0a88369a6cc892dfee9d0 (patch) | |
| tree | f609e32907d704b1e9980894e4dc79c703cbe476 /ios/Flutter/AppFrameworkInfo.plist | |
| download | carpool-a15bf522340de49118b0a88369a6cc892dfee9d0.tar.xz carpool-a15bf522340de49118b0a88369a6cc892dfee9d0.zip | |
Intial commit
Diffstat (limited to 'ios/Flutter/AppFrameworkInfo.plist')
| -rw-r--r-- | ios/Flutter/AppFrameworkInfo.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist new file mode 100644 index 0000000..9625e10 --- /dev/null +++ b/ios/Flutter/AppFrameworkInfo.plist @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>App</string> + <key>CFBundleIdentifier</key> + <string>io.flutter.flutter.app</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>App</string> + <key>CFBundlePackageType</key> + <string>FMWK</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1.0</string> + <key>MinimumOSVersion</key> + <string>11.0</string> +</dict> +</plist> |
