Skip to content
This repository was archived by the owner on May 8, 2022. It is now read-only.

Commit 135f208

Browse files
committed
file
1 parent 90049e7 commit 135f208

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Example/Fuse.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
4844BD6B1EB943E7001795FB /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
1111
48921A8A1EDDB274009C962E /* books.txt in Resources */ = {isa = PBXBuildFile; fileRef = 48921A891EDDB274009C962E /* books.txt */; };
1212
48921A8B1EDDB274009C962E /* books.txt in Resources */ = {isa = PBXBuildFile; fileRef = 48921A891EDDB274009C962E /* books.txt */; };
13-
48DBA63F1EE04382004EA80A /* CHANGELOG.md in Sources */ = {isa = PBXBuildFile; fileRef = 48DBA63E1EE04382004EA80A /* CHANGELOG.md */; };
1413
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
1514
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
1615
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
@@ -34,7 +33,7 @@
3433
18B8BF7FB99669010251081B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
3534
24C0655B65E36704B5A61F1D /* Pods-Fuse_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Fuse_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Fuse_Tests/Pods-Fuse_Tests.release.xcconfig"; sourceTree = "<group>"; };
3635
48921A891EDDB274009C962E /* books.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = books.txt; sourceTree = "<group>"; };
37-
48DBA63E1EE04382004EA80A /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
36+
48EC96821F0E897C0095023A /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
3837
607FACD01AFB9204008FA782 /* Fuse_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fuse_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3938
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4039
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -152,7 +151,7 @@
152151
F32F7457861B8DDBDD449A66 /* Fuse.podspec */,
153152
18B8BF7FB99669010251081B /* README.md */,
154153
80DCC2C583B59F5B7FB974F3 /* LICENSE */,
155-
48DBA63E1EE04382004EA80A /* CHANGELOG.md */,
154+
48EC96821F0E897C0095023A /* CHANGELOG.md */,
156155
);
157156
name = "Podspec Metadata";
158157
sourceTree = "<group>";
@@ -371,7 +370,6 @@
371370
buildActionMask = 2147483647;
372371
files = (
373372
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
374-
48DBA63F1EE04382004EA80A /* CHANGELOG.md in Sources */,
375373
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
376374
);
377375
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)