Skip to content

Commit 51529fb

Browse files
committed
Merge pull request #2001 from palewar/master
Include README.md file in examples Xcode projects
2 parents b0a7eb7 + 869dbbe commit 51529fb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

examples/ios/objc/RealmExamples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219

220220
/* Begin PBXFileReference section */
221221
0295B8FE19D102880036D6C3 /* Realm.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Realm.framework; path = ../../../build/ios/Realm.framework; sourceTree = "<group>"; };
222+
0A73D4401B1442B200E1E8EE /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = SOURCE_ROOT; };
222223
3FC898FB1A140F550067CBEC /* LabelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelViewController.h; sourceTree = "<group>"; };
223224
3FC898FC1A140F550067CBEC /* LabelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LabelViewController.m; sourceTree = "<group>"; };
224225
C0658DB41A76CBD8002F7A84 /* extension WatchKit Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "extension WatchKit Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -511,6 +512,7 @@
511512
E8AB719D19BA502500F3EDB4 = {
512513
isa = PBXGroup;
513514
children = (
515+
0A73D4401B1442B200E1E8EE /* README.md */,
514516
E8BDBFC71A116FCB00450CFF /* Backlink */,
515517
E8F70EBF19BA50AB006F60D5 /* Encryption */,
516518
C0DC41CD1A7072670067156A /* Extension */,

examples/ios/swift/RealmExamples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183

184184
/* Begin PBXFileReference section */
185185
0295B91519D103A70036D6C3 /* libc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libc++.dylib"; path = "usr/lib/libc++.dylib"; sourceTree = SDKROOT; };
186+
0A73D4411B1443A700E1E8EE /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = SOURCE_ROOT; };
186187
3FC898FE1A1414110067CBEC /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ViewController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
187188
C07E5D791B15001500ED625C /* Realm.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Realm.framework; path = ../../../build/ios/swift/Realm.framework; sourceTree = SOURCE_ROOT; };
188189
C09C490F1A605A4800638C9F /* RealmSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RealmSwift.framework; path = ../../../build/ios/swift/RealmSwift.framework; sourceTree = SOURCE_ROOT; };
@@ -290,6 +291,7 @@
290291
E805758C19BA55E600376620 = {
291292
isa = PBXGroup;
292293
children = (
294+
0A73D4411B1443A700E1E8EE /* README.md */,
293295
E8D3F2751A11766A00620884 /* Backlink */,
294296
E8CB087F19BA6AEE0018434A /* Encryption */,
295297
E886FB621A12A73E00CB2D0B /* GroupedTableView */,

examples/osx/objc/RealmExamples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
/* End PBXCopyFilesBuildPhase section */
5656

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

0 commit comments

Comments
 (0)