Skip to content

Commit

Permalink
~ Adjustments to Tuist config ~ Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
buresdv committed Oct 12, 2024
1 parent 2f0187b commit e472d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ let project = Project(
.remote(url: "https://github.com/SimplyDanny/SwiftLintPlugins", requirement: .upToNextMajor(from: "0.56.2")),
],
settings: .settings(
base: ["SWIFT_VERSION": "6.0"],
base: [
"SWIFT_VERSION": "6.0",
"MARKETING_VERSION": "1.4.5.3",
"CURRENT_PROJECT_VERSION": "82"
],
configurations: [
.debug(
name: "Debug",
Expand Down
2 changes: 0 additions & 2 deletions xcconfigs/Cork.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CODE_SIGN_IDENTITY=-
CODE_SIGN_IDENTITY[sdk=macosx*]=Apple Development
CODE_SIGN_STYLE=Automatic
COMBINE_HIDPI_IMAGES=YES
CURRENT_PROJECT_VERSION=81
DEAD_CODE_STRIPPING=YES
DEVELOPMENT_ASSET_PATHS="Cork/Preview Content"
DEVELOPMENT_TEAM=ZSVA6DVZHM
Expand All @@ -15,7 +14,6 @@ GENERATE_INFOPLIST_FILE=YES
INFOPLIST_FILE=Cork/Info.plist
INFOPLIST_KEY_LSApplicationCategoryType=public.app-category.utilities
INFOPLIST_KEY_NSHumanReadableCopyright=
MARKETING_VERSION=1.4.5.2
PRODUCT_BUNDLE_IDENTIFIER=com.davidbures.Cork
PRODUCT_NAME=$(TARGET_NAME)
SWIFT_EMIT_LOC_STRINGS=YES
Expand Down

0 comments on commit e472d89

Please sign in to comment.