Skip to content

Commit

Permalink
Moved version information to Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooth committed Mar 5, 2020
1 parent bb012db commit c56d67c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<string>en</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down Expand Up @@ -336,8 +336,6 @@
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string>Max 0.9.3</string>
<key>CFBundleHelpBookFolder</key>
<string>Max Help</string>
<key>CFBundleHelpBookName</key>
Expand All @@ -351,13 +349,15 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.3</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>Maxx</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 2 additions & 0 deletions Max.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2258,6 +2258,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MARKETING_VERSION = 0.9.2b2;
PRODUCT_BUNDLE_IDENTIFIER = org.sbooth.Max;
PRODUCT_NAME = Max;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -2283,6 +2284,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MARKETING_VERSION = 0.9.2b2;
PRODUCT_BUNDLE_IDENTIFIER = org.sbooth.Max;
PRODUCT_NAME = Max;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit c56d67c

Please sign in to comment.