Skip to content

Commit

Permalink
Update info variables
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed May 4, 2020
1 parent 9a05842 commit e5d8756
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSAppleEventsUsageDescription</key>
<string>Needs permission to Apple Events in order to run Apple Scripts</string>
<key>NSHumanReadableCopyright</key>
Expand All @@ -34,7 +38,5 @@
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>LSUIElement</key>
<true/>
</dict>
</plist>
1 change: 1 addition & 0 deletions XcodeGen/MouseDef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ targets:
ASSETCATALOG_COMPILER_APPICON_NAME: "Assets"
DEVELOPMENT_TEAM: "E23HUP39A3"
ENABLE_HARDENED_RUNTIME: "YES"
CODE_SIGN_IDENTITY: "-"
dependencies:
- sdk: Cocoa.framework
entitlements:
Expand Down

0 comments on commit e5d8756

Please sign in to comment.