Skip to content

Commit 544a485

Browse files
committed
. e Change project from groups to folders
1 parent 5771ab0 commit 544a485

File tree

1 file changed

+14
-57
lines changed

1 file changed

+14
-57
lines changed

SampleApp/Counter.xcodeproj/project.pbxproj

Lines changed: 14 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,11 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 56;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
0FD362832C274B1B00CFF425 /* CounterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FD362822C274B1B00CFF425 /* CounterApp.swift */; };
11-
0FD362852C274B1B00CFF425 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FD362842C274B1B00CFF425 /* ContentView.swift */; };
12-
0FD362872C274B1B00CFF425 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0FD362862C274B1B00CFF425 /* Assets.xcassets */; };
13-
0FD3628B2C274B1B00CFF425 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0FD3628A2C274B1B00CFF425 /* Preview Assets.xcassets */; };
14-
0FD362AF2C274BDF00CFF425 /* TestableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FD362AE2C274BDF00CFF425 /* TestableView.swift */; };
15-
0FD362B12C274C1F00CFF425 /* UpdateTestableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FD362B02C274C1F00CFF425 /* UpdateTestableView.swift */; };
1610
0FD362B42C274C3E00CFF425 /* ViewInspector in Frameworks */ = {isa = PBXBuildFile; productRef = 0FD362B32C274C3E00CFF425 /* ViewInspector */; };
17-
0FD362B62C274C5400CFF425 /* ContentViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FD362B52C274C5400CFF425 /* ContentViewTests.swift */; };
1811
/* End PBXBuildFile section */
1912

2013
/* Begin PBXContainerItemProxy section */
@@ -29,18 +22,15 @@
2922

3023
/* Begin PBXFileReference section */
3124
0FD3627F2C274B1B00CFF425 /* Counter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Counter.app; sourceTree = BUILT_PRODUCTS_DIR; };
32-
0FD362822C274B1B00CFF425 /* CounterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CounterApp.swift; sourceTree = "<group>"; };
33-
0FD362842C274B1B00CFF425 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
34-
0FD362862C274B1B00CFF425 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
35-
0FD362882C274B1B00CFF425 /* Counter.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Counter.entitlements; sourceTree = "<group>"; };
36-
0FD3628A2C274B1B00CFF425 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
3725
0FD362902C274B1B00CFF425 /* CounterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CounterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3826
0FD362AD2C274B7200CFF425 /* Counter.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Counter.xctestplan; sourceTree = "<group>"; };
39-
0FD362AE2C274BDF00CFF425 /* TestableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestableView.swift; sourceTree = "<group>"; };
40-
0FD362B02C274C1F00CFF425 /* UpdateTestableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UpdateTestableView.swift; sourceTree = "<group>"; };
41-
0FD362B52C274C5400CFF425 /* ContentViewTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentViewTests.swift; sourceTree = "<group>"; };
4227
/* End PBXFileReference section */
4328

29+
/* Begin PBXFileSystemSynchronizedRootGroup section */
30+
0F0425812E6659B40097A081 /* Counter */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Counter; sourceTree = "<group>"; };
31+
0F0425892E6659BC0097A081 /* CounterTests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = CounterTests; sourceTree = "<group>"; };
32+
/* End PBXFileSystemSynchronizedRootGroup section */
33+
4434
/* Begin PBXFrameworksBuildPhase section */
4535
0FD3627C2C274B1B00CFF425 /* Frameworks */ = {
4636
isa = PBXFrameworksBuildPhase;
@@ -64,8 +54,8 @@
6454
isa = PBXGroup;
6555
children = (
6656
0FD362AD2C274B7200CFF425 /* Counter.xctestplan */,
67-
0FD362812C274B1B00CFF425 /* Counter */,
68-
0FD362932C274B1C00CFF425 /* CounterTests */,
57+
0F0425812E6659B40097A081 /* Counter */,
58+
0F0425892E6659BC0097A081 /* CounterTests */,
6959
0FD362802C274B1B00CFF425 /* Products */,
7060
);
7161
sourceTree = "<group>";
@@ -79,36 +69,6 @@
7969
name = Products;
8070
sourceTree = "<group>";
8171
};
82-
0FD362812C274B1B00CFF425 /* Counter */ = {
83-
isa = PBXGroup;
84-
children = (
85-
0FD362AE2C274BDF00CFF425 /* TestableView.swift */,
86-
0FD362822C274B1B00CFF425 /* CounterApp.swift */,
87-
0FD362842C274B1B00CFF425 /* ContentView.swift */,
88-
0FD362862C274B1B00CFF425 /* Assets.xcassets */,
89-
0FD362882C274B1B00CFF425 /* Counter.entitlements */,
90-
0FD362892C274B1B00CFF425 /* Preview Content */,
91-
);
92-
path = Counter;
93-
sourceTree = "<group>";
94-
};
95-
0FD362892C274B1B00CFF425 /* Preview Content */ = {
96-
isa = PBXGroup;
97-
children = (
98-
0FD3628A2C274B1B00CFF425 /* Preview Assets.xcassets */,
99-
);
100-
path = "Preview Content";
101-
sourceTree = "<group>";
102-
};
103-
0FD362932C274B1C00CFF425 /* CounterTests */ = {
104-
isa = PBXGroup;
105-
children = (
106-
0FD362B02C274C1F00CFF425 /* UpdateTestableView.swift */,
107-
0FD362B52C274C5400CFF425 /* ContentViewTests.swift */,
108-
);
109-
path = CounterTests;
110-
sourceTree = "<group>";
111-
};
11272
/* End PBXGroup section */
11373

11474
/* Begin PBXNativeTarget section */
@@ -124,6 +84,9 @@
12484
);
12585
dependencies = (
12686
);
87+
fileSystemSynchronizedGroups = (
88+
0F0425812E6659B40097A081 /* Counter */,
89+
);
12790
name = Counter;
12891
productName = Counter;
12992
productReference = 0FD3627F2C274B1B00CFF425 /* Counter.app */;
@@ -142,6 +105,9 @@
142105
dependencies = (
143106
0FD362922C274B1C00CFF425 /* PBXTargetDependency */,
144107
);
108+
fileSystemSynchronizedGroups = (
109+
0F0425892E6659BC0097A081 /* CounterTests */,
110+
);
145111
name = CounterTests;
146112
packageProductDependencies = (
147113
0FD362B32C274C3E00CFF425 /* ViewInspector */,
@@ -197,8 +163,6 @@
197163
isa = PBXResourcesBuildPhase;
198164
buildActionMask = 2147483647;
199165
files = (
200-
0FD3628B2C274B1B00CFF425 /* Preview Assets.xcassets in Resources */,
201-
0FD362872C274B1B00CFF425 /* Assets.xcassets in Resources */,
202166
);
203167
runOnlyForDeploymentPostprocessing = 0;
204168
};
@@ -216,18 +180,13 @@
216180
isa = PBXSourcesBuildPhase;
217181
buildActionMask = 2147483647;
218182
files = (
219-
0FD362AF2C274BDF00CFF425 /* TestableView.swift in Sources */,
220-
0FD362852C274B1B00CFF425 /* ContentView.swift in Sources */,
221-
0FD362832C274B1B00CFF425 /* CounterApp.swift in Sources */,
222183
);
223184
runOnlyForDeploymentPostprocessing = 0;
224185
};
225186
0FD3628C2C274B1B00CFF425 /* Sources */ = {
226187
isa = PBXSourcesBuildPhase;
227188
buildActionMask = 2147483647;
228189
files = (
229-
0FD362B62C274C5400CFF425 /* ContentViewTests.swift in Sources */,
230-
0FD362B12C274C1F00CFF425 /* UpdateTestableView.swift in Sources */,
231190
);
232191
runOnlyForDeploymentPostprocessing = 0;
233192
};
@@ -433,7 +392,6 @@
433392
0FD362A82C274B1C00CFF425 /* Debug */ = {
434393
isa = XCBuildConfiguration;
435394
buildSettings = {
436-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
437395
BUNDLE_LOADER = "$(TEST_HOST)";
438396
CLANG_ENABLE_MODULES = YES;
439397
CODE_SIGN_STYLE = Automatic;
@@ -456,7 +414,6 @@
456414
0FD362A92C274B1C00CFF425 /* Release */ = {
457415
isa = XCBuildConfiguration;
458416
buildSettings = {
459-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
460417
BUNDLE_LOADER = "$(TEST_HOST)";
461418
CLANG_ENABLE_MODULES = YES;
462419
CODE_SIGN_STYLE = Automatic;

0 commit comments

Comments
 (0)