From 9a4e049fbc648549455b111353bcf4c45314b77f Mon Sep 17 00:00:00 2001 From: chanhihi Date: Mon, 11 Nov 2024 14:41:39 +0900 Subject: [PATCH 1/4] docs: make file tuist version --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e8ffb27..4ed9a7b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ gen: + mise use tuist@3.36.2 tuist fetch tuist generate From 01fe124aadd98eee6ce490fd98f2838d1dbcfa14 Mon Sep 17 00:00:00 2001 From: chanhihi Date: Mon, 11 Nov 2024 14:41:49 +0900 Subject: [PATCH 2/4] build: app version --- Project.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.swift b/Project.swift index 733fe37..f527bfb 100644 --- a/Project.swift +++ b/Project.swift @@ -14,7 +14,7 @@ protocol ProjectFactory { extension Plist.Value { static var displayName: Plist.Value = "42Box" static var displayShareExtensionName: Plist.Value = "42Box.Share" - static var appVersion: Plist.Value = "1.1.0" + static var appVersion: Plist.Value = "1.1.1" } // MARK: - iBox Factory From 6c8380c3da0cd9d59c887a90a26e05a048347059 Mon Sep 17 00:00:00 2001 From: chanhihi Date: Mon, 11 Nov 2024 14:41:39 +0900 Subject: [PATCH 3/4] docs: make file tuist version --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e8ffb27..4ed9a7b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ gen: + mise use tuist@3.36.2 tuist fetch tuist generate From b36a91bce6adb7ea9b3e6f819ecd467e3e23d84b Mon Sep 17 00:00:00 2001 From: chanhihi Date: Mon, 11 Nov 2024 14:41:49 +0900 Subject: [PATCH 4/4] build: app version --- Project.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.swift b/Project.swift index 733fe37..f527bfb 100644 --- a/Project.swift +++ b/Project.swift @@ -14,7 +14,7 @@ protocol ProjectFactory { extension Plist.Value { static var displayName: Plist.Value = "42Box" static var displayShareExtensionName: Plist.Value = "42Box.Share" - static var appVersion: Plist.Value = "1.1.0" + static var appVersion: Plist.Value = "1.1.1" } // MARK: - iBox Factory