Skip to content

Commit 9d774ff

Browse files
jimmyeisenhauercnoon
authored andcommitted
Created documentation folder in project structure (#30)
1 parent f88de59 commit 9d774ff

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ All notable changes to this project will be documented in this file.
4949

5050
- Issue where Carthage was unable to build SQift due to schemes requiring test suite compilation.
5151
- Fixed by [William Thompson](https://github.com/eSpecialized) in Pull Request [#28](https://github.com/Nike-Inc/SQift/pull/28).
52+
- Issue in Xcode project Documentation group where links were invalid and README links were broken.
53+
- Fixed by [James Eisenhauer](https://github.com/jimmyeisenhauer) in Pull Request [#30](https://github.com/Nike-Inc/SQift/pull/30).
5254

5355
---
5456

File renamed without changes.

SQift.xcodeproj/project.pbxproj

+24-14
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@
228228
/* End PBXContainerItemProxy section */
229229

230230
/* Begin PBXFileReference section */
231-
1E65A75F21B1C19C007F75F3 /* SQift 4.0 Migration Guide.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "SQift 4.0 Migration Guide.md"; sourceTree = "<group>"; };
232231
4C13EF9E1F7C116D0069CF58 /* ProcessInfoExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessInfoExtension.swift; sourceTree = "<group>"; };
233232
4C29B2E41BFB25C00086A2EF /* SQift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
234233
4C29B2ED1BFB25C00086A2EF /* SQift Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SQift Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -288,13 +287,15 @@
288287
4C61213E1F58BBCE00C289C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
289288
4C7EC8C820461EFF000FC1EF /* TableLockPolicy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableLockPolicy.swift; sourceTree = "<group>"; };
290289
4C7EC8CD20462706000FC1EF /* TableLockPolicyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableLockPolicyTests.swift; sourceTree = "<group>"; };
290+
4C8A44472363BCF8008C7BBC /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
291+
4C8A44482363BCF8008C7BBC /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
292+
4C8A44492363BCF8008C7BBC /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
293+
4C8A44522363BD57008C7BBC /* SQift 4.0 Migration Guide.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = "SQift 4.0 Migration Guide.md"; path = "Documentation/SQift 4.0 Migration Guide.md"; sourceTree = "<group>"; };
291294
4CA8C21E1BF6A49400822606 /* SQift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
292295
4CA8C2281BF6A49400822606 /* SQift Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SQift Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
293296
4CB1AE431FA1169000976A5C /* NOTICE */ = {isa = PBXFileReference; lastKnownFileType = text; path = NOTICE; sourceTree = "<group>"; };
294297
4CD9E069207C47FB00D02902 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .travis.yml; sourceTree = "<group>"; };
295298
4CE5E8681F59E88E00D47037 /* SQift.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SQift.podspec; sourceTree = "<group>"; };
296-
4CE5E8691F59E89700D47037 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
297-
4CE5E86A1F59E89700D47037 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
298299
/* End PBXFileReference section */
299300

300301
/* Begin PBXFrameworksBuildPhase section */
@@ -532,11 +533,30 @@
532533
path = "Supporting Files";
533534
sourceTree = "<group>";
534535
};
536+
4C8A44462363BCB7008C7BBC /* Documentation */ = {
537+
isa = PBXGroup;
538+
children = (
539+
4C8A44482363BCF8008C7BBC /* CHANGELOG.md */,
540+
4C8A44492363BCF8008C7BBC /* CONTRIBUTING.md */,
541+
4C8A44472363BCF8008C7BBC /* README.md */,
542+
4C8A44512363BD3C008C7BBC /* Migration Guides */,
543+
);
544+
name = Documentation;
545+
sourceTree = "<group>";
546+
};
547+
4C8A44512363BD3C008C7BBC /* Migration Guides */ = {
548+
isa = PBXGroup;
549+
children = (
550+
4C8A44522363BD57008C7BBC /* SQift 4.0 Migration Guide.md */,
551+
);
552+
name = "Migration Guides";
553+
sourceTree = "<group>";
554+
};
535555
4CA8C2141BF6A49400822606 = {
536556
isa = PBXGroup;
537557
children = (
538558
4CE5E8661F59E87800D47037 /* Deployment */,
539-
4CE5E8671F59E88000D47037 /* Documentation */,
559+
4C8A44462363BCB7008C7BBC /* Documentation */,
540560
4CD9E068207C47EC00D02902 /* Integration */,
541561
4CA8C2381BF6A4C100822606 /* Source */,
542562
4CA8C23D1BF6A4C700822606 /* Tests */,
@@ -602,16 +622,6 @@
602622
name = Deployment;
603623
sourceTree = "<group>";
604624
};
605-
4CE5E8671F59E88000D47037 /* Documentation */ = {
606-
isa = PBXGroup;
607-
children = (
608-
4CE5E8691F59E89700D47037 /* CHANGELOG.md */,
609-
4CE5E86A1F59E89700D47037 /* README.md */,
610-
1E65A75F21B1C19C007F75F3 /* SQift 4.0 Migration Guide.md */,
611-
);
612-
name = Documentation;
613-
sourceTree = "<group>";
614-
};
615625
/* End PBXGroup section */
616626

617627
/* Begin PBXHeadersBuildPhase section */

0 commit comments

Comments
 (0)