From aa2a11b2bf14b986a7d9725e2c5e1d6d3d7b7c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bures=CC=8C?= Date: Sun, 4 Aug 2024 18:56:22 +0200 Subject: [PATCH] ~ Version Bump --- Tuist/Config.swift | 4 ++-- xcconfigs/Cork.xcconfig | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tuist/Config.swift b/Tuist/Config.swift index 32cd39c2..e84da346 100644 --- a/Tuist/Config.swift +++ b/Tuist/Config.swift @@ -2,8 +2,8 @@ import ProjectDescription let config = Config( compatibleXcodeVersions: .upToNextMajor("15"), - fullHandle: "buresdv/cork", - url: "https://cloud.tuist.io", + //fullHandle: "buresdv/cork", + //url: "https://cloud.tuist.io", swiftVersion: "5.9.0", generationOptions: .options() ) diff --git a/xcconfigs/Cork.xcconfig b/xcconfigs/Cork.xcconfig index baa8e568..6d26c5fe 100644 --- a/xcconfigs/Cork.xcconfig +++ b/xcconfigs/Cork.xcconfig @@ -6,7 +6,7 @@ CODE_SIGN_IDENTITY=- CODE_SIGN_IDENTITY[sdk=macosx*]=Apple Development CODE_SIGN_STYLE=Automatic COMBINE_HIDPI_IMAGES=YES -CURRENT_PROJECT_VERSION=72 +CURRENT_PROJECT_VERSION=73 DEAD_CODE_STRIPPING=YES DEVELOPMENT_ASSET_PATHS="Cork/Preview Content" DEVELOPMENT_TEAM=ZSVA6DVZHM @@ -16,7 +16,7 @@ GENERATE_INFOPLIST_FILE=YES INFOPLIST_FILE=Cork/Info.plist INFOPLIST_KEY_LSApplicationCategoryType=public.app-category.utilities INFOPLIST_KEY_NSHumanReadableCopyright= -MARKETING_VERSION=1.4.4 +MARKETING_VERSION=1.4.4.1 PRODUCT_BUNDLE_IDENTIFIER=com.davidbures.Cork PRODUCT_NAME=$(TARGET_NAME) SWIFT_EMIT_LOC_STRINGS=YES @@ -25,4 +25,4 @@ SWIFT_VERSION=5.0 LD_RUNPATH_SEARCH_PATHS[config=Debug]=$(inherited) @executable_path/../Frameworks LD_RUNPATH_SEARCH_PATHS[config=Release]=$(inherited) @executable_path/../Frameworks LD_RUNPATH_SEARCH_PATHS[config=Self-Compiled]=$(inherited) @executable_path/../Frameworks -SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Self-Compiled]=SELF_COMPILED \ No newline at end of file +SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Self-Compiled]=SELF_COMPILED