|
2 | 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 | 4 | <dict> |
5 | | - <key>UIDeviceFamily</key> |
6 | | - <array> |
7 | | - <integer>1</integer> |
8 | | - <integer>2</integer> |
9 | | - </array> |
10 | | - <key>UISupportedInterfaceOrientations</key> |
11 | | - <array> |
12 | | - <string>UIInterfaceOrientationPortrait</string> |
13 | | - <string>UIInterfaceOrientationLandscapeLeft</string> |
14 | | - <string>UIInterfaceOrientationLandscapeRight</string> |
15 | | - </array> |
16 | | - <key>UISupportedInterfaceOrientations~ipad</key> |
17 | | - <array> |
18 | | - <string>UIInterfaceOrientationPortrait</string> |
19 | | - <string>UIInterfaceOrientationPortraitUpsideDown</string> |
20 | | - <string>UIInterfaceOrientationLandscapeLeft</string> |
21 | | - <string>UIInterfaceOrientationLandscapeRight</string> |
22 | | - </array> |
23 | | - <key>MinimumOSVersion</key> |
24 | | - <string>8.0</string> |
25 | | - <key>CFBundleDisplayName</key> |
26 | | - <string>UsingResxLocalization</string> |
27 | | - <key>CFBundleIdentifier</key> |
28 | | - <string>com.companyname.UsingResxLocalization</string> |
29 | | - <key>CFBundleVersion</key> |
30 | | - <string>1.0</string> |
31 | | - <key>UILaunchStoryboardName</key> |
32 | | - <string>LaunchScreen</string> |
33 | | - <key>CFBundleName</key> |
34 | | - <string>UsingResxLocalization</string> |
35 | | - <key>XSAppIconAssets</key> |
36 | | - <string>Assets.xcassets/AppIcon.appiconset</string> |
| 5 | + <key>UIDeviceFamily</key> |
| 6 | + <array> |
| 7 | + <integer>1</integer> |
| 8 | + <integer>2</integer> |
| 9 | + </array> |
| 10 | + <key>UISupportedInterfaceOrientations</key> |
| 11 | + <array> |
| 12 | + <string>UIInterfaceOrientationPortrait</string> |
| 13 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 14 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 15 | + </array> |
| 16 | + <key>UISupportedInterfaceOrientations~ipad</key> |
| 17 | + <array> |
| 18 | + <string>UIInterfaceOrientationPortrait</string> |
| 19 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 20 | + <string>UIInterfaceOrientationLandscapeLeft</string> |
| 21 | + <string>UIInterfaceOrientationLandscapeRight</string> |
| 22 | + </array> |
| 23 | + <key>MinimumOSVersion</key> |
| 24 | + <string>8.0</string> |
| 25 | + <key>CFBundleDisplayName</key> |
| 26 | + <string>UsingResxLocalization</string> |
| 27 | + <key>CFBundleIdentifier</key> |
| 28 | + <string>com.companyname.UsingResxLocalization</string> |
| 29 | + <key>CFBundleVersion</key> |
| 30 | + <string>1.0</string> |
| 31 | + <key>UILaunchStoryboardName</key> |
| 32 | + <string>LaunchScreen</string> |
| 33 | + <key>CFBundleName</key> |
| 34 | + <string>UsingResxLocalization</string> |
| 35 | + <key>XSAppIconAssets</key> |
| 36 | + <string>Assets.xcassets/AppIcon.appiconset</string> |
| 37 | + <key>CFBundleLocalizations</key> |
| 38 | + <array> |
| 39 | + <string>de</string> |
| 40 | + <string>es</string> |
| 41 | + <string>fr</string> |
| 42 | + <string>ja</string> |
| 43 | + <string>pt</string> <!-- Brazil --> |
| 44 | + <string>pt-PT</string> <!-- Portugal --> |
| 45 | + <string>ru</string> |
| 46 | + <string>zh-Hans</string> |
| 47 | + <string>zh-Hant</string> |
| 48 | + </array> |
| 49 | + <key>CFBundleDevelopmentRegion</key> |
| 50 | + <string>en</string> |
37 | 51 | </dict> |
38 | 52 | </plist> |
0 commit comments