Skip to content

Commit

Permalink
Merge pull request #2001 from palewar/master
Browse files Browse the repository at this point in the history
Include README.md file in examples Xcode projects
  • Loading branch information
jpsim committed May 27, 2015
2 parents b0a7eb7 + 869dbbe commit 51529fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/ios/objc/RealmExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@

/* Begin PBXFileReference section */
0295B8FE19D102880036D6C3 /* Realm.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Realm.framework; path = ../../../build/ios/Realm.framework; sourceTree = "<group>"; };
0A73D4401B1442B200E1E8EE /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = SOURCE_ROOT; };
3FC898FB1A140F550067CBEC /* LabelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelViewController.h; sourceTree = "<group>"; };
3FC898FC1A140F550067CBEC /* LabelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LabelViewController.m; sourceTree = "<group>"; };
C0658DB41A76CBD8002F7A84 /* extension WatchKit Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "extension WatchKit Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -511,6 +512,7 @@
E8AB719D19BA502500F3EDB4 = {
isa = PBXGroup;
children = (
0A73D4401B1442B200E1E8EE /* README.md */,
E8BDBFC71A116FCB00450CFF /* Backlink */,
E8F70EBF19BA50AB006F60D5 /* Encryption */,
C0DC41CD1A7072670067156A /* Extension */,
Expand Down
2 changes: 2 additions & 0 deletions examples/ios/swift/RealmExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@

/* Begin PBXFileReference section */
0295B91519D103A70036D6C3 /* libc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libc++.dylib"; path = "usr/lib/libc++.dylib"; sourceTree = SDKROOT; };
0A73D4411B1443A700E1E8EE /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = SOURCE_ROOT; };
3FC898FE1A1414110067CBEC /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ViewController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
C07E5D791B15001500ED625C /* Realm.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Realm.framework; path = ../../../build/ios/swift/Realm.framework; sourceTree = SOURCE_ROOT; };
C09C490F1A605A4800638C9F /* RealmSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RealmSwift.framework; path = ../../../build/ios/swift/RealmSwift.framework; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -290,6 +291,7 @@
E805758C19BA55E600376620 = {
isa = PBXGroup;
children = (
0A73D4411B1443A700E1E8EE /* README.md */,
E8D3F2751A11766A00620884 /* Backlink */,
E8CB087F19BA6AEE0018434A /* Encryption */,
E886FB621A12A73E00CB2D0B /* GroupedTableView */,
Expand Down
2 changes: 2 additions & 0 deletions examples/osx/objc/RealmExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
0ADF47111B1578CF00F67B16 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = SOURCE_ROOT; };
E823C33C19BA4A5F00D2FF5F /* JSONImport */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = JSONImport; sourceTree = BUILT_PRODUCTS_DIR; };
E823C34919BA4A7600D2FF5F /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E823C34A19BA4A7600D2FF5F /* Person.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Person.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -93,6 +94,7 @@
E8F1E81419BA4A3800FAD64E = {
isa = PBXGroup;
children = (
0ADF47111B1578CF00F67B16 /* README.md */,
E823C34819BA4A7600D2FF5F /* JSONImport */,
E8F1E81F19BA4A3800FAD64E /* Frameworks */,
E8F1E81E19BA4A3800FAD64E /* Products */,
Expand Down

0 comments on commit 51529fb

Please sign in to comment.