|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>1.3</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>22</string>
|
|
|
|
<key>Fabric</key>
|
|
|
|
<dict>
|
|
|
|
<key>APIKey</key>
|
|
|
|
<string>94088f95c41979e8019b67d5795f52bbbe7104d4</string>
|
|
|
|
<key>Kits</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>KitInfo</key>
|
|
|
|
<dict/>
|
|
|
|
<key>KitName</key>
|
|
|
|
<string>Crashlytics</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.utilities</string>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
|
|
|
<key>LSUIElement</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>Copyright © 2016, Abhishek Banthia</string>
|
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
<key>RequestsOpenAccess</key>
|
|
|
|
<string>YES</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|