aboutsummaryrefslogtreecommitdiff
path: root/iosApp/WhirlyGlobeMaplyComponent.xcframework/Info.plist
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-02-05 19:17:10 -0600
committerIván Ávalos <avalos@disroot.org>2022-02-05 19:17:10 -0600
commit3913ab898f2c2ecc3b638eca4681957b1cf74330 (patch)
tree55ff0108c6d7c1e60693f7c4c08e3b878c1f3ec7 /iosApp/WhirlyGlobeMaplyComponent.xcframework/Info.plist
parentc5e289dc4111fd23fbab4b4695d405b8fccea349 (diff)
downloadetbsa-trackermap-mobile-3913ab898f2c2ecc3b638eca4681957b1cf74330.tar.gz
etbsa-trackermap-mobile-3913ab898f2c2ecc3b638eca4681957b1cf74330.tar.bz2
etbsa-trackermap-mobile-3913ab898f2c2ecc3b638eca4681957b1cf74330.zip
Removed SwiftUIFlowLayout dependency and updated WhirlyGlobe-Maply to latest develop version
Diffstat (limited to 'iosApp/WhirlyGlobeMaplyComponent.xcframework/Info.plist')
-rw-r--r--iosApp/WhirlyGlobeMaplyComponent.xcframework/Info.plist40
1 files changed, 0 insertions, 40 deletions
diff --git a/iosApp/WhirlyGlobeMaplyComponent.xcframework/Info.plist b/iosApp/WhirlyGlobeMaplyComponent.xcframework/Info.plist
deleted file mode 100644
index 18dc2b7..0000000
--- a/iosApp/WhirlyGlobeMaplyComponent.xcframework/Info.plist
+++ /dev/null
@@ -1,40 +0,0 @@
-<?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>AvailableLibraries</key>
- <array>
- <dict>
- <key>LibraryIdentifier</key>
- <string>ios-arm64_x86_64-simulator</string>
- <key>LibraryPath</key>
- <string>WhirlyGlobeMaplyComponent.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- <string>x86_64</string>
- </array>
- <key>SupportedPlatform</key>
- <string>ios</string>
- <key>SupportedPlatformVariant</key>
- <string>simulator</string>
- </dict>
- <dict>
- <key>LibraryIdentifier</key>
- <string>ios-arm64</string>
- <key>LibraryPath</key>
- <string>WhirlyGlobeMaplyComponent.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- </array>
- <key>SupportedPlatform</key>
- <string>ios</string>
- </dict>
- </array>
- <key>CFBundlePackageType</key>
- <string>XFWK</string>
- <key>XCFrameworkFormatVersion</key>
- <string>1.0</string>
-</dict>
-</plist>