diff --git a/iMast.xcodeproj/project.pbxproj b/iMast.xcodeproj/project.pbxproj index 55dd086b3..4dcb0ed52 100644 --- a/iMast.xcodeproj/project.pbxproj +++ b/iMast.xcodeproj/project.pbxproj @@ -1840,7 +1840,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = iMast/iMast.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; DEVELOPMENT_TEAM = 4XKKKM86RN; HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2"; INFOPLIST_FILE = iMast/Info.plist; @@ -1865,7 +1865,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = iMast/iMast.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; DEVELOPMENT_TEAM = 4XKKKM86RN; HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2"; INFOPLIST_FILE = iMast/Info.plist; @@ -1888,7 +1888,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; INFOPLIST_FILE = iMastTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastTests; @@ -1905,7 +1905,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; INFOPLIST_FILE = iMastTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastTests; @@ -1921,7 +1921,7 @@ baseConfigurationReference = 2605ADA75A3A0522311BE304 /* Pods-iMastUITests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; INFOPLIST_FILE = iMastUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastUITests; @@ -1937,7 +1937,7 @@ baseConfigurationReference = E639DE94B67EC7C6532AD992 /* Pods-iMastUITests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; INFOPLIST_FILE = iMastUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastUITests; @@ -1954,7 +1954,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = iMastTodayWidget/iMastTodayWidget.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; DEVELOPMENT_TEAM = 4XKKKM86RN; INFOPLIST_FILE = iMastTodayWidget/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1974,7 +1974,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = iMastTodayWidget/iMastTodayWidget.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; DEVELOPMENT_TEAM = 4XKKKM86RN; INFOPLIST_FILE = iMastTodayWidget/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -2000,7 +2000,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = iMastShare/iMastShare.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; DEVELOPMENT_TEAM = 4XKKKM86RN; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = iMastShare/Info.plist; @@ -2029,7 +2029,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = iMastShare/iMastShare.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 96; + CURRENT_PROJECT_VERSION = 97; DEVELOPMENT_TEAM = 4XKKKM86RN; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = iMastShare/Info.plist; diff --git a/iMast/Info.plist b/iMast/Info.plist index 4304967d0..c2b6dc320 100644 --- a/iMast/Info.plist +++ b/iMast/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 96 + 97 LSApplicationCategoryType public.app-category.social-networking LSApplicationQueriesSchemes diff --git a/iMastIntents/Info.plist b/iMastIntents/Info.plist index 7b16705b7..5357a338a 100644 --- a/iMastIntents/Info.plist +++ b/iMastIntents/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 3.2 CFBundleVersion - 96 + 97 NSExtension NSExtensionAttributes diff --git a/iMastNotifyService/Info.plist b/iMastNotifyService/Info.plist index ee4283619..d75bf65f5 100644 --- a/iMastNotifyService/Info.plist +++ b/iMastNotifyService/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 3.2 CFBundleVersion - 96 + 97 NSExtension NSExtensionPointIdentifier diff --git a/iMastShare/Info.plist b/iMastShare/Info.plist index 6b0fa72da..96bd7ae3d 100644 --- a/iMastShare/Info.plist +++ b/iMastShare/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 3.2 CFBundleVersion - 96 + 97 NSExtension NSExtensionAttributes diff --git a/iMastTests/Info.plist b/iMastTests/Info.plist index 7fa51b63b..689ba592b 100644 --- a/iMastTests/Info.plist +++ b/iMastTests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 3.2 CFBundleVersion - 96 + 97 diff --git a/iMastTodayWidget/Info.plist b/iMastTodayWidget/Info.plist index 28a94478f..4678a5923 100644 --- a/iMastTodayWidget/Info.plist +++ b/iMastTodayWidget/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 3.2 CFBundleVersion - 96 + 97 NSExtension NSExtensionMainStoryboard diff --git a/iMastUITests/Info.plist b/iMastUITests/Info.plist index 7fa51b63b..689ba592b 100644 --- a/iMastUITests/Info.plist +++ b/iMastUITests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 3.2 CFBundleVersion - 96 + 97