Skip to content

Commit 4c06c46

Browse files
Merge pull request #62 from componentskit/v1.3.2
v1.3.2
2 parents 23cc089 + 76cbc93 commit 4c06c46

File tree

4 files changed

+6
-28
lines changed

4 files changed

+6
-28
lines changed

Examples/DemosApp/DemosApp.xcodeproj/project.pbxproj

+2-8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/* Begin PBXFileReference section */
1414
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>"; };
1516
/* End PBXFileReference section */
1617

1718
/* Begin PBXFileSystemSynchronizedRootGroup section */
@@ -33,6 +34,7 @@
3334
740D221E2CD3BECA006731A5 = {
3435
isa = PBXGroup;
3536
children = (
37+
74DBFD612D393C5B007FE962 /* ComponentsKit */,
3638
740D22292CD3BECA006731A5 /* DemosApp */,
3739
740D22282CD3BECA006731A5 /* Products */,
3840
);
@@ -98,7 +100,6 @@
98100
mainGroup = 740D221E2CD3BECA006731A5;
99101
minimizedProjectReferenceProxies = 1;
100102
packageReferences = (
101-
740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */,
102103
);
103104
productRefGroup = 740D22282CD3BECA006731A5 /* Products */;
104105
projectDirPath = "";
@@ -328,13 +329,6 @@
328329
};
329330
/* End XCConfigurationList section */
330331

331-
/* Begin XCLocalSwiftPackageReference section */
332-
740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */ = {
333-
isa = XCLocalSwiftPackageReference;
334-
relativePath = ../../../ComponentsKit;
335-
};
336-
/* End XCLocalSwiftPackageReference section */
337-
338332
/* Begin XCSwiftPackageProductDependency section */
339333
740D22512CD3BF50006731A5 /* ComponentsKit */ = {
340334
isa = XCSwiftPackageProductDependency;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"originHash" : "5750ee9f6b665533d5c59ce2e9fc4c78e08b258f84db6ca2921bdd1bd026f8f8",
32
"pins" : [
43
{
54
"identity" : "autolayout",
@@ -9,16 +8,7 @@
98
"revision" : "78e39facca2cc459a135655cae0e9feb5a587892",
109
"version" : "1.0.0"
1110
}
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-
}
2111
}
2212
],
23-
"version" : 3
13+
"version" : 2
2414
}

Package.resolved

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88
"revision" : "78e39facca2cc459a135655cae0e9feb5a587892",
99
"version" : "1.0.0"
1010
}
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-
}
2011
}
2112
],
2213
"version" : 2

Package.swift

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ let package = Package(
2121
name: "ComponentsKit",
2222
dependencies: [
2323
.product(name: "AutoLayout", package: "AutoLayout")
24+
],
25+
resources: [
26+
.process("Resources/PrivacyInfo.xcprivacy")
2427
]
2528
)
2629
]

0 commit comments

Comments
 (0)