Skip to content

Commit

Permalink
version: 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Dec 25, 2020
1 parent 79607cb commit f24d245
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Pixel Picker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 18;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -566,6 +567,7 @@
INFOPLIST_FILE = "Pixel Picker/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.acheronfail.pixel-picker";
PRODUCT_MODULE_NAME = PixelPicker;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -583,6 +585,7 @@
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 18;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -592,6 +595,7 @@
INFOPLIST_FILE = "Pixel Picker/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.acheronfail.pixel-picker";
PRODUCT_MODULE_NAME = PixelPicker;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions Pixel Picker/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit f24d245

Please sign in to comment.