|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"[]> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
| 4 | +<dict> |
| 5 | + <key>CFBundleName</key> |
| 6 | + <string>SQLite-net</string> |
| 7 | + <key>CFBundleIdentifier</key> |
| 8 | + <string>com.kruegersystems.sqlite-net</string> |
| 9 | + <key>CFBundleShortVersionString</key> |
| 10 | + <string>1.0</string> |
| 11 | + <key>CFBundleVersion</key> |
| 12 | + <string>1.0</string> |
| 13 | + <key>LSRequiresIPhoneOS</key> |
| 14 | + <true/> |
| 15 | + <key>MinimumOSVersion</key> |
| 16 | + <string>10.0</string> |
| 17 | + <key>UIDeviceFamily</key> |
| 18 | + <array> |
| 19 | + <integer>1</integer> |
| 20 | + <integer>2</integer> |
| 21 | + </array> |
| 22 | + <key>UISupportedInterfaceOrientations</key> |
| 23 | + <array> |
| 24 | + <string>UIInterfaceOrientationPortrait</string> |
| 25 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 26 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 27 | + </array> |
| 28 | + <key>UILaunchStoryboardName</key> |
| 29 | + <string>LaunchScreen</string> |
| 30 | + <key>NSAppTransportSecurity</key> |
4 | 31 | <dict> |
5 | | - <key>CFBundleName</key> |
6 | | - <string>SQLite-net</string> |
7 | | - <key>CFBundleIdentifier</key> |
8 | | - <string>com.kruegersystems.sqlite-net</string> |
9 | | - <key>CFBundleShortVersionString</key> |
10 | | - <string>1.0</string> |
11 | | - <key>CFBundleVersion</key> |
12 | | - <string>1.0</string> |
13 | | - <key>LSRequiresIPhoneOS</key> |
14 | | - <true /> |
15 | | - <key>MinimumOSVersion</key> |
16 | | - <string>10.0</string> |
17 | | - <key>UIDeviceFamily</key> |
18 | | - <array> |
19 | | - <integer>1</integer> |
20 | | - <integer>2</integer> |
21 | | - </array> |
22 | | - <key>UISupportedInterfaceOrientations</key> |
23 | | - <array> |
24 | | - <string>UIInterfaceOrientationPortrait</string> |
25 | | - <string>UIInterfaceOrientationLandscapeLeft</string> |
26 | | - <string>UIInterfaceOrientationLandscapeRight</string> |
27 | | - </array> |
28 | | - <key>UILaunchStoryboardName</key> |
29 | | - <string>LaunchScreen</string> |
30 | | - <key>NSAppTransportSecurity</key> |
31 | | - <dict> |
32 | | - <key>NSAllowsArbitraryLoads</key> |
33 | | - <true /> |
34 | | - </dict> |
| 32 | + <key>NSAllowsArbitraryLoads</key> |
| 33 | + <true/> |
35 | 34 | </dict> |
| 35 | +</dict> |
36 | 36 | </plist> |
0 commit comments