diff --git a/.beta-build b/.beta-build index d6ff78ac..0b5f9b09 100644 --- a/.beta-build +++ b/.beta-build @@ -1 +1 @@ -3428 +3430 diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index b08a7a4c..a5f8f54d 100644 --- a/Passepartout.xcodeproj/project.pbxproj +++ b/Passepartout.xcodeproj/project.pbxproj @@ -1737,7 +1737,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CURRENT_PROJECT_VERSION = 3428; + CURRENT_PROJECT_VERSION = 3430; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1804,7 +1804,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CURRENT_PROJECT_VERSION = 3428; + CURRENT_PROJECT_VERSION = 3430; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_BITCODE = NO; ENABLE_NS_ASSERTIONS = NO; @@ -1838,7 +1838,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 3428; + CURRENT_PROJECT_VERSION = 3430; DEVELOPMENT_TEAM = DTDYD63ZX9; INFOPLIST_FILE = Passepartout/App/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -1865,7 +1865,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 3428; + CURRENT_PROJECT_VERSION = 3430; DEVELOPMENT_TEAM = DTDYD63ZX9; INFOPLIST_FILE = Passepartout/App/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -1958,7 +1958,7 @@ CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3428; + CURRENT_PROJECT_VERSION = 3430; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = Passepartout/Mac/Info.plist; @@ -1992,7 +1992,7 @@ CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3428; + CURRENT_PROJECT_VERSION = 3430; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = Passepartout/Mac/Info.plist; diff --git a/Passepartout/App/Info.plist b/Passepartout/App/Info.plist index 2b3c9b18..8ae01e8e 100644 --- a/Passepartout/App/Info.plist +++ b/Passepartout/App/Info.plist @@ -34,7 +34,7 @@ CFBundleShortVersionString 2.1.0 CFBundleVersion - 3428 + 3430 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/Passepartout/Launcher/Info.plist b/Passepartout/Launcher/Info.plist index 9890b75c..53d60672 100644 --- a/Passepartout/Launcher/Info.plist +++ b/Passepartout/Launcher/Info.plist @@ -5,7 +5,7 @@ CFBundleShortVersionString 2.1.0 CFBundleVersion - 3428 + 3430 LSBackgroundOnly CFBundleIdentifier diff --git a/Passepartout/Mac/Info.plist b/Passepartout/Mac/Info.plist index c79cacb3..f4f174c5 100644 --- a/Passepartout/Mac/Info.plist +++ b/Passepartout/Mac/Info.plist @@ -7,7 +7,7 @@ CFBundleShortVersionString 2.1.0 CFBundleVersion - 3428 + 3430 NSPrincipalClass $(PRODUCT_MODULE_NAME).PassepartoutMac com.algoritmico.Passepartout.config diff --git a/Passepartout/Tunnel/Info.plist b/Passepartout/Tunnel/Info.plist index f837e9de..a2b2a0f8 100644 --- a/Passepartout/Tunnel/Info.plist +++ b/Passepartout/Tunnel/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 2.1.0 CFBundleVersion - 3428 + 3430 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension diff --git a/scripts/commit-beta.sh b/scripts/commit-beta.sh index 69ed8176..2f24045a 100755 --- a/scripts/commit-beta.sh +++ b/scripts/commit-beta.sh @@ -13,6 +13,10 @@ if ! git -C $API_PATH pull origin master; then fi git add $API_PATH +# update bundle +bundle update +git add Gemfile.lock + # set build number BASE_BUILD_FILE=".beta-base" BUILD_FILE=".beta-build"