diff --git a/iosApp/iosApp.xcodeproj/project.pbxproj b/iosApp/iosApp.xcodeproj/project.pbxproj index 2f948de..6c5d9fe 100644 --- a/iosApp/iosApp.xcodeproj/project.pbxproj +++ b/iosApp/iosApp.xcodeproj/project.pbxproj @@ -10,6 +10,7 @@ 058557BB273AAA24004C7B11 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557BA273AAA24004C7B11 /* Assets.xcassets */; }; 058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */; }; 2152FB042600AC8F00CF470E /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152FB032600AC8F00CF470E /* iOSApp.swift */; }; + 50E639802F614F1100F84448 /* Octocon.icon in Resources */ = {isa = PBXBuildFile; fileRef = 50E6397F2F614F1100F84448 /* Octocon.icon */; }; 7555FF83242A565900829871 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7555FF82242A565900829871 /* ContentView.swift */; }; D465213B2D28C8DA00437389 /* Pods_iosApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D46521392D28C8D100437389 /* Pods_iosApp.framework */; }; D4CE387C2F59378400BD769C /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = D4CE387B2F59378400BD769C /* Sentry */; }; @@ -62,6 +63,7 @@ 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 2152FB032600AC8F00CF470E /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = ""; }; 4A239D857E2E6F25324DFBE7 /* Pods-iosApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iosApp.debug.xcconfig"; path = "Target Support Files/Pods-iosApp/Pods-iosApp.debug.xcconfig"; sourceTree = ""; }; + 50E6397F2F614F1100F84448 /* Octocon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = Octocon.icon; sourceTree = ""; }; 530DCE619D2660AF948D15B7 /* Pods_OctoconWidgetExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OctoconWidgetExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 7555FF7B242A565900829871 /* Octocon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Octocon.app; sourceTree = BUILT_PRODUCTS_DIR; }; 7555FF82242A565900829871 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; @@ -185,6 +187,7 @@ 7555FF8C242A565B00829871 /* Info.plist */, 2152FB032600AC8F00CF470E /* iOSApp.swift */, 058557D7273AAEEB004C7B11 /* Preview Content */, + 50E6397F2F614F1100F84448 /* Octocon.icon */, ); path = iosApp; sourceTree = ""; @@ -308,6 +311,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 50E639802F614F1100F84448 /* Octocon.icon in Resources */, 058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */, 058557BB273AAA24004C7B11 /* Assets.xcassets in Resources */, D4D6A08B2D1E91080047877A /* GoogleService-Info.plist in Resources */, @@ -373,10 +377,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-frameworks.sh\"\n"; @@ -412,10 +420,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources.sh\"\n"; @@ -598,7 +610,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 4A239D857E2E6F25324DFBE7 /* Pods-iosApp.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = Octocon; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CODE_SIGN_ENTITLEMENTS = iosApp/iosApp.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; @@ -640,7 +652,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 997ADEC63A66359847213EAF /* Pods-iosApp.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = Octocon; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CODE_SIGN_ENTITLEMENTS = iosApp/iosApp.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; diff --git a/iosApp/iosApp/Octocon.icon/Assets/Logo_Background.svg b/iosApp/iosApp/Octocon.icon/Assets/Logo_Background.svg new file mode 100644 index 0000000..08459e7 --- /dev/null +++ b/iosApp/iosApp/Octocon.icon/Assets/Logo_Background.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + diff --git a/iosApp/iosApp/Octocon.icon/Assets/Logo_Brain 2.svg b/iosApp/iosApp/Octocon.icon/Assets/Logo_Brain 2.svg new file mode 100644 index 0000000..b1ed960 --- /dev/null +++ b/iosApp/iosApp/Octocon.icon/Assets/Logo_Brain 2.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + diff --git a/iosApp/iosApp/Octocon.icon/Assets/Logo_Nubs 2.svg b/iosApp/iosApp/Octocon.icon/Assets/Logo_Nubs 2.svg new file mode 100644 index 0000000..821f95f --- /dev/null +++ b/iosApp/iosApp/Octocon.icon/Assets/Logo_Nubs 2.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iosApp/iosApp/Octocon.icon/Assets/Logo_path11 2.svg b/iosApp/iosApp/Octocon.icon/Assets/Logo_path11 2.svg new file mode 100644 index 0000000..c956af6 --- /dev/null +++ b/iosApp/iosApp/Octocon.icon/Assets/Logo_path11 2.svg @@ -0,0 +1,82 @@ + + + + + + + + + + diff --git a/iosApp/iosApp/Octocon.icon/icon.json b/iosApp/iosApp/Octocon.icon/icon.json new file mode 100644 index 0000000..04bb7f3 --- /dev/null +++ b/iosApp/iosApp/Octocon.icon/icon.json @@ -0,0 +1,108 @@ +{ + "fill-specializations" : [ + { + "value" : { + "automatic-gradient" : "srgb:0.31765,0.33725,0.66275,1.00000", + "orientation" : { + "start" : { + "x" : 0.5, + "y" : 0 + }, + "stop" : { + "x" : 0.5, + "y" : 0.7 + } + } + } + }, + { + "appearance" : "dark", + "value" : "system-dark" + } + ], + "groups" : [ + { + "layers" : [ + { + "hidden" : false, + "image-name" : "Logo_path11 2.svg", + "name" : "Logo_path11 2", + "position" : { + "scale" : 1, + "translation-in-points" : [ + 69, + -131 + ] + } + } + ], + "shadow" : { + "kind" : "none", + "opacity" : 0.5 + }, + "specular" : false, + "translucency" : { + "enabled" : false, + "value" : 0.5 + } + }, + { + "hidden" : false, + "layers" : [ + { + "image-name" : "Logo_Nubs 2.svg", + "name" : "Logo_Nubs 2" + } + ], + "shadow" : { + "kind" : "layer-color", + "opacity" : 0.5 + }, + "translucency" : { + "enabled" : true, + "value" : 0.5 + } + }, + { + "layers" : [ + { + "image-name" : "Logo_Brain 2.svg", + "name" : "Logo_Brain 2" + } + ], + "shadow" : { + "kind" : "layer-color", + "opacity" : 0.5 + }, + "translucency" : { + "enabled" : true, + "value" : 0.5 + } + }, + { + "blur-material" : null, + "layers" : [ + { + "image-name" : "Logo_Background.svg", + "name" : "Logo_Background" + } + ], + "lighting" : "individual", + "shadow" : { + "kind" : "layer-color", + "opacity" : 0.5 + }, + "specular" : true, + "translucency" : { + "enabled" : true, + "value" : 0.5 + } + } + ], + "supported-platforms" : { + "circles" : [ + "watchOS" + ], + "squares" : "shared" + } +} \ No newline at end of file