Skip to content
Snippets Groups Projects
Commit d4c6720c authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Reorganize files in example app project

parent 08f1b6da
No related branches found
No related tags found
1 merge request!1Client management
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
Showing
with 1 addition and 9 deletions
......@@ -37,7 +37,6 @@
312C370D28475E62003E9E39 = {
isa = PBXGroup;
children = (
312C371828475E62003E9E39 /* ExampleApp */,
312C3727284761C7003E9E39 /* ExampleApp (iOS) */,
31B3342F2847669900865D82 /* ExampleAppIcon */,
312C371728475E62003E9E39 /* Products */,
......@@ -52,19 +51,12 @@
name = Products;
sourceTree = "<group>";
};
312C371828475E62003E9E39 /* ExampleApp */ = {
312C3727284761C7003E9E39 /* ExampleApp (iOS) */ = {
isa = PBXGroup;
children = (
312C371928475E62003E9E39 /* App.swift */,
312C371B28475E62003E9E39 /* ContentView.swift */,
312C371D28475E63003E9E39 /* Assets.xcassets */,
);
path = ExampleApp;
sourceTree = "<group>";
};
312C3727284761C7003E9E39 /* ExampleApp (iOS) */ = {
isa = PBXGroup;
children = (
312C3728284761DC003E9E39 /* Info.plist */,
);
path = "ExampleApp (iOS)";
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment