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

Lines changed: 2 additions & 8 deletions
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;

Examples/DemosApp/DemosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 0 deletions
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)