Skip to content

Commit

Permalink
🚀 4.2.4b210
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Mar 10, 2020
1 parent d6a5401 commit 11d9e04
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Sources/Mac/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>4.2.4</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Mac/Core/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>4.2.4</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 rinsuki. All rights reserved.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Mac/Extensions/iMastMacShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>4.2.4</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/iOS/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/iOS/Core/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>4.2.4</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/iOS/Extensions/iMastIntents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>4.2.4</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/iOS/Extensions/iMastNotifyService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>4.2.4</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/iOS/Extensions/iMastShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>4.2.4</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/iOS/Extensions/iMastTodayWidget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>4.2.4</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>210</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
36 changes: 18 additions & 18 deletions iMast.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3444,7 +3444,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Sources/iOS/App/iMast.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
Expand Down Expand Up @@ -3473,7 +3473,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Sources/iOS/App/iMast.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
Expand All @@ -3500,7 +3500,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
INFOPLIST_FILE = iMastTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -3521,7 +3521,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
INFOPLIST_FILE = iMastTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -3541,7 +3541,7 @@
baseConfigurationReference = 2605ADA75A3A0522311BE304 /* Pods-iMastUITests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
INFOPLIST_FILE = iMastUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -3561,7 +3561,7 @@
baseConfigurationReference = E639DE94B67EC7C6532AD992 /* Pods-iMastUITests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
INFOPLIST_FILE = iMastUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -3586,11 +3586,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 209;
DYLIB_CURRENT_VERSION = 210;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/iOS/Core/Info.plist;
Expand Down Expand Up @@ -3623,11 +3623,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 209;
DYLIB_CURRENT_VERSION = 210;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/iOS/Core/Info.plist;
Expand Down Expand Up @@ -3708,7 +3708,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Sources/iOS/Extensions/iMastTodayWidget/iMastTodayWidget.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DEVELOPMENT_TEAM = 4XKKKM86RN;
INFOPLIST_FILE = Sources/iOS/Extensions/iMastTodayWidget/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
Expand All @@ -3732,7 +3732,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Sources/iOS/Extensions/iMastTodayWidget/iMastTodayWidget.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DEVELOPMENT_TEAM = 4XKKKM86RN;
INFOPLIST_FILE = Sources/iOS/Extensions/iMastTodayWidget/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
Expand Down Expand Up @@ -3762,7 +3762,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Sources/iOS/Extensions/iMastShare/iMastShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down Expand Up @@ -3796,7 +3796,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Sources/iOS/Extensions/iMastShare/iMastShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand Down Expand Up @@ -4180,11 +4180,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 209;
DYLIB_CURRENT_VERSION = 210;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/Mac/Core/Info.plist;
Expand Down Expand Up @@ -4216,11 +4216,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 210;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 209;
DYLIB_CURRENT_VERSION = 210;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/Mac/Core/Info.plist;
Expand Down

0 comments on commit 11d9e04

Please sign in to comment.