| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 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"> | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> |
| 3 <plist version="1.0"> | 3 <plist version="1.0"> |
| 4 <dict> | 4 <dict> |
| 5 <key>AdblockBrowserAppStoreId</key> | 5 <key>AdblockBrowserAppStoreId</key> |
| 6 <string>1015653330</string> | 6 <string>1015653330</string> |
| 7 <key>CFBundleDevelopmentRegion</key> | 7 <key>CFBundleDevelopmentRegion</key> |
| 8 <string>en</string> | 8 <string>en</string> |
| 9 <key>CFBundleDisplayName</key> | 9 <key>CFBundleDisplayName</key> |
| 10 <string>$(PRODUCT_DISPLAY_NAME)</string> | 10 <string>$(PRODUCT_DISPLAY_NAME)</string> |
| 11 <key>CFBundleExecutable</key> | 11 <key>CFBundleExecutable</key> |
| 12 <string>$(EXECUTABLE_NAME)</string> | 12 <string>$(EXECUTABLE_NAME)</string> |
| 13 <key>CFBundleIdentifier</key> | 13 <key>CFBundleIdentifier</key> |
| 14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | 14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 15 <key>CFBundleInfoDictionaryVersion</key> | 15 <key>CFBundleInfoDictionaryVersion</key> |
| 16 <string>6.0</string> | 16 <string>6.0</string> |
| 17 <key>CFBundleName</key> | 17 <key>CFBundleName</key> |
| 18 <string>$(PRODUCT_NAME)</string> | 18 <string>$(PRODUCT_NAME)</string> |
| 19 <key>CFBundlePackageType</key> | 19 <key>CFBundlePackageType</key> |
| 20 <string>APPL</string> | 20 <string>APPL</string> |
| 21 <key>CFBundleShortVersionString</key> | 21 <key>CFBundleShortVersionString</key> |
| 22 <string>1.0.1</string> | 22 <string>1.0.1</string> |
| 23 <key>CFBundleSignature</key> | 23 <key>CFBundleSignature</key> |
| 24 <string>????</string> | 24 <string>????</string> |
| 25 <key>CFBundleVersion</key> | 25 <key>CFBundleVersion</key> |
| 26 » <string>11</string> | 26 » <string>$(BUILD_NUMBER)</string> |
| 27 <key>LSApplicationQueriesSchemes</key> | 27 <key>LSApplicationQueriesSchemes</key> |
| 28 <array> | 28 <array> |
| 29 <string>adblockbrowser</string> | 29 <string>adblockbrowser</string> |
| 30 </array> | 30 </array> |
| 31 <key>LSRequiresIPhoneOS</key> | 31 <key>LSRequiresIPhoneOS</key> |
| 32 <true/> | 32 <true/> |
| 33 <key>UIAppFonts</key> | 33 <key>UIAppFonts</key> |
| 34 <array> | 34 <array> |
| 35 <string>SourceSansPro-Black.otf</string> | 35 <string>SourceSansPro-Black.otf</string> |
| 36 <string>SourceSansPro-BlackIt.otf</string> | 36 <string>SourceSansPro-BlackIt.otf</string> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 65 </array> | 65 </array> |
| 66 <key>UISupportedInterfaceOrientations~ipad</key> | 66 <key>UISupportedInterfaceOrientations~ipad</key> |
| 67 <array> | 67 <array> |
| 68 <string>UIInterfaceOrientationPortrait</string> | 68 <string>UIInterfaceOrientationPortrait</string> |
| 69 <string>UIInterfaceOrientationPortraitUpsideDown</string> | 69 <string>UIInterfaceOrientationPortraitUpsideDown</string> |
| 70 <string>UIInterfaceOrientationLandscapeLeft</string> | 70 <string>UIInterfaceOrientationLandscapeLeft</string> |
| 71 <string>UIInterfaceOrientationLandscapeRight</string> | 71 <string>UIInterfaceOrientationLandscapeRight</string> |
| 72 </array> | 72 </array> |
| 73 </dict> | 73 </dict> |
| 74 </plist> | 74 </plist> |
| OLD | NEW |