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
2 changes: 1 addition & 1 deletion TestFlight/WhatToTest.en-GB.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
What's new:
- Our app icon has never looked this good
- Share your documents (photos, audio, etc.) from your favourite app to Euria.
2 changes: 1 addition & 1 deletion TestFlight/WhatToTest.fr-FR.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Quoi de neuf :
- Notre icône d'app n'a jamais été aussi belle
- Partagez vos documents (photos, audio…) depuis votre app préférée vers Euria
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("1.0.3")
.marketingVersion("1.0.4")
.automaticCodeSigning(devTeam: "864VDCS2QY")
.merging(["DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO"),
"SWIFT_STRICT_CONCURRENCY": SettingValue(stringLiteral: "complete")])
Expand Down
Loading