Skip to content

Commit

Permalink
update version to 1.2 and build to 667
Browse files Browse the repository at this point in the history
  • Loading branch information
amiantos committed Nov 28, 2021
1 parent fa19cbf commit eb37a8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Life Saver.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 667;
DEVELOPMENT_TEAM = 2Y9M69QJKZ;
INFOPLIST_FILE = "$(SRCROOT)/macOS Screensaver/Info.plist";
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
Expand All @@ -793,6 +794,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = "net.amiantos.Life-Saver";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -808,6 +810,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 667;
DEVELOPMENT_TEAM = 2Y9M69QJKZ;
INFOPLIST_FILE = "$(SRCROOT)/macOS Screensaver/Info.plist";
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
Expand All @@ -816,6 +819,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = "net.amiantos.Life-Saver";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions macOS Screensaver/Configuration/ConfigureSheet.xib
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ DQ
</buttonCell>
</button>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cPI-vH-MTc">
<rect key="frame" x="28" y="423" width="24" height="14"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="v1.1" id="aYW-mH-qB5">
<rect key="frame" x="28" y="423" width="25" height="14"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="v1.2" id="aYW-mH-qB5">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="tertiaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down
4 changes: 2 additions & 2 deletions macOS Screensaver/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>666</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Brad Root. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit eb37a8f

Please sign in to comment.