|
4 | 4 | <dict> |
5 | 5 | <key>CFBundleDevelopmentRegion</key> |
6 | 6 | <string>en</string> |
| 7 | + <key>CFBundleDisplayName</key> |
| 8 | + <string>$(PRODUCT_NAME)</string> |
7 | 9 | <key>CFBundleExecutable</key> |
8 | 10 | <string>$(EXECUTABLE_NAME)</string> |
9 | 11 | <key>CFBundleIconFile</key> |
|
14 | 16 | <string>6.0</string> |
15 | 17 | <key>CFBundleName</key> |
16 | 18 | <string>$(PRODUCT_NAME)</string> |
17 | | - <key>CFBundleDisplayName</key> |
18 | | - <string>$(PRODUCT_NAME)</string> |
19 | 19 | <key>CFBundlePackageType</key> |
20 | 20 | <string>APPL</string> |
| 21 | + <key>CFBundleShortVersionString</key> |
| 22 | + <string>v0.4-alpha</string> |
21 | 23 | <key>CFBundleSignature</key> |
22 | 24 | <string>????</string> |
23 | | - <key>CFBundleShortVersionString</key> |
24 | | - <string>v0.3-alpha</string> |
25 | 25 | <key>CFBundleVersion</key> |
26 | | - <string>v0.3-alpha</string> |
| 26 | + <string>247</string> |
| 27 | + <key>GithubRepository</key> |
| 28 | + <string>avaidyam/Parrot</string> |
27 | 29 | <key>LSApplicationCategoryType</key> |
28 | 30 | <string>public.app-category.social-networking</string> |
29 | 31 | <key>LSMinimumSystemVersion</key> |
30 | 32 | <string>$(MACOSX_DEPLOYMENT_TARGET)</string> |
| 33 | + <key>NSAppTransportSecurity</key> |
| 34 | + <dict> |
| 35 | + <key>NSAllowsArbitraryLoads</key> |
| 36 | + <true/> |
| 37 | + </dict> |
31 | 38 | <key>NSHumanReadableCopyright</key> |
32 | 39 | <string>Copyright © 2015 - 2016 Aditya Vaidyam. All rights reserved.</string> |
33 | 40 | <key>NSMainStoryboardFile</key> |
34 | 41 | <string>Main</string> |
35 | 42 | <key>NSPrincipalClass</key> |
36 | 43 | <string>NSApplication</string> |
37 | | - <key>NSAppTransportSecurity</key> |
38 | | - <dict> |
39 | | - <key>NSAllowsArbitraryLoads</key> |
40 | | - <true/> |
41 | | - </dict> |
42 | | - <key>GithubRepository</key> |
43 | | - <string>avaidyam/Parrot</string> |
44 | 44 | </dict> |
45 | 45 | </plist> |
0 commit comments