Skip to content

Commit

Permalink
~ Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
buresdv committed Aug 4, 2024
1 parent 772f823 commit aa2a11b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Tuist/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
Expand Down
6 changes: 3 additions & 3 deletions xcconfigs/Cork.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Self-Compiled]=SELF_COMPILED

0 comments on commit aa2a11b

Please sign in to comment.