2019-05-24 11:29:27 -07:00
|
|
|
<?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>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
|
<string></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>
|
2019-10-28 13:24:49 -07:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2019-05-24 11:29:27 -07:00
|
|
|
<key>CFBundleVersion</key>
|
2019-12-11 11:22:31 -08:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2019-05-24 11:29:27 -07:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
2019-09-14 13:45:41 -07:00
|
|
|
<key>LSUIElement</key>
|
|
|
|
|
<true/>
|
2019-05-24 11:29:27 -07:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
|
<string>Copyright © 2019 Riley Testut. All rights reserved.</string>
|
|
|
|
|
<key>NSMainStoryboardFile</key>
|
|
|
|
|
<string>Main</string>
|
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
|
<string>NSApplication</string>
|
2019-11-18 15:42:10 -08:00
|
|
|
<key>SUFeedURL</key>
|
|
|
|
|
<string>https://altstore.io/altserver/sparkle-macos.xml</string>
|
2019-05-24 11:29:27 -07:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|