Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscn committed Jul 6, 2020
1 parent c57b91a commit 440e790
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions StocksBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -579,15 +579,15 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = LX863G777H;
INFOPLIST_FILE = "$(SRCROOT)/StocksBar/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = me.shuifeng.StocksBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -604,15 +604,15 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = LX863G777H;
INFOPLIST_FILE = "$(SRCROOT)/StocksBar/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = me.shuifeng.StocksBar;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
8 changes: 4 additions & 4 deletions StocksBar/Storyboards/AboutWindow.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="G7Y-Oi-afQ">
<rect key="frame" x="133" y="61" width="18" height="14"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="1.1" id="fwc-EO-rwS">
<rect key="frame" x="133" y="61" width="19" height="14"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="1.2" id="fwc-EO-rwS">
<font key="font" metaFont="message" size="11"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WS1-Y1-nFd">
<rect key="frame" x="16" y="20" width="253" height="14"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Copyright © 2019 Shuifeng. All rights reserved." id="6C2-Fd-k3s">
<rect key="frame" x="15" y="20" width="254" height="14"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Copyright © 2020 Shuifeng. All rights reserved." id="6C2-Fd-k3s">
<font key="font" metaFont="message" size="11"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit 440e790

Please sign in to comment.