Skip to content

Commit d1f52df

Browse files
authored
Merge pull request #40 from u5-03/fix/add-missing-package-dependency
Add missing SlideKit package dependency to sample apps
2 parents 429ea62 + e172bcd commit d1f52df

File tree

6 files changed

+95
-6
lines changed

6 files changed

+95
-6
lines changed

SlideKitDemo-iOS/SlideKitDemo-iOS.xcodeproj/project.pbxproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 56;
6+
objectVersion = 60;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -13,8 +13,8 @@
1313
1808A4C928B674A600E7AC77 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1808A4C828B674A600E7AC77 /* Preview Assets.xcassets */; };
1414
1808A4D028B674CB00E7AC77 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1808A4CF28B674CB00E7AC77 /* AppDelegate.swift */; };
1515
1808A4D228B6751900E7AC77 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1808A4D128B6751900E7AC77 /* SceneDelegate.swift */; };
16-
1808A4D528B6752800E7AC77 /* SlideKit in Frameworks */ = {isa = PBXBuildFile; productRef = 1808A4D428B6752800E7AC77 /* SlideKit */; };
1716
1808A4DB28B677F200E7AC77 /* TitleSlide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1808A4DA28B677F200E7AC77 /* TitleSlide.swift */; };
17+
682CDF2C2D64C9A30047599C /* SlideKit in Frameworks */ = {isa = PBXBuildFile; productRef = 682CDF2B2D64C9A30047599C /* SlideKit */; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXFileReference section */
@@ -34,7 +34,7 @@
3434
isa = PBXFrameworksBuildPhase;
3535
buildActionMask = 2147483647;
3636
files = (
37-
1808A4D528B6752800E7AC77 /* SlideKit in Frameworks */,
37+
682CDF2C2D64C9A30047599C /* SlideKit in Frameworks */,
3838
);
3939
runOnlyForDeploymentPostprocessing = 0;
4040
};
@@ -113,7 +113,7 @@
113113
);
114114
name = "SlideKitDemo-iOS";
115115
packageProductDependencies = (
116-
1808A4D428B6752800E7AC77 /* SlideKit */,
116+
682CDF2B2D64C9A30047599C /* SlideKit */,
117117
);
118118
productName = "SlideKitDemo-iOS";
119119
productReference = 1808A4BE28B674A500E7AC77 /* SlideKitDemo-iOS.app */;
@@ -143,6 +143,9 @@
143143
Base,
144144
);
145145
mainGroup = 1808A4B528B674A500E7AC77;
146+
packageReferences = (
147+
682CDF2A2D64C9A30047599C /* XCLocalSwiftPackageReference "../../SlideKit" */,
148+
);
146149
productRefGroup = 1808A4BF28B674A500E7AC77 /* Products */;
147150
projectDirPath = "";
148151
projectRoot = "";
@@ -375,8 +378,15 @@
375378
};
376379
/* End XCConfigurationList section */
377380

381+
/* Begin XCLocalSwiftPackageReference section */
382+
682CDF2A2D64C9A30047599C /* XCLocalSwiftPackageReference "../../SlideKit" */ = {
383+
isa = XCLocalSwiftPackageReference;
384+
relativePath = ../../SlideKit;
385+
};
386+
/* End XCLocalSwiftPackageReference section */
387+
378388
/* Begin XCSwiftPackageProductDependency section */
379-
1808A4D428B6752800E7AC77 /* SlideKit */ = {
389+
682CDF2B2D64C9A30047599C /* SlideKit */ = {
380390
isa = XCSwiftPackageProductDependency;
381391
productName = SlideKit;
382392
};

SlideKitDemo-iOS/SlideKitDemo-iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

SlideKitDemo-iOS/SlideKitDemo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

SlideKitDemo-macOS/SlideKitDemo-macOS.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -14,6 +14,7 @@
1414
04E2C09328B9AA820076F292 /* BasicSlide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E2C09228B9AA820076F292 /* BasicSlide.swift */; };
1515
18A8404B28DC91A800139DC1 /* SlideConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18A8404A28DC91A800139DC1 /* SlideConfiguration.swift */; };
1616
18D33A2D28D54D250095156B /* CustomHeaderStyleSlide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18D33A2C28D54D250095156B /* CustomHeaderStyleSlide.swift */; };
17+
682CDF2F2D64CA1A0047599C /* SlideKit in Frameworks */ = {isa = PBXBuildFile; productRef = 682CDF2E2D64CA1A0047599C /* SlideKit */; };
1718
/* End PBXBuildFile section */
1819

1920
/* Begin PBXFileReference section */
@@ -34,6 +35,7 @@
3435
buildActionMask = 2147483647;
3536
files = (
3637
04E2C09028B915A60076F292 /* SlideKit in Frameworks */,
38+
682CDF2F2D64CA1A0047599C /* SlideKit in Frameworks */,
3739
);
3840
runOnlyForDeploymentPostprocessing = 0;
3941
};
@@ -113,6 +115,7 @@
113115
name = "SlideKitDemo-macOS";
114116
packageProductDependencies = (
115117
04E2C08F28B915A60076F292 /* SlideKit */,
118+
682CDF2E2D64CA1A0047599C /* SlideKit */,
116119
);
117120
productName = "SlideKitDemo-macOS";
118121
productReference = 04E2C07C28B9155D0076F292 /* SlideKitDemo-macOS.app */;
@@ -142,6 +145,9 @@
142145
Base,
143146
);
144147
mainGroup = 04E2C07328B9155D0076F292;
148+
packageReferences = (
149+
682CDF2D2D64CA1A0047599C /* XCLocalSwiftPackageReference "../../SlideKit" */,
150+
);
145151
productRefGroup = 04E2C07D28B9155D0076F292 /* Products */;
146152
projectDirPath = "";
147153
projectRoot = "";
@@ -372,11 +378,22 @@
372378
};
373379
/* End XCConfigurationList section */
374380

381+
/* Begin XCLocalSwiftPackageReference section */
382+
682CDF2D2D64CA1A0047599C /* XCLocalSwiftPackageReference "../../SlideKit" */ = {
383+
isa = XCLocalSwiftPackageReference;
384+
relativePath = ../../SlideKit;
385+
};
386+
/* End XCLocalSwiftPackageReference section */
387+
375388
/* Begin XCSwiftPackageProductDependency section */
376389
04E2C08F28B915A60076F292 /* SlideKit */ = {
377390
isa = XCSwiftPackageProductDependency;
378391
productName = SlideKit;
379392
};
393+
682CDF2E2D64CA1A0047599C /* SlideKit */ = {
394+
isa = XCSwiftPackageProductDependency;
395+
productName = SlideKit;
396+
};
380397
/* End XCSwiftPackageProductDependency section */
381398
};
382399
rootObject = 04E2C07428B9155D0076F292 /* Project object */;

SlideKitDemo-macOS/SlideKitDemo-macOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

SlideKitDemo-macOS/SlideKitDemo-macOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)