Skip to content

Commit d9a9198

Browse files
fix(example): link 1.0.2 latest package version
1 parent d4e975a commit d9a9198

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Examples/TreeView/TreeView.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -21,7 +21,8 @@
2121
D8334090253842E000AE6894 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D833408F253842E000AE6894 /* Assets.xcassets */; };
2222
D8334093253842E000AE6894 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D8334091253842E000AE6894 /* LaunchScreen.storyboard */; };
2323
D8AD1ADD2D84A79E006E2326 /* TableViewDragAndDropSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AD1ADC2D84A79E006E2326 /* TableViewDragAndDropSupport.swift */; };
24-
D8CFE6D72D848F8C001CE3C3 /* SwiftListTreeDataSource in Frameworks */ = {isa = PBXBuildFile; productRef = D8CFE6D62D848F8C001CE3C3 /* SwiftListTreeDataSource */; };
24+
D8AD1AF92D86006A006E2326 /* SwiftListTreeDataSource in Frameworks */ = {isa = PBXBuildFile; productRef = D8AD1AF82D86006A006E2326 /* SwiftListTreeDataSource */; };
25+
D8CFE6D72D848F8C001CE3C3 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
2526
D8F4525C2539C8A500F10963 /* TreeViewController+RATreeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8F4525B2539C8A500F10963 /* TreeViewController+RATreeView.swift */; };
2627
D8F452642539C93200F10963 /* OutlineItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8F452632539C93200F10963 /* OutlineItem.swift */; };
2728
D8F4526C2539CCE500F10963 /* Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8F4526B2539CCE500F10963 /* Cell.xib */; };
@@ -69,7 +70,8 @@
6970
buildActionMask = 2147483647;
7071
files = (
7172
C14ABAA32913568C5599EFDC /* Pods_TreeView.framework in Frameworks */,
72-
D8CFE6D72D848F8C001CE3C3 /* SwiftListTreeDataSource in Frameworks */,
73+
D8AD1AF92D86006A006E2326 /* SwiftListTreeDataSource in Frameworks */,
74+
D8CFE6D72D848F8C001CE3C3 /* (null) in Frameworks */,
7375
);
7476
runOnlyForDeploymentPostprocessing = 0;
7577
};
@@ -201,7 +203,7 @@
201203
);
202204
name = TreeView;
203205
packageProductDependencies = (
204-
D8CFE6D62D848F8C001CE3C3 /* SwiftListTreeDataSource */,
206+
D8AD1AF82D86006A006E2326 /* SwiftListTreeDataSource */,
205207
);
206208
productName = test;
207209
productReference = D8334083253842DD00AE6894 /* TreeView.app */;
@@ -231,7 +233,7 @@
231233
);
232234
mainGroup = D833407A253842DD00AE6894;
233235
packageReferences = (
234-
D8CFE6D52D848F8C001CE3C3 /* XCLocalSwiftPackageReference "../../../SwiftListTreeDataSource" */,
236+
D8AD1AF72D86006A006E2326 /* XCRemoteSwiftPackageReference "SwiftListTreeDataSource" */,
235237
);
236238
productRefGroup = D8334084253842DD00AE6894 /* Products */;
237239
projectDirPath = "";
@@ -531,20 +533,20 @@
531533
/* End XCConfigurationList section */
532534

533535
/* Begin XCRemoteSwiftPackageReference section */
534-
08FD01D326E01B6400902DD3 /* XCRemoteSwiftPackageReference "SwiftListTreeDataSource" */ = {
536+
D8AD1AF72D86006A006E2326 /* XCRemoteSwiftPackageReference "SwiftListTreeDataSource" */ = {
535537
isa = XCRemoteSwiftPackageReference;
536538
repositoryURL = "https://github.com/dzmitry-antonenka/SwiftListTreeDataSource";
537539
requirement = {
538540
kind = upToNextMajorVersion;
539-
minimumVersion = 1.0.1;
541+
minimumVersion = 1.0.2;
540542
};
541543
};
542544
/* End XCRemoteSwiftPackageReference section */
543545

544546
/* Begin XCSwiftPackageProductDependency section */
545-
08FD01D426E01B6400902DD3 /* SwiftListTreeDataSource */ = {
547+
D8AD1AF82D86006A006E2326 /* SwiftListTreeDataSource */ = {
546548
isa = XCSwiftPackageProductDependency;
547-
package = 08FD01D326E01B6400902DD3 /* XCRemoteSwiftPackageReference "SwiftListTreeDataSource" */;
549+
package = D8AD1AF72D86006A006E2326 /* XCRemoteSwiftPackageReference "SwiftListTreeDataSource" */;
548550
productName = SwiftListTreeDataSource;
549551
};
550552
/* End XCSwiftPackageProductDependency section */

Examples/TreeView/TreeView.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)