File tree 4 files changed +6
-28
lines changed
Examples/DemosApp/DemosApp.xcodeproj
project.xcworkspace/xcshareddata/swiftpm
4 files changed +6
-28
lines changed Original file line number Diff line number Diff line change 12
12
13
13
/* Begin PBXFileReference section */
14
14
740D22272CD3BECA006731A5 /* DemosApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemosApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
15
+ 74DBFD612D393C5B007FE962 /* ComponentsKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = ComponentsKit; path = ../..; sourceTree = "<group>"; };
15
16
/* End PBXFileReference section */
16
17
17
18
/* Begin PBXFileSystemSynchronizedRootGroup section */
33
34
740D221E2CD3BECA006731A5 = {
34
35
isa = PBXGroup;
35
36
children = (
37
+ 74DBFD612D393C5B007FE962 /* ComponentsKit */,
36
38
740D22292CD3BECA006731A5 /* DemosApp */,
37
39
740D22282CD3BECA006731A5 /* Products */,
38
40
);
98
100
mainGroup = 740D221E2CD3BECA006731A5;
99
101
minimizedProjectReferenceProxies = 1;
100
102
packageReferences = (
101
- 740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */,
102
103
);
103
104
productRefGroup = 740D22282CD3BECA006731A5 /* Products */;
104
105
projectDirPath = "";
328
329
};
329
330
/* End XCConfigurationList section */
330
331
331
- /* Begin XCLocalSwiftPackageReference section */
332
- 740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */ = {
333
- isa = XCLocalSwiftPackageReference;
334
- relativePath = ../../../ComponentsKit;
335
- };
336
- /* End XCLocalSwiftPackageReference section */
337
-
338
332
/* Begin XCSwiftPackageProductDependency section */
339
333
740D22512CD3BF50006731A5 /* ComponentsKit */ = {
340
334
isa = XCSwiftPackageProductDependency;
Original file line number Diff line number Diff line change 1
1
{
2
- "originHash" : " 5750ee9f6b665533d5c59ce2e9fc4c78e08b258f84db6ca2921bdd1bd026f8f8" ,
3
2
"pins" : [
4
3
{
5
4
"identity" : " autolayout" ,
9
8
"revision" : " 78e39facca2cc459a135655cae0e9feb5a587892" ,
10
9
"version" : " 1.0.0"
11
10
}
12
- },
13
- {
14
- "identity" : " swiftlintplugins" ,
15
- "kind" : " remoteSourceControl" ,
16
- "location" : " https://github.com/SimplyDanny/SwiftLintPlugins" ,
17
- "state" : {
18
- "revision" : " 7c80ce6f142164b0201871e580b021d1b2c69804" ,
19
- "version" : " 0.57.0"
20
- }
21
11
}
22
12
],
23
- "version" : 3
13
+ "version" : 2
24
14
}
Original file line number Diff line number Diff line change 8
8
"revision" : " 78e39facca2cc459a135655cae0e9feb5a587892" ,
9
9
"version" : " 1.0.0"
10
10
}
11
- },
12
- {
13
- "identity" : " swiftlintplugins" ,
14
- "kind" : " remoteSourceControl" ,
15
- "location" : " https://github.com/SimplyDanny/SwiftLintPlugins" ,
16
- "state" : {
17
- "revision" : " 7c80ce6f142164b0201871e580b021d1b2c69804" ,
18
- "version" : " 0.57.0"
19
- }
20
11
}
21
12
],
22
13
"version" : 2
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ let package = Package(
21
21
name: " ComponentsKit " ,
22
22
dependencies: [
23
23
. product( name: " AutoLayout " , package : " AutoLayout " )
24
+ ] ,
25
+ resources: [
26
+ . process( " Resources/PrivacyInfo.xcprivacy " )
24
27
]
25
28
)
26
29
]
You can’t perform that action at this time.
0 commit comments