diff --git a/iMast.xcodeproj/project.pbxproj b/iMast.xcodeproj/project.pbxproj index 0356d5e08..511997293 100644 --- a/iMast.xcodeproj/project.pbxproj +++ b/iMast.xcodeproj/project.pbxproj @@ -1312,7 +1312,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = iMast/iMast.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; DEVELOPMENT_TEAM = 4XKKKM86RN; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = iMast/Info.plist; @@ -1338,7 +1338,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = iMast/iMast.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; DEVELOPMENT_TEAM = 4XKKKM86RN; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = iMast/Info.plist; @@ -1362,7 +1362,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; INFOPLIST_FILE = iMastTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastTests; @@ -1380,7 +1380,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; INFOPLIST_FILE = iMastTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastTests; @@ -1397,7 +1397,7 @@ baseConfigurationReference = 2605ADA75A3A0522311BE304 /* Pods-iMastUITests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; INFOPLIST_FILE = iMastUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastUITests; @@ -1414,7 +1414,7 @@ baseConfigurationReference = E639DE94B67EC7C6532AD992 /* Pods-iMastUITests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; INFOPLIST_FILE = iMastUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.example.iMastUITests; @@ -1432,7 +1432,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = iMastTodayWidget/iMastTodayWidget.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; DEVELOPMENT_TEAM = 4XKKKM86RN; INFOPLIST_FILE = iMastTodayWidget/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1453,7 +1453,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = iMastTodayWidget/iMastTodayWidget.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; DEVELOPMENT_TEAM = 4XKKKM86RN; INFOPLIST_FILE = iMastTodayWidget/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1480,7 +1480,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = iMastShare/iMastShare.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; DEVELOPMENT_TEAM = 4XKKKM86RN; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = iMastShare/Info.plist; @@ -1510,7 +1510,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = iMastShare/iMastShare.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 48; + CURRENT_PROJECT_VERSION = 49; DEVELOPMENT_TEAM = 4XKKKM86RN; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = iMastShare/Info.plist; diff --git a/iMast/Info.plist b/iMast/Info.plist index 43b24b088..99d5adf5d 100644 --- a/iMast/Info.plist +++ b/iMast/Info.plist @@ -43,7 +43,7 @@ </dict> </array> <key>CFBundleVersion</key> - <string>48</string> + <string>49</string> <key>LSApplicationCategoryType</key> <string>public.app-category.social-networking</string> <key>LSApplicationQueriesSchemes</key> diff --git a/iMastTests/Info.plist b/iMastTests/Info.plist index c9f101746..a01001542 100644 --- a/iMastTests/Info.plist +++ b/iMastTests/Info.plist @@ -17,6 +17,6 @@ <key>CFBundleShortVersionString</key> <string>2.8</string> <key>CFBundleVersion</key> - <string>48</string> + <string>49</string> </dict> </plist> diff --git a/iMastTodayWidget/Info.plist b/iMastTodayWidget/Info.plist index ba3a9b4ad..f1bc8d367 100644 --- a/iMastTodayWidget/Info.plist +++ b/iMastTodayWidget/Info.plist @@ -19,7 +19,7 @@ <key>CFBundleShortVersionString</key> <string>2.8</string> <key>CFBundleVersion</key> - <string>48</string> + <string>49</string> <key>NSExtension</key> <dict> <key>NSExtensionMainStoryboard</key> diff --git a/iMastUITests/Info.plist b/iMastUITests/Info.plist index c9f101746..a01001542 100644 --- a/iMastUITests/Info.plist +++ b/iMastUITests/Info.plist @@ -17,6 +17,6 @@ <key>CFBundleShortVersionString</key> <string>2.8</string> <key>CFBundleVersion</key> - <string>48</string> + <string>49</string> </dict> </plist> diff --git a/imastshare/Info.plist b/imastshare/Info.plist index 1c033b0d0..bbd992d65 100644 --- a/imastshare/Info.plist +++ b/imastshare/Info.plist @@ -19,7 +19,7 @@ <key>CFBundleShortVersionString</key> <string>2.8</string> <key>CFBundleVersion</key> - <string>48</string> + <string>49</string> <key>NSExtension</key> <dict> <key>NSExtensionAttributes</key>