Skip to content

Commit

Permalink
🚀 7.1b268
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Sep 8, 2022
1 parent 70cef72 commit e1ad37e
Show file tree
Hide file tree
Showing 12 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>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</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>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</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>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</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>267</string>
<string>268</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>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</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>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</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>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</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>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/iOS/Tests/iMastTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/iOS/Tests/iMastUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/iOS/Tests/iMastiOSCoreTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>7.1</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</string>
</dict>
</plist>
32 changes: 16 additions & 16 deletions iMast.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4059,7 +4059,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Sources/iOS/App/iMast.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
DEVELOPMENT_TEAM = 4XKKKM86RN;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
INFOPLIST_FILE = Sources/iOS/App/Info.plist;
Expand Down Expand Up @@ -4087,7 +4087,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Sources/iOS/App/iMast.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
DEVELOPMENT_TEAM = 4XKKKM86RN;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
INFOPLIST_FILE = Sources/iOS/App/Info.plist;
Expand All @@ -4113,7 +4113,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
INFOPLIST_FILE = Sources/iOS/Tests/iMastTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -4134,7 +4134,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
INFOPLIST_FILE = Sources/iOS/Tests/iMastTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -4154,7 +4154,7 @@
baseConfigurationReference = B653907D1C9AB5BB71C94DDA /* Pods-iMastShared-iOS-iMast iOS-iMastUITests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
INFOPLIST_FILE = Sources/iOS/Tests/iMastUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -4174,7 +4174,7 @@
baseConfigurationReference = 599E62B81E7F4F5E82780FF1 /* Pods-iMastShared-iOS-iMast iOS-iMastUITests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
INFOPLIST_FILE = Sources/iOS/Tests/iMastUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -4199,11 +4199,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 267;
DYLIB_CURRENT_VERSION = 268;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/iOS/Core/Info.plist;
Expand Down Expand Up @@ -4236,11 +4236,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 267;
DYLIB_CURRENT_VERSION = 268;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/iOS/Core/Info.plist;
Expand Down Expand Up @@ -4325,7 +4325,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Sources/iOS/Extensions/iMastShare/iMastShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
DEVELOPMENT_TEAM = 4XKKKM86RN;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/iOS/Extensions/iMastShare/Info.plist;
Expand Down Expand Up @@ -4357,7 +4357,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Sources/iOS/Extensions/iMastShare/iMastShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
DEVELOPMENT_TEAM = 4XKKKM86RN;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/iOS/Extensions/iMastShare/Info.plist;
Expand Down Expand Up @@ -4806,11 +4806,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 267;
DYLIB_CURRENT_VERSION = 268;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/Mac/Core/Info.plist;
Expand Down Expand Up @@ -4842,11 +4842,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 267;
CURRENT_PROJECT_VERSION = 268;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4XKKKM86RN;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 267;
DYLIB_CURRENT_VERSION = 268;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/Mac/Core/Info.plist;
Expand Down

0 comments on commit e1ad37e

Please sign in to comment.