From 6a7be4874c2994231791e44feaf88c4dece1f0e3 Mon Sep 17 00:00:00 2001 From: Dominik Bucher Date: Mon, 22 Jan 2024 16:44:45 +0100 Subject: [PATCH] Delete asset --- Demo/Demo.xcodeproj/project.pbxproj | 16 +++--- .../defaultTextColor.colorset/Contents.json | 56 ------------------- 2 files changed, 8 insertions(+), 64 deletions(-) delete mode 100644 Demo/Shared/Assets/Assets.xcassets/defaultTextColor.colorset/Contents.json diff --git a/Demo/Demo.xcodeproj/project.pbxproj b/Demo/Demo.xcodeproj/project.pbxproj index e5ae69a9e..ce34b4ed5 100644 --- a/Demo/Demo.xcodeproj/project.pbxproj +++ b/Demo/Demo.xcodeproj/project.pbxproj @@ -415,7 +415,7 @@ CODE_SIGN_ENTITLEMENTS = "Demo (iOS).entitlements"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = PMEDFW438U; + DEVELOPMENT_TEAM = J4CAUDX828; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -429,7 +429,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.danielsaidi.richtextkit.Demo; + PRODUCT_BUNDLE_IDENTIFIER = com.develodom.richtextkit.Demo; PRODUCT_NAME = Demo; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -449,7 +449,7 @@ CODE_SIGN_ENTITLEMENTS = "Demo (iOS).entitlements"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = PMEDFW438U; + DEVELOPMENT_TEAM = J4CAUDX828; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -463,7 +463,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.danielsaidi.richtextkit.Demo; + PRODUCT_BUNDLE_IDENTIFIER = com.develodom.richtextkit.Demo; PRODUCT_NAME = Demo; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -486,7 +486,7 @@ COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; - DEVELOPMENT_TEAM = PMEDFW438U; + DEVELOPMENT_TEAM = J4CAUDX828; ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -497,7 +497,7 @@ ); MACOSX_DEPLOYMENT_TARGET = 12.0; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.danielsaidi.richtextkit.Demo; + PRODUCT_BUNDLE_IDENTIFIER = com.develodom.richtextkit.Demo; PRODUCT_NAME = Demo; SDKROOT = macosx; SWIFT_EMIT_LOC_STRINGS = YES; @@ -515,7 +515,7 @@ COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; - DEVELOPMENT_TEAM = PMEDFW438U; + DEVELOPMENT_TEAM = J4CAUDX828; ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -526,7 +526,7 @@ ); MACOSX_DEPLOYMENT_TARGET = 12.0; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.danielsaidi.richtextkit.Demo; + PRODUCT_BUNDLE_IDENTIFIER = com.develodom.richtextkit.Demo; PRODUCT_NAME = Demo; SDKROOT = macosx; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/Demo/Shared/Assets/Assets.xcassets/defaultTextColor.colorset/Contents.json b/Demo/Shared/Assets/Assets.xcassets/defaultTextColor.colorset/Contents.json deleted file mode 100644 index 236eafa96..000000000 --- a/Demo/Shared/Assets/Assets.xcassets/defaultTextColor.colorset/Contents.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "colors" : [ - { - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0x00", - "green" : "0x00", - "red" : "0x00" - } - }, - "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "light" - } - ], - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0x52", - "green" : "0x24", - "red" : "0xFF" - } - }, - "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0x23", - "green" : "0xFF", - "red" : "0x15" - } - }, - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -}