From 5a7ef1082ae3d9975c6279fd55720eba20d0739a Mon Sep 17 00:00:00 2001 From: Sachin Palewar Date: Tue, 26 May 2015 11:44:57 +0530 Subject: [PATCH 1/2] README.md file included in XCode Projects README.md file included in iOS XCode Projects --- examples/ios/objc/RealmExamples.xcodeproj/project.pbxproj | 2 ++ examples/ios/swift/RealmExamples.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/ios/objc/RealmExamples.xcodeproj/project.pbxproj b/examples/ios/objc/RealmExamples.xcodeproj/project.pbxproj index 9999c03c9a..f335334141 100644 --- a/examples/ios/objc/RealmExamples.xcodeproj/project.pbxproj +++ b/examples/ios/objc/RealmExamples.xcodeproj/project.pbxproj @@ -219,6 +219,7 @@ /* Begin PBXFileReference section */ 0295B8FE19D102880036D6C3 /* Realm.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Realm.framework; path = ../../../build/ios/Realm.framework; sourceTree = ""; }; + 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 = ""; }; 3FC898FC1A140F550067CBEC /* LabelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LabelViewController.m; sourceTree = ""; }; 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 @@ E8AB719D19BA502500F3EDB4 = { isa = PBXGroup; children = ( + 0A73D4401B1442B200E1E8EE /* README.md */, E8BDBFC71A116FCB00450CFF /* Backlink */, E8F70EBF19BA50AB006F60D5 /* Encryption */, C0DC41CD1A7072670067156A /* Extension */, diff --git a/examples/ios/swift/RealmExamples.xcodeproj/project.pbxproj b/examples/ios/swift/RealmExamples.xcodeproj/project.pbxproj index 237babe2d0..706af68e80 100644 --- a/examples/ios/swift/RealmExamples.xcodeproj/project.pbxproj +++ b/examples/ios/swift/RealmExamples.xcodeproj/project.pbxproj @@ -165,6 +165,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 = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; C09C490F1A605A4800638C9F /* RealmSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RealmSwift.framework; path = ../../../build/ios/swift/RealmSwift.framework; sourceTree = SOURCE_ROOT; }; E886FB601A12A6FC00CB2D0B /* GroupedTableView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GroupedTableView.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -265,6 +266,7 @@ E805758C19BA55E600376620 = { isa = PBXGroup; children = ( + 0A73D4411B1443A700E1E8EE /* README.md */, E8D3F2751A11766A00620884 /* Backlink */, E8CB087F19BA6AEE0018434A /* Encryption */, E886FB621A12A73E00CB2D0B /* GroupedTableView */, From 869dbbe85212a5e9173c56155ff6cd4a76b258a4 Mon Sep 17 00:00:00 2001 From: Sachin Palewar Date: Wed, 27 May 2015 09:38:27 +0530 Subject: [PATCH 2/2] Adding Readme in OSX example project --- examples/osx/objc/RealmExamples.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/osx/objc/RealmExamples.xcodeproj/project.pbxproj b/examples/osx/objc/RealmExamples.xcodeproj/project.pbxproj index af10fd82d7..72f5ce313e 100644 --- a/examples/osx/objc/RealmExamples.xcodeproj/project.pbxproj +++ b/examples/osx/objc/RealmExamples.xcodeproj/project.pbxproj @@ -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 = ""; }; E823C34A19BA4A7600D2FF5F /* Person.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Person.h; sourceTree = ""; }; @@ -93,6 +94,7 @@ E8F1E81419BA4A3800FAD64E = { isa = PBXGroup; children = ( + 0ADF47111B1578CF00F67B16 /* README.md */, E823C34819BA4A7600D2FF5F /* JSONImport */, E8F1E81F19BA4A3800FAD64E /* Frameworks */, E8F1E81E19BA4A3800FAD64E /* Products */,