diff --git a/Nextcloud Cookbook iOS Client.xcodeproj/project.pbxproj b/Nextcloud Cookbook iOS Client.xcodeproj/project.pbxproj index 1139732..9977308 100644 --- a/Nextcloud Cookbook iOS Client.xcodeproj/project.pbxproj +++ b/Nextcloud Cookbook iOS Client.xcodeproj/project.pbxproj @@ -121,6 +121,7 @@ A70171752AA8E71900064C43 = { isa = PBXGroup; children = ( + A781E75E2AE9133B00452F6F /* Screenshots */, A70171802AA8E71900064C43 /* Nextcloud Cookbook iOS Client */, A70171922AA8E72000064C43 /* Nextcloud Cookbook iOS ClientTests */, A701719C2AA8E72000064C43 /* Nextcloud Cookbook iOS ClientUITests */, @@ -238,6 +239,13 @@ path = Extensions; sourceTree = ""; }; + A781E75E2AE9133B00452F6F /* Screenshots */ = { + isa = PBXGroup; + children = ( + ); + path = Screenshots; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ diff --git a/Screenshots/iOS_cookboks.png b/Screenshots/iOS_cookboks.png new file mode 100644 index 0000000..8e64f32 Binary files /dev/null and b/Screenshots/iOS_cookboks.png differ diff --git a/Screenshots/iOS_recipe_detail_1.png b/Screenshots/iOS_recipe_detail_1.png new file mode 100644 index 0000000..5e51e59 Binary files /dev/null and b/Screenshots/iOS_recipe_detail_1.png differ diff --git a/Screenshots/iOS_recipe_detail_2.png b/Screenshots/iOS_recipe_detail_2.png new file mode 100644 index 0000000..b65fe5c Binary files /dev/null and b/Screenshots/iOS_recipe_detail_2.png differ diff --git a/Screenshots/iOS_recipes.png b/Screenshots/iOS_recipes.png new file mode 100644 index 0000000..6b173f0 Binary files /dev/null and b/Screenshots/iOS_recipes.png differ diff --git a/Screenshots/iPadOS_cookbooks_recipes.png b/Screenshots/iPadOS_cookbooks_recipes.png new file mode 100644 index 0000000..efc02f4 Binary files /dev/null and b/Screenshots/iPadOS_cookbooks_recipes.png differ diff --git a/Screenshots/iPadOS_recipe_detail.png b/Screenshots/iPadOS_recipe_detail.png new file mode 100644 index 0000000..9a3dc2e Binary files /dev/null and b/Screenshots/iPadOS_recipe_detail.png differ