Skip to content

Commit

Permalink
Bumped version to 1.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
flit committed Jan 30, 2021
1 parent d23d3a0 commit 3dc0720
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
6 changes: 4 additions & 2 deletions MidiKeys.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@
CODE_SIGN_ENTITLEMENTS = Resources/MidiKeys.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.9.1;
DEVELOPMENT_TEAM = 26G7NGZPAT;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -513,7 +514,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.9;
MARKETING_VERSION = 1.9.1;
PRODUCT_BUNDLE_IDENTIFIER = com.immosw.MidiKeys;
PRODUCT_NAME = "$(TARGET_NAME)";
WARNING_CFLAGS = "-Wmost";
Expand All @@ -528,6 +529,7 @@
CODE_SIGN_ENTITLEMENTS = Resources/MidiKeys.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.9.1;
DEVELOPMENT_TEAM = 26G7NGZPAT;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -540,7 +542,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.9;
MARKETING_VERSION = 1.9.1;
PRODUCT_BUNDLE_IDENTIFIER = com.immosw.MidiKeys;
PRODUCT_NAME = "$(TARGET_NAME)";
WARNING_CFLAGS = "-Wmost";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?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>SchemeUserState</key>
<dict>
<key>Documentation (Playground) 1.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
</dict>
<key>Documentation (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>5</integer>
</dict>
<key>Documentation (Playground) 3.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>6</integer>
</dict>
<key>Documentation (Playground).xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>1</integer>
</dict>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Resources/MidiKeys-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>MKéY</string>
<key>CFBundleVersion</key>
<string>1.9.0</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file modified Resources/de.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/en.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/fr.lproj/InfoPlist.strings
Binary file not shown.

0 comments on commit 3dc0720

Please sign in to comment.