diff --git a/ios/AppIcon.icon/Assets/barcode-gelesen.svg b/ios/AppIcon.icon/Assets/barcode-gelesen.svg
deleted file mode 100644
index 8420535..0000000
--- a/ios/AppIcon.icon/Assets/barcode-gelesen.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/ios/AppIcon.icon/Assets/hexagon.svg b/ios/AppIcon.icon/Assets/hexagon.svg
new file mode 100644
index 0000000..c54dbd3
--- /dev/null
+++ b/ios/AppIcon.icon/Assets/hexagon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/ios/AppIcon.icon/Assets/stock-rotation.svg b/ios/AppIcon.icon/Assets/stock-rotation.svg
deleted file mode 100644
index 29a0e44..0000000
--- a/ios/AppIcon.icon/Assets/stock-rotation.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/ios/AppIcon.icon/icon.json b/ios/AppIcon.icon/icon.json
index 2f70ec1..f53a822 100644
--- a/ios/AppIcon.icon/icon.json
+++ b/ios/AppIcon.icon/icon.json
@@ -2,7 +2,7 @@
"fill-specializations" : [
{
"value" : {
- "automatic-gradient" : "display-p3:0.68468,0.62596,1.03953,1.00000",
+ "automatic-gradient" : "display-p3:0.49658,0.53906,0.88428,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
@@ -18,7 +18,7 @@
{
"appearance" : "dark",
"value" : {
- "automatic-gradient" : "display-p3:0.23587,0.21584,0.35184,1.00000",
+ "automatic-gradient" : "display-p3:0.24018,0.26161,0.43578,1.00000",
"orientation" : {
"start" : {
"x" : 0.5,
@@ -39,48 +39,20 @@
"fill-specializations" : [
{
"value" : {
- "solid" : "display-p3:0.00000,0.00000,0.00000,1.00000"
+ "solid" : "display-p3:0.99316,0.99316,0.99316,1.00000"
}
},
{
"appearance" : "dark",
"value" : {
- "solid" : "display-p3:0.58245,0.53181,0.88393,1.00000"
+ "solid" : "display-p3:0.99316,0.99316,0.99316,1.00000"
}
}
],
- "glass" : true,
- "image-name" : "stock-rotation.svg",
- "name" : "stock-rotation",
+ "image-name" : "hexagon.svg",
+ "name" : "hexagon",
"position" : {
- "scale" : 1.7,
- "translation-in-points" : [
- 0,
- 0
- ]
- }
- },
- {
- "fill-specializations" : [
- {
- "appearance" : "dark",
- "value" : {
- "automatic-gradient" : "display-p3:0.42536,0.31875,0.88861,1.00000"
- }
- },
- {
- "appearance" : "tinted",
- "value" : {
- "automatic-gradient" : "extended-gray:0.25000,1.00000"
- }
- }
- ],
- "glass" : false,
- "hidden" : true,
- "image-name" : "barcode-gelesen.svg",
- "name" : "barcode-gelesen",
- "position" : {
- "scale" : 1.4,
+ "scale" : 1.18,
"translation-in-points" : [
0,
0
diff --git a/ios/Sources/Info.plist b/ios/Sources/Info.plist
index a1c1e8d..cbe6c77 100644
--- a/ios/Sources/Info.plist
+++ b/ios/Sources/Info.plist
@@ -29,6 +29,13 @@
CFBundleVersion
1
+
+ LSApplicationCategoryType
+ public.app-category.utilities
+
+
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
UISupportedInterfaceOrientations~ipad
diff --git a/ios/Vorrania.xcodeproj/project.pbxproj b/ios/Vorrania.xcodeproj/project.pbxproj
index 4fa6564..2bf4169 100644
--- a/ios/Vorrania.xcodeproj/project.pbxproj
+++ b/ios/Vorrania.xcodeproj/project.pbxproj
@@ -22,6 +22,7 @@
5A0C3254B45CA13B1C3D9265 /* AssignScanView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76393ADA26304E5BC5AD7E7F /* AssignScanView.swift */; };
6816C33381DF52A96E5BB303 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314B1BB7220691A7423E8929 /* Models.swift */; };
728CF5124D2D5BBF826BCD2C /* ServerFetch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1847E65D41ACEDD01CD108BC /* ServerFetch.swift */; };
+ 749139BEFF35F9DAFFE87C3B /* ItemListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00288DFA409BAD753AA4CA5D /* ItemListView.swift */; };
75F805F8AE93479933BD811D /* VorraniaApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9948219CDDC4188EA4298F22 /* VorraniaApp.swift */; };
7738E209D4D32BFD514B76F5 /* ListViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6785CD9174067EFBB2B9043 /* ListViews.swift */; };
7E2FA69E0C3BED650E91A7E9 /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = 099CCD94907BE0179B7D5742 /* AppIcon.icon */; };
@@ -46,6 +47,7 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
+ 00288DFA409BAD753AA4CA5D /* ItemListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemListView.swift; sourceTree = ""; };
0365A16FEAE3F2BEC321E68A /* CheckInView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckInView.swift; sourceTree = ""; };
090485CC54558EB4433376A9 /* DashboardCards.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashboardCards.swift; sourceTree = ""; };
099CCD94907BE0179B7D5742 /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = wrapper.icon; path = AppIcon.icon; sourceTree = ""; };
@@ -59,7 +61,7 @@
3731608B8D48960DC98912BC /* NotificationSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSettings.swift; sourceTree = ""; };
378F1B2DE567B62169E84426 /* APIClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIClient.swift; sourceTree = ""; };
4741D0E95875919C921945CF /* RootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootView.swift; sourceTree = ""; };
- 4BF4E4F5524B15728CEEE116 /* Vorrania.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Vorrania.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4BF4E4F5524B15728CEEE116 /* Vorrania.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Vorrania.app; sourceTree = BUILT_PRODUCTS_DIR; };
5312AFE88B7284401AA7B0A3 /* ProductPhotoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductPhotoView.swift; sourceTree = ""; };
660ACEFA22BC77D52FBE736A /* AppDashboards.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDashboards.swift; sourceTree = ""; };
69B59B9F69BC30451D45A3C7 /* ItemViews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemViews.swift; sourceTree = ""; };
@@ -104,6 +106,7 @@
717C8EB336170526F5F3E695 /* DateScanView.swift */,
AAC97A555856C6C5DD353E25 /* DisplaySettings.swift */,
7DACFBB69CB536BA7CBBD484 /* HistoryView.swift */,
+ 00288DFA409BAD753AA4CA5D /* ItemListView.swift */,
69B59B9F69BC30451D45A3C7 /* ItemViews.swift */,
A6785CD9174067EFBB2B9043 /* ListViews.swift */,
C35D34107C8CBB8B7C6C6650 /* LocalOverview.swift */,
@@ -232,6 +235,7 @@
ED61DAE4824165D6D87F8C1D /* DateScanView.swift in Sources */,
D70CB183C868FF0143A6A5E7 /* DisplaySettings.swift in Sources */,
4C486D190D1AB338925D29B5 /* HistoryView.swift in Sources */,
+ 749139BEFF35F9DAFFE87C3B /* ItemListView.swift in Sources */,
56A5DFAC86DF972B1481A691 /* ItemViews.swift in Sources */,
7738E209D4D32BFD514B76F5 /* ListViews.swift in Sources */,
82A0C22D4AD228C36868853A /* LocalOverview.swift in Sources */,
@@ -325,6 +329,7 @@
DEVELOPMENT_TEAM = PP34X97WS3;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = Sources/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -332,6 +337,10 @@
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.scarriffle.vorrania;
SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
+ SUPPORTS_MACCATALYST = NO;
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.9;
TARGETED_DEVICE_FAMILY = "1,2";
};
@@ -347,6 +356,7 @@
DEVELOPMENT_TEAM = PP34X97WS3;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = Sources/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -354,6 +364,10 @@
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.scarriffle.vorrania;
SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
+ SUPPORTS_MACCATALYST = NO;
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.9;
TARGETED_DEVICE_FAMILY = "1,2";
};