|
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>CFBundleDevelopmentRegion</key> |
6 |
| - <string>English</string> |
7 |
| - <key>CFBundleDisplayName</key> |
8 |
| - <string>Kiddy Bank</string> |
9 |
| - <key>CFBundleExecutable</key> |
10 |
| - <string>${EXECUTABLE_NAME}</string> |
11 |
| - <key>CFBundleIconFiles</key> |
12 |
| - <array> |
13 |
| - <string>Icon.png</string> |
14 |
| - < string> [email protected]</ string> |
15 |
| - </array> |
16 |
| - <key>CFBundleIdentifier</key> |
17 |
| - <string>com.trickbot.ios.allowance</string> |
18 |
| - <key>CFBundleInfoDictionaryVersion</key> |
19 |
| - <string>6.0</string> |
20 |
| - <key>CFBundleName</key> |
21 |
| - <string>${PRODUCT_NAME}</string> |
22 |
| - <key>CFBundlePackageType</key> |
23 |
| - <string>APPL</string> |
24 |
| - <key>CFBundleShortVersionString</key> |
25 |
| - <string>1.1</string> |
26 |
| - <key>CFBundleSignature</key> |
27 |
| - <string>????</string> |
28 |
| - <key>CFBundleVersion</key> |
29 |
| - <string>1.1</string> |
30 |
| - <key>LSRequiresIPhoneOS</key> |
31 |
| - <true/> |
32 |
| - <key>NSMainNibFile</key> |
33 |
| - <string>MainWindow</string> |
34 |
| - <key>UILaunchImageFile~iphone</key> |
35 |
| - <string>Default</string> |
36 |
| - <key>UIPrerenderedIcon</key> |
37 |
| - <true/> |
| 5 | + <key>CFBundleDevelopmentRegion</key> |
| 6 | + <string>English</string> |
| 7 | + <key>CFBundleDisplayName</key> |
| 8 | + <string>Kiddy Bank</string> |
| 9 | + <key>CFBundleExecutable</key> |
| 10 | + <string>${EXECUTABLE_NAME}</string> |
| 11 | + <key>CFBundleIconFiles</key> |
| 12 | + <array> |
| 13 | + <string>Icon.png</string> |
| 14 | + < string> [email protected]</ string> |
| 15 | + </array> |
| 16 | + <key>CFBundleIdentifier</key> |
| 17 | + <string>com.trickbot.ios.allowance</string> |
| 18 | + <key>CFBundleInfoDictionaryVersion</key> |
| 19 | + <string>6.0</string> |
| 20 | + <key>CFBundleName</key> |
| 21 | + <string>${PRODUCT_NAME}</string> |
| 22 | + <key>CFBundlePackageType</key> |
| 23 | + <string>APPL</string> |
| 24 | + <key>CFBundleShortVersionString</key> |
| 25 | + <string>1.1</string> |
| 26 | + <key>CFBundleSignature</key> |
| 27 | + <string>????</string> |
| 28 | + <key>CFBundleVersion</key> |
| 29 | + <string>1.1</string> |
| 30 | + <key>LSRequiresIPhoneOS</key> |
| 31 | + <true/> |
| 32 | + <key>NSMainNibFile</key> |
| 33 | + <string>MainWindow</string> |
| 34 | + <key>UILaunchImageFile~iphone</key> |
| 35 | + <string>Default</string> |
| 36 | + <key>UIPrerenderedIcon</key> |
| 37 | + <true/> |
38 | 38 | </dict>
|
39 | 39 | </plist>
|
0 commit comments