diff --git a/iMast.xcodeproj/project.pbxproj b/iMast.xcodeproj/project.pbxproj index d78630076..45dcb9e25 100644 --- a/iMast.xcodeproj/project.pbxproj +++ b/iMast.xcodeproj/project.pbxproj @@ -1594,7 +1594,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = iMast/iMast.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; DEVELOPMENT_TEAM = 4XKKKM86RN; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = iMast/Info.plist; @@ -1620,7 +1620,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = iMast/iMast.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; DEVELOPMENT_TEAM = 4XKKKM86RN; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = iMast/Info.plist; @@ -1644,7 +1644,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; INFOPLIST_FILE = iMastTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastTests; @@ -1662,7 +1662,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; INFOPLIST_FILE = iMastTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastTests; @@ -1679,7 +1679,7 @@ baseConfigurationReference = 2605ADA75A3A0522311BE304 /* Pods-iMastUITests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; INFOPLIST_FILE = iMastUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastUITests; @@ -1696,7 +1696,7 @@ baseConfigurationReference = E639DE94B67EC7C6532AD992 /* Pods-iMastUITests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; INFOPLIST_FILE = iMastUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastUITests; @@ -1714,7 +1714,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = iMastTodayWidget/iMastTodayWidget.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; DEVELOPMENT_TEAM = 4XKKKM86RN; INFOPLIST_FILE = iMastTodayWidget/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1735,7 +1735,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = iMastTodayWidget/iMastTodayWidget.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; DEVELOPMENT_TEAM = 4XKKKM86RN; INFOPLIST_FILE = iMastTodayWidget/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1762,7 +1762,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = iMastShare/iMastShare.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; DEVELOPMENT_TEAM = 4XKKKM86RN; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = iMastShare/Info.plist; @@ -1792,7 +1792,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = iMastShare/iMastShare.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 61; + CURRENT_PROJECT_VERSION = 62; DEVELOPMENT_TEAM = 4XKKKM86RN; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = iMastShare/Info.plist; diff --git a/iMast/Info.plist b/iMast/Info.plist index aea4727f8..1dd4d3536 100644 --- a/iMast/Info.plist +++ b/iMast/Info.plist @@ -43,7 +43,7 @@ CFBundleVersion - 61 + 62 LSApplicationCategoryType public.app-category.social-networking LSApplicationQueriesSchemes diff --git a/iMastNotifyService/Info.plist b/iMastNotifyService/Info.plist index 5470185cb..8d8e0be83 100644 --- a/iMastNotifyService/Info.plist +++ b/iMastNotifyService/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 3.0 CFBundleVersion - 61 + 62 NSExtension NSExtensionPointIdentifier diff --git a/iMastTests/Info.plist b/iMastTests/Info.plist index dd78be0b2..0740923e7 100644 --- a/iMastTests/Info.plist +++ b/iMastTests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 3.0 CFBundleVersion - 61 + 62 diff --git a/iMastTodayWidget/Info.plist b/iMastTodayWidget/Info.plist index de2f77c3d..026026cf0 100644 --- a/iMastTodayWidget/Info.plist +++ b/iMastTodayWidget/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 3.0 CFBundleVersion - 61 + 62 NSExtension NSExtensionMainStoryboard diff --git a/iMastUITests/Info.plist b/iMastUITests/Info.plist index dd78be0b2..0740923e7 100644 --- a/iMastUITests/Info.plist +++ b/iMastUITests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 3.0 CFBundleVersion - 61 + 62 diff --git a/imastshare/Info.plist b/imastshare/Info.plist index c1667bb59..59b32d25e 100644 --- a/imastshare/Info.plist +++ b/imastshare/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 3.0 CFBundleVersion - 61 + 62 NSExtension NSExtensionAttributes