From ecc66e0de6c23917214d8622b2ba5431fd2117bb Mon Sep 17 00:00:00 2001 From: chanhihi Date: Mon, 29 Apr 2024 17:18:30 +0900 Subject: [PATCH] fix: change displayname for 42Box --- Project.swift | 4 ++-- .../AccentColor.colorset/Contents.json | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 iBox/Resources/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/Project.swift b/Project.swift index 7e20388..3fbb9ed 100644 --- a/Project.swift +++ b/Project.swift @@ -29,7 +29,7 @@ class iBoxFactory: ProjectFactory { private let appInfoPlist: [String: Plist.Value] = [ "ITSAppUsesNonExemptEncryption": false, - "CFBundleDisplayName": "iBox", + "CFBundleDisplayName": "42Box", "CFBundleName": "iBox", "CFBundleShortVersionString": "1.0.0", "CFBundleVersion": "1", @@ -58,7 +58,7 @@ class iBoxFactory: ProjectFactory { ] private let shareExtensionInfoPlist: [String: Plist.Value] = [ - "CFBundleDisplayName": "iBox.Share", + "CFBundleDisplayName": "42Box.Share", "CFBundleShortVersionString": "1.0.0", "CFBundleVersion": "1", "NSExtension": [ diff --git a/iBox/Resources/Assets.xcassets/AccentColor.colorset/Contents.json b/iBox/Resources/Assets.xcassets/AccentColor.colorset/Contents.json deleted file mode 100644 index eb87897..0000000 --- a/iBox/Resources/Assets.xcassets/AccentColor.colorset/Contents.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "colors" : [ - { - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -}