Update version number to 3.8.0-beta (371)

This commit is contained in:
1024jp 2019-10-08 01:11:06 +09:00
parent 4e566b8804
commit db6a4a8857
4 changed files with 13 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Change Log
==========================
3.8.0 (unreleased)
3.8.0-beta (371)
--------------------------
### New Features

View File

@ -4092,9 +4092,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "CotEditor-AppStore.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 371;
DEVELOPMENT_TEAM = HT3Z3A72WZ;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "Info-AppStore.plist";
MARKETING_VERSION = "3.8.0-beta";
OTHER_SWIFT_FLAGS = "$(inherited) -D APPSTORE";
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor;
@ -4107,9 +4109,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "CotEditor-AppStore.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 371;
DEVELOPMENT_TEAM = HT3Z3A72WZ;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "Info-AppStore.plist";
MARKETING_VERSION = "3.8.0-beta";
OTHER_SWIFT_FLAGS = "$(inherited) -D APPSTORE";
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor;
@ -4170,9 +4174,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = CotEditor.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 371;
DEVELOPMENT_TEAM = HT3Z3A72WZ;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = "3.8.0-beta";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
};
@ -4184,9 +4190,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = CotEditor.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 371;
DEVELOPMENT_TEAM = HT3Z3A72WZ;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = "3.8.0-beta";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
};

View File

@ -1119,13 +1119,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.8.0-alpha</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>cEd1</string>
<key>CFBundleSpokenName</key>
<string>Cot editor</string>
<key>CFBundleVersion</key>
<string>370</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -1119,13 +1119,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.8.0-alpha</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>cEd1</string>
<key>CFBundleSpokenName</key>
<string>Cot editor</string>
<key>CFBundleVersion</key>
<string>370</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>