diff --git a/XIONControlPanel.xcodeproj/project.pbxproj b/XIONControlPanel.xcodeproj/project.pbxproj index d8f51ab..c36a86a 100644 --- a/XIONControlPanel.xcodeproj/project.pbxproj +++ b/XIONControlPanel.xcodeproj/project.pbxproj @@ -41,7 +41,7 @@ 0C20E2B51C33514100BA789B /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 0C20E2BA1C33529700BA789B /* MainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = ""; }; 0C20E2BC1C33534F00BA789B /* VisualizationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VisualizationViewController.swift; sourceTree = ""; }; - 0C3CAEA41C3350C800B856AD /* XIONControlPanel.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XIONControlPanel.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0C3CAEA41C3350C800B856AD /* XION.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XION.app; sourceTree = BUILT_PRODUCTS_DIR; }; 0C3CAEAE1C3350C800B856AD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 0C3CAEB11C3350C800B856AD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 0C3CAEB31C3350C800B856AD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -155,7 +155,7 @@ 0C3CAEA51C3350C800B856AD /* Products */ = { isa = PBXGroup; children = ( - 0C3CAEA41C3350C800B856AD /* XIONControlPanel.app */, + 0C3CAEA41C3350C800B856AD /* XION.app */, ); name = Products; sourceTree = ""; @@ -229,7 +229,7 @@ ); name = XIONControlPanel; productName = XIONControlPanel; - productReference = 0C3CAEA41C3350C800B856AD /* XIONControlPanel.app */; + productReference = 0C3CAEA41C3350C800B856AD /* XION.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -419,7 +419,7 @@ INFOPLIST_FILE = "$(SRCROOT)/XIONControlPanel/SupportingFiles/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.xionsf.XIONControlPanel; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = XION; PROVISIONING_PROFILE = ""; SWIFT_OBJC_BRIDGING_HEADER = "XIONControlPanel/SupportingFiles/XIONControlPanel-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -436,7 +436,7 @@ INFOPLIST_FILE = "$(SRCROOT)/XIONControlPanel/SupportingFiles/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.xionsf.XIONControlPanel; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = XION; PROVISIONING_PROFILE = ""; SWIFT_OBJC_BRIDGING_HEADER = "XIONControlPanel/SupportingFiles/XIONControlPanel-Bridging-Header.h"; }; diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Contents.json b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Contents.json index eeea76c..f542664 100644 --- a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,68 +1,81 @@ { "images" : [ { - "idiom" : "iphone", "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-Small@2x.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-Small@3x.png", "scale" : "3x" }, { - "idiom" : "iphone", "size" : "40x40", + "idiom" : "iphone", + "filename" : "Icon-40@2x.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "40x40", + "idiom" : "iphone", + "filename" : "Icon-40@3x.png", "scale" : "3x" }, { - "idiom" : "iphone", "size" : "60x60", + "idiom" : "iphone", + "filename" : "Icon-60@2x.png", "scale" : "2x" }, { - "idiom" : "iphone", "size" : "60x60", + "idiom" : "iphone", + "filename" : "Icon-60@3x.png", "scale" : "3x" }, { - "idiom" : "ipad", "size" : "29x29", + "idiom" : "ipad", + "filename" : "Icon-Small.png", "scale" : "1x" }, { - "idiom" : "ipad", "size" : "29x29", + "idiom" : "ipad", + "filename" : "Icon-Small@2x.png", "scale" : "2x" }, { - "idiom" : "ipad", "size" : "40x40", + "idiom" : "ipad", + "filename" : "Icon-40.png", "scale" : "1x" }, { - "idiom" : "ipad", "size" : "40x40", + "idiom" : "ipad", + "filename" : "Icon-40@2x.png", "scale" : "2x" }, { - "idiom" : "ipad", "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-76.png", "scale" : "1x" }, { - "idiom" : "ipad", "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-76@2x.png", "scale" : "2x" }, { - "idiom" : "ipad", "size" : "83.5x83.5", + "idiom" : "ipad", + "filename" : "Icon-167@2x.png", "scale" : "2x" } ], diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-167@2x.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-167@2x.png new file mode 100644 index 0000000..eaf71bf Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-167@2x.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40.png new file mode 100644 index 0000000..128c482 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40@2x.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40@2x.png new file mode 100644 index 0000000..2b06e68 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40@2x.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40@3x.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40@3x.png new file mode 100644 index 0000000..e4e9375 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-40@3x.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png new file mode 100644 index 0000000..e4e9375 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png new file mode 100644 index 0000000..43ad577 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-76.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-76.png new file mode 100644 index 0000000..ac8bbb3 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-76.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png new file mode 100644 index 0000000..3e77ca1 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small.png new file mode 100644 index 0000000..6eccfbc Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png new file mode 100644 index 0000000..c1a7834 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png differ diff --git a/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png new file mode 100644 index 0000000..17917b7 Binary files /dev/null and b/XIONControlPanel/SupportingFiles/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png differ