Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions TestFlight/WhatToTest.en-GB.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
New internal build!

What’s new:
- Download management
- Minor improvements and bug fixes.
4 changes: 1 addition & 3 deletions TestFlight/WhatToTest.fr-FR.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Nouveau build interne !

Nouveautés :
- Gestion des téléchargements
- Améliorations mineures et corrections de bugs.
2 changes: 1 addition & 1 deletion Tuist/ProjectDescriptionHelpers/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public enum Constants {

public static let baseSettings = SettingsDictionary()
.currentProjectVersion("1")
.marketingVersion("0.0.1")
.marketingVersion("1.0.0")
.automaticCodeSigning(devTeam: "864VDCS2QY")
.merging(["DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO"),
"SWIFT_STRICT_CONCURRENCY": SettingValue(stringLiteral: "complete")])
Expand Down
Loading