Skip to content

Commit 76cbc93

Browse files
make path to the package relative instead of absolute in the demo app
1 parent 857ac28 commit 76cbc93

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Examples/DemosApp/DemosApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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 = /Users/mikhail/componentskit/ComponentsKit; sourceTree = "<absolute>"; };
15+
74DBFD612D393C5B007FE962 /* ComponentsKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = ComponentsKit; path = ../..; sourceTree = "<group>"; };
1616
/* End PBXFileReference section */
1717

1818
/* Begin PBXFileSystemSynchronizedRootGroup section */

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.

0 commit comments

Comments
 (0)