Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Bump CFBundleShortVersionString to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotWee committed Nov 10, 2018
1 parent 7ae2ccd commit 3f8f76f
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Shortcuts for Pi-hole/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,25 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>CFBundleVersion</key>
<string>1</string>
<key></key>
<string></string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleDisplayName</key>
<string>Shortcuts for Pi-hole</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDisplayName</key>
<string>Shortcuts for Pi-hole</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundlePackageType</key>
Expand All @@ -39,7 +37,7 @@
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Lukas Wolfsteiner. All rights reserved.</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
</dict>
</plist>

0 comments on commit 3f8f76f

Please sign in to comment.