Skip to content

Commit

Permalink
Merge branch 'release/1.1.2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeneOskin committed Aug 9, 2020
2 parents 9037495 + 9c0e075 commit 3bd4dc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions music-mood/music-mood.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "music-mood/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.1.2;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.example.eoskin.music-mood";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -545,7 +546,8 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "music-mood/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.1.2;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.example.eoskin.music-mood";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion music-mood/music-mood/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 3bd4dc4

Please sign in to comment.