realm-js/RealmJS.xcodeproj/project.pbxproj

1223 lines
63 KiB
Plaintext
Raw Normal View History

2015-08-13 16:12:48 +00:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
2015-10-22 17:44:10 +00:00
02258FB31BC6E2D00075F13A /* RealmRPC.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 02258FB11BC6E2D00075F13A /* RealmRPC.hpp */; settings = {ATTRIBUTES = (Public, ); }; };
2015-10-26 08:20:14 +00:00
02258FB41BC6E2D00075F13A /* RealmRPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02258FB21BC6E2D00075F13A /* RealmRPC.cpp */; };
2015-10-26 22:27:43 +00:00
02409DC21BCF11D6005F3B3E /* RealmJSCoreTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 02409DC11BCF11D6005F3B3E /* RealmJSCoreTests.m */; };
2015-09-10 00:16:32 +00:00
02601F081BA0F0CD007C91FF /* index_set.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02601F051BA0F0CD007C91FF /* index_set.cpp */; };
02601F091BA0F0CD007C91FF /* index_set.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 02601F061BA0F0CD007C91FF /* index_set.hpp */; };
02601F0D1BA0F3A7007C91FF /* schema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02601F0B1BA0F3A7007C91FF /* schema.cpp */; };
02601F0E1BA0F3A7007C91FF /* schema.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 02601F0C1BA0F3A7007C91FF /* schema.hpp */; };
2015-08-13 16:51:09 +00:00
0270BC4C1B7CFC0D00010E03 /* RealmJS.h in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC3E1B7CFC0D00010E03 /* RealmJS.h */; settings = {ATTRIBUTES = (Public, ); }; };
2015-08-13 16:28:53 +00:00
0270BC4D1B7CFC0D00010E03 /* RealmJS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC3F1B7CFC0D00010E03 /* RealmJS.mm */; };
2015-10-13 22:27:24 +00:00
0270BC4E1B7CFC0D00010E03 /* RJSList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC401B7CFC0D00010E03 /* RJSList.cpp */; };
0270BC4F1B7CFC0D00010E03 /* RJSList.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC411B7CFC0D00010E03 /* RJSList.hpp */; settings = {ATTRIBUTES = (Private, ); }; };
2015-10-08 17:57:07 +00:00
0270BC501B7CFC0D00010E03 /* RJSObject.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC421B7CFC0D00010E03 /* RJSObject.hpp */; settings = {ATTRIBUTES = (Private, ); }; };
2015-11-21 03:32:35 +00:00
0270BC511B7CFC0D00010E03 /* RJSObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC431B7CFC0D00010E03 /* RJSObject.cpp */; };
2015-10-08 17:57:07 +00:00
0270BC521B7CFC0D00010E03 /* RJSRealm.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC441B7CFC0D00010E03 /* RJSRealm.hpp */; settings = {ATTRIBUTES = (Private, ); }; };
2015-08-13 16:28:53 +00:00
0270BC531B7CFC0D00010E03 /* RJSRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC451B7CFC0D00010E03 /* RJSRealm.mm */; };
2015-10-08 17:57:07 +00:00
0270BC541B7CFC0D00010E03 /* RJSResults.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC461B7CFC0D00010E03 /* RJSResults.hpp */; settings = {ATTRIBUTES = (Private, ); }; };
2015-11-21 03:32:35 +00:00
0270BC551B7CFC0D00010E03 /* RJSResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC471B7CFC0D00010E03 /* RJSResults.cpp */; };
2015-10-08 17:57:07 +00:00
0270BC561B7CFC0D00010E03 /* RJSSchema.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC481B7CFC0D00010E03 /* RJSSchema.hpp */; settings = {ATTRIBUTES = (Private, ); }; };
2015-11-21 03:32:35 +00:00
0270BC571B7CFC0D00010E03 /* RJSSchema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC491B7CFC0D00010E03 /* RJSSchema.cpp */; };
2015-10-08 17:57:07 +00:00
0270BC581B7CFC0D00010E03 /* RJSUtil.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC4A1B7CFC0D00010E03 /* RJSUtil.hpp */; settings = {ATTRIBUTES = (Private, ); }; };
2015-11-21 03:32:35 +00:00
0270BC591B7CFC0D00010E03 /* RJSUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC4B1B7CFC0D00010E03 /* RJSUtil.cpp */; };
2015-08-13 16:28:53 +00:00
0270BC681B7CFC1C00010E03 /* object_accessor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC5D1B7CFC1C00010E03 /* object_accessor.hpp */; };
0270BC691B7CFC1C00010E03 /* object_schema.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC5E1B7CFC1C00010E03 /* object_schema.cpp */; };
0270BC6A1B7CFC1C00010E03 /* object_schema.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC5F1B7CFC1C00010E03 /* object_schema.hpp */; };
0270BC6B1B7CFC1C00010E03 /* object_store.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC601B7CFC1C00010E03 /* object_store.cpp */; };
0270BC6C1B7CFC1C00010E03 /* object_store.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC611B7CFC1C00010E03 /* object_store.hpp */; };
0270BC6D1B7CFC1C00010E03 /* property.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC621B7CFC1C00010E03 /* property.hpp */; };
0270BC6E1B7CFC1C00010E03 /* results.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC631B7CFC1C00010E03 /* results.cpp */; };
0270BC6F1B7CFC1C00010E03 /* results.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC641B7CFC1C00010E03 /* results.hpp */; };
0270BC701B7CFC1C00010E03 /* shared_realm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC651B7CFC1C00010E03 /* shared_realm.cpp */; };
0270BC711B7CFC1C00010E03 /* shared_realm.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0270BC661B7CFC1C00010E03 /* shared_realm.hpp */; };
2015-08-13 16:51:09 +00:00
0270BC811B7D020100010E03 /* ObjectTests.js in Resources */ = {isa = PBXBuildFile; fileRef = 0270BC791B7D020100010E03 /* ObjectTests.js */; };
0270BC821B7D020100010E03 /* RealmJSTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0270BC7B1B7D020100010E03 /* RealmJSTests.mm */; };
0270BC831B7D020100010E03 /* RealmTests.js in Resources */ = {isa = PBXBuildFile; fileRef = 0270BC7C1B7D020100010E03 /* RealmTests.js */; };
0270BC841B7D020100010E03 /* ResultsTests.js in Resources */ = {isa = PBXBuildFile; fileRef = 0270BC7D1B7D020100010E03 /* ResultsTests.js */; };
0270BC851B7D020100010E03 /* asserts.js in Resources */ = {isa = PBXBuildFile; fileRef = 0270BC7E1B7D020100010E03 /* asserts.js */; };
0270BC861B7D020100010E03 /* schemas.js in Resources */ = {isa = PBXBuildFile; fileRef = 0270BC7F1B7D020100010E03 /* schemas.js */; };
2015-08-13 16:51:09 +00:00
0270BC871B7D023200010E03 /* RealmJS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02B58CB11AE99CEC009B348C /* RealmJS.framework */; };
2015-10-22 22:31:26 +00:00
0270BCD11B7D067300010E03 /* RealmReact.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0270BCD01B7D067300010E03 /* RealmReact.mm */; };
2015-11-09 19:29:57 +00:00
02786E331BF1065100937061 /* parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02786E311BF1065000937061 /* parser.cpp */; };
02786E341BF1065100937061 /* parser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 02786E321BF1065000937061 /* parser.hpp */; };
2015-10-22 22:31:26 +00:00
0291DBD21BD994F700E3852C /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02B58CCD1AE99D4D009B348C /* JavaScriptCore.framework */; };
2015-10-26 22:27:43 +00:00
029445931BDEDF40006D1617 /* transact_log_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 029445911BDEDF40006D1617 /* transact_log_handler.cpp */; };
029445941BDEDF40006D1617 /* transact_log_handler.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 029445921BDEDF40006D1617 /* transact_log_handler.hpp */; };
029445971BDEDF46006D1617 /* external_commit_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 029445951BDEDF46006D1617 /* external_commit_helper.cpp */; };
029445981BDEDF46006D1617 /* external_commit_helper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 029445961BDEDF46006D1617 /* external_commit_helper.hpp */; };
2015-11-10 20:51:21 +00:00
0294465E1BF27DE6006D1617 /* query_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0294465C1BF27DE6006D1617 /* query_builder.cpp */; };
0294465F1BF27DE6006D1617 /* query_builder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0294465D1BF27DE6006D1617 /* query_builder.hpp */; };
2015-08-13 16:12:48 +00:00
02B29A311B7CF86D008A7E6B /* RealmJS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02B58CB11AE99CEC009B348C /* RealmJS.framework */; };
02B58CCE1AE99D4D009B348C /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02B58CCD1AE99D4D009B348C /* JavaScriptCore.framework */; };
2015-10-26 22:27:43 +00:00
02C0864E1BCDB27000942F9C /* list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02C0864C1BCDB27000942F9C /* list.cpp */; };
02C0864F1BCDB27000942F9C /* list.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 02C0864D1BCDB27000942F9C /* list.hpp */; };
2015-11-14 02:20:40 +00:00
02D0F23B1BF6C95200B4FC45 /* binding_context.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 02D0F23A1BF6C95200B4FC45 /* binding_context.hpp */; };
2015-08-14 17:47:56 +00:00
02D456DA1B7E59A500EE1299 /* ArrayTests.js in Resources */ = {isa = PBXBuildFile; fileRef = 02D456D91B7E59A500EE1299 /* ArrayTests.js */; };
2015-08-13 16:12:48 +00:00
02D8D1F71B601984006DB49D /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02B58CCD1AE99D4D009B348C /* JavaScriptCore.framework */; };
2015-11-16 23:05:50 +00:00
02E9A9F11BFA84F100939F86 /* QueryTests.js in Resources */ = {isa = PBXBuildFile; fileRef = 02E9A9F01BFA84F100939F86 /* QueryTests.js */; };
2015-11-20 22:51:04 +00:00
02EF76761BFFD41F000D5BAD /* queryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 02EF76751BFFD41F000D5BAD /* queryTests.json */; };
2015-11-20 23:16:35 +00:00
02EF76861BFFDE37000D5BAD /* test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02EF76851BFFDE37000D5BAD /* test.cpp */; };
02EF76881BFFDE9E000D5BAD /* GrammerTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 02EF76871BFFDE9E000D5BAD /* GrammerTests.mm */; };
F636F6C81BCDB3570023F35C /* RealmReact.h in Headers */ = {isa = PBXBuildFile; fileRef = 0270BCCF1B7D067300010E03 /* RealmReact.h */; settings = {ATTRIBUTES = (Public, ); }; };
F64426C51BCDB1E200A81210 /* RealmJS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 02B58CB11AE99CEC009B348C /* RealmJS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2015-10-26 22:27:43 +00:00
F64E1EF11BC3510E00E0E150 /* util.js in Resources */ = {isa = PBXBuildFile; fileRef = F64E1EF01BC3510E00E0E150 /* util.js */; };
F68A278C1BC2722A0063D40A /* RJSModuleLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = F68A278B1BC2722A0063D40A /* RJSModuleLoader.m */; };
F68A278E1BC30F0A0063D40A /* index.js in Resources */ = {isa = PBXBuildFile; fileRef = F68A278D1BC30F0A0063D40A /* index.js */; };
F6BB7DF11BF681BC00D0A69E /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6BB7DEF1BF681BC00D0A69E /* base64.cpp */; };
F6BB7DF21BF681BC00D0A69E /* base64.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F6BB7DF01BF681BC00D0A69E /* base64.hpp */; };
2015-10-26 22:27:43 +00:00
F6F405F81BCF0C1A00A1E24F /* base-test.js in Resources */ = {isa = PBXBuildFile; fileRef = F6F405F71BCF0C1A00A1E24F /* base-test.js */; };
2015-08-13 16:12:48 +00:00
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
2015-11-18 20:50:23 +00:00
021CEA351BFD1BA000D69390 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 8DD76FB20486AB0100D96B5E;
remoteInfo = "GCDWebServer (Mac)";
};
2015-11-18 20:50:23 +00:00
021CEA371BFD1BA000D69390 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = E221125A1690B4DE0048D2B2;
remoteInfo = "GCDWebServer (iOS)";
};
2015-11-18 20:50:23 +00:00
021CEA391BFD1BA000D69390 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = CEE28CD11AE004D800F4023C;
remoteInfo = "GCDWebServers (Mac)";
};
2015-11-18 20:50:23 +00:00
021CEA3B1BFD1BA000D69390 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = CEE28CEF1AE0051F00F4023C;
remoteInfo = "GCDWebServers (iOS)";
};
2015-11-18 20:50:23 +00:00
021CEA3D1BFD1BA000D69390 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = E24039251BA09207000B7089;
remoteInfo = "Tests (Mac)";
};
2015-08-13 16:12:48 +00:00
02B29A2F1B7CF7ED008A7E6B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02B58CA81AE99CEB009B348C /* Project object */;
proxyType = 1;
remoteGlobalIDString = 02B58CB01AE99CEC009B348C;
remoteInfo = RealmJS;
};
02B58CBE1AE99CEC009B348C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02B58CA81AE99CEB009B348C /* Project object */;
proxyType = 1;
remoteGlobalIDString = 02B58CB01AE99CEC009B348C;
remoteInfo = RealmJS;
};
02EE6D891BD87E310016A82E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02EE6D781BD87E310016A82E /* ReactTests.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 13B07F961A680F5B00A75B9A;
remoteInfo = ReactTests;
};
02EE6D8B1BD87E310016A82E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02EE6D781BD87E310016A82E /* ReactTests.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 00E356EE1AD99517003FC87E;
remoteInfo = RealmReactTests;
};
2015-11-20 22:51:04 +00:00
02EF76771BFFD506000D5BAD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = CEE28CEE1AE0051F00F4023C;
remoteInfo = "GCDWebServers (iOS)";
};
2015-08-13 16:12:48 +00:00
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
F64426BF1BCDA3FE00A81210 /* Embed Frameworks */ = {
2015-08-13 16:12:48 +00:00
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
2015-08-13 16:12:48 +00:00
files = (
F64426C51BCDB1E200A81210 /* RealmJS.framework in Embed Frameworks */,
2015-08-13 16:12:48 +00:00
);
name = "Embed Frameworks";
2015-08-13 16:12:48 +00:00
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
2015-10-22 17:44:10 +00:00
02258FB11BC6E2D00075F13A /* RealmRPC.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RealmRPC.hpp; path = src/RealmRPC.hpp; sourceTree = "<group>"; };
2015-10-26 08:20:14 +00:00
02258FB21BC6E2D00075F13A /* RealmRPC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RealmRPC.cpp; path = src/RealmRPC.cpp; sourceTree = "<group>"; };
02409DC11BCF11D6005F3B3E /* RealmJSCoreTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RealmJSCoreTests.m; path = tests/RealmJSCoreTests.m; sourceTree = SOURCE_ROOT; };
2015-09-10 00:16:32 +00:00
02601F051BA0F0CD007C91FF /* index_set.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = index_set.cpp; path = "src/object-store/index_set.cpp"; sourceTree = "<group>"; };
02601F061BA0F0CD007C91FF /* index_set.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = index_set.hpp; path = "src/object-store/index_set.hpp"; sourceTree = "<group>"; };
02601F0B1BA0F3A7007C91FF /* schema.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = schema.cpp; path = "src/object-store/schema.cpp"; sourceTree = "<group>"; };
02601F0C1BA0F3A7007C91FF /* schema.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = schema.hpp; path = "src/object-store/schema.hpp"; sourceTree = "<group>"; };
2015-08-13 16:28:53 +00:00
0270BC3E1B7CFC0D00010E03 /* RealmJS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RealmJS.h; path = src/RealmJS.h; sourceTree = "<group>"; };
0270BC3F1B7CFC0D00010E03 /* RealmJS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RealmJS.mm; path = src/RealmJS.mm; sourceTree = "<group>"; };
2015-10-13 22:27:24 +00:00
0270BC401B7CFC0D00010E03 /* RJSList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RJSList.cpp; path = src/RJSList.cpp; sourceTree = "<group>"; };
0270BC411B7CFC0D00010E03 /* RJSList.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RJSList.hpp; path = src/RJSList.hpp; sourceTree = "<group>"; };
2015-08-13 16:28:53 +00:00
0270BC421B7CFC0D00010E03 /* RJSObject.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RJSObject.hpp; path = src/RJSObject.hpp; sourceTree = "<group>"; };
2015-11-21 03:32:35 +00:00
0270BC431B7CFC0D00010E03 /* RJSObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RJSObject.cpp; path = src/RJSObject.cpp; sourceTree = "<group>"; };
2015-08-13 16:28:53 +00:00
0270BC441B7CFC0D00010E03 /* RJSRealm.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RJSRealm.hpp; path = src/RJSRealm.hpp; sourceTree = "<group>"; };
0270BC451B7CFC0D00010E03 /* RJSRealm.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RJSRealm.mm; path = src/RJSRealm.mm; sourceTree = "<group>"; };
0270BC461B7CFC0D00010E03 /* RJSResults.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RJSResults.hpp; path = src/RJSResults.hpp; sourceTree = "<group>"; };
2015-11-21 03:32:35 +00:00
0270BC471B7CFC0D00010E03 /* RJSResults.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RJSResults.cpp; path = src/RJSResults.cpp; sourceTree = "<group>"; };
2015-08-13 16:28:53 +00:00
0270BC481B7CFC0D00010E03 /* RJSSchema.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RJSSchema.hpp; path = src/RJSSchema.hpp; sourceTree = "<group>"; };
2015-11-21 03:32:35 +00:00
0270BC491B7CFC0D00010E03 /* RJSSchema.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RJSSchema.cpp; path = src/RJSSchema.cpp; sourceTree = "<group>"; };
2015-08-13 16:28:53 +00:00
0270BC4A1B7CFC0D00010E03 /* RJSUtil.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RJSUtil.hpp; path = src/RJSUtil.hpp; sourceTree = "<group>"; };
2015-11-21 03:32:35 +00:00
0270BC4B1B7CFC0D00010E03 /* RJSUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RJSUtil.cpp; path = src/RJSUtil.cpp; sourceTree = "<group>"; };
2015-08-13 16:28:53 +00:00
0270BC5A1B7CFC1300010E03 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = src/Info.plist; sourceTree = "<group>"; };
0270BC5D1B7CFC1C00010E03 /* object_accessor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = object_accessor.hpp; path = "src/object-store/object_accessor.hpp"; sourceTree = "<group>"; };
0270BC5E1B7CFC1C00010E03 /* object_schema.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = object_schema.cpp; path = "src/object-store/object_schema.cpp"; sourceTree = "<group>"; };
0270BC5F1B7CFC1C00010E03 /* object_schema.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = object_schema.hpp; path = "src/object-store/object_schema.hpp"; sourceTree = "<group>"; };
0270BC601B7CFC1C00010E03 /* object_store.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = object_store.cpp; path = "src/object-store/object_store.cpp"; sourceTree = "<group>"; };
0270BC611B7CFC1C00010E03 /* object_store.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = object_store.hpp; path = "src/object-store/object_store.hpp"; sourceTree = "<group>"; };
0270BC621B7CFC1C00010E03 /* property.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = property.hpp; path = "src/object-store/property.hpp"; sourceTree = "<group>"; };
0270BC631B7CFC1C00010E03 /* results.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = results.cpp; path = "src/object-store/results.cpp"; sourceTree = "<group>"; };
0270BC641B7CFC1C00010E03 /* results.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = results.hpp; path = "src/object-store/results.hpp"; sourceTree = "<group>"; };
0270BC651B7CFC1C00010E03 /* shared_realm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shared_realm.cpp; path = "src/object-store/shared_realm.cpp"; sourceTree = "<group>"; };
0270BC661B7CFC1C00010E03 /* shared_realm.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = shared_realm.hpp; path = "src/object-store/shared_realm.hpp"; sourceTree = "<group>"; };
2015-08-13 16:51:09 +00:00
0270BC781B7D020100010E03 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = tests/Info.plist; sourceTree = SOURCE_ROOT; };
0270BC791B7D020100010E03 /* ObjectTests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = ObjectTests.js; path = tests/ObjectTests.js; sourceTree = SOURCE_ROOT; };
0270BC7A1B7D020100010E03 /* RealmJSTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RealmJSTests.h; path = tests/RealmJSTests.h; sourceTree = SOURCE_ROOT; };
0270BC7B1B7D020100010E03 /* RealmJSTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RealmJSTests.mm; path = tests/RealmJSTests.mm; sourceTree = SOURCE_ROOT; };
0270BC7C1B7D020100010E03 /* RealmTests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = RealmTests.js; path = tests/RealmTests.js; sourceTree = SOURCE_ROOT; };
0270BC7D1B7D020100010E03 /* ResultsTests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = ResultsTests.js; path = tests/ResultsTests.js; sourceTree = SOURCE_ROOT; };
0270BC7E1B7D020100010E03 /* asserts.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = asserts.js; path = tests/asserts.js; sourceTree = SOURCE_ROOT; };
0270BC7F1B7D020100010E03 /* schemas.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = schemas.js; path = tests/schemas.js; sourceTree = SOURCE_ROOT; };
0270BCCF1B7D067300010E03 /* RealmReact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RealmReact.h; path = ReactNative/RealmReact.h; sourceTree = "<group>"; };
2015-10-22 22:31:26 +00:00
0270BCD01B7D067300010E03 /* RealmReact.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RealmReact.mm; path = ReactNative/RealmReact.mm; sourceTree = "<group>"; };
2015-11-09 19:29:57 +00:00
02786E311BF1065000937061 /* parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parser.cpp; path = "src/object-store/parser/parser.cpp"; sourceTree = "<group>"; };
02786E321BF1065000937061 /* parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = parser.hpp; path = "src/object-store/parser/parser.hpp"; sourceTree = "<group>"; };
2015-10-26 22:27:43 +00:00
029445911BDEDF40006D1617 /* transact_log_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = transact_log_handler.cpp; path = "src/object-store/impl/transact_log_handler.cpp"; sourceTree = "<group>"; };
029445921BDEDF40006D1617 /* transact_log_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = transact_log_handler.hpp; path = "src/object-store/impl/transact_log_handler.hpp"; sourceTree = "<group>"; };
029445951BDEDF46006D1617 /* external_commit_helper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = external_commit_helper.cpp; path = "src/object-store/impl/apple/external_commit_helper.cpp"; sourceTree = "<group>"; };
029445961BDEDF46006D1617 /* external_commit_helper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = external_commit_helper.hpp; path = "src/object-store/impl/apple/external_commit_helper.hpp"; sourceTree = "<group>"; };
2015-11-10 20:51:21 +00:00
0294465C1BF27DE6006D1617 /* query_builder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = query_builder.cpp; path = "src/object-store/parser/query_builder.cpp"; sourceTree = "<group>"; };
0294465D1BF27DE6006D1617 /* query_builder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = query_builder.hpp; path = "src/object-store/parser/query_builder.hpp"; sourceTree = "<group>"; };
2015-11-18 20:50:23 +00:00
02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GCDWebServer.xcodeproj; path = GCDWebServer/GCDWebServer.xcodeproj; sourceTree = "<group>"; };
2015-10-06 19:36:56 +00:00
02A3C7A41BC4341500B1A7BE /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
02B29A161B7CF7C9008A7E6B /* RealmReact.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RealmReact.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2015-08-13 16:12:48 +00:00
02B58CB11AE99CEC009B348C /* RealmJS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RealmJS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
02B58CBC1AE99CEC009B348C /* RealmJSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RealmJSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
02B58CCD1AE99D4D009B348C /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
2015-10-13 21:44:31 +00:00
02C0864C1BCDB27000942F9C /* list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = list.cpp; path = "src/object-store/list.cpp"; sourceTree = "<group>"; };
02C0864D1BCDB27000942F9C /* list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = list.hpp; path = "src/object-store/list.hpp"; sourceTree = "<group>"; };
2015-11-14 02:20:40 +00:00
02D0F23A1BF6C95200B4FC45 /* binding_context.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = binding_context.hpp; path = "src/object-store/binding_context.hpp"; sourceTree = "<group>"; };
2015-08-14 17:47:56 +00:00
02D456D91B7E59A500EE1299 /* ArrayTests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = ArrayTests.js; path = tests/ArrayTests.js; sourceTree = SOURCE_ROOT; };
2015-11-16 23:05:50 +00:00
02E9A9F01BFA84F100939F86 /* QueryTests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = QueryTests.js; path = tests/QueryTests.js; sourceTree = SOURCE_ROOT; };
02EE6D781BD87E310016A82E /* ReactTests.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReactTests.xcodeproj; path = tests/ReactTests/ios/ReactTests.xcodeproj; sourceTree = "<group>"; };
2015-11-20 22:51:04 +00:00
02EF76751BFFD41F000D5BAD /* queryTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = queryTests.json; path = "src/object-store/parser/queryTests.json"; sourceTree = SOURCE_ROOT; };
2015-11-20 23:16:35 +00:00
02EF76851BFFDE37000D5BAD /* test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = test.cpp; path = "src/object-store/parser/test.cpp"; sourceTree = SOURCE_ROOT; };
02EF76871BFFDE9E000D5BAD /* GrammerTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = GrammerTests.mm; path = tests/GrammerTests.mm; sourceTree = SOURCE_ROOT; };
F64E1EF01BC3510E00E0E150 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = util.js; path = tests/util.js; sourceTree = SOURCE_ROOT; };
F68A278A1BC2722A0063D40A /* RJSModuleLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RJSModuleLoader.h; path = tests/RJSModuleLoader.h; sourceTree = SOURCE_ROOT; };
F68A278B1BC2722A0063D40A /* RJSModuleLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RJSModuleLoader.m; path = tests/RJSModuleLoader.m; sourceTree = SOURCE_ROOT; };
F68A278D1BC30F0A0063D40A /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = index.js; path = tests/index.js; sourceTree = SOURCE_ROOT; };
F6BB7DEF1BF681BC00D0A69E /* base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = base64.cpp; sourceTree = "<group>"; };
F6BB7DF01BF681BC00D0A69E /* base64.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = base64.hpp; sourceTree = "<group>"; };
F6C3FBBC1BF680EC00E6FFD4 /* json.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = "<group>"; };
F6F405F71BCF0C1A00A1E24F /* base-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "base-test.js"; path = "tests/base-test.js"; sourceTree = SOURCE_ROOT; };
2015-08-13 16:12:48 +00:00
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
02B29A131B7CF7C9008A7E6B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2015-10-22 22:31:26 +00:00
0291DBD21BD994F700E3852C /* JavaScriptCore.framework in Frameworks */,
2015-08-13 16:12:48 +00:00
02B29A311B7CF86D008A7E6B /* RealmJS.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
02B58CAD1AE99CEC009B348C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
02B58CCE1AE99D4D009B348C /* JavaScriptCore.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
02B58CB91AE99CEC009B348C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2015-08-13 16:51:09 +00:00
0270BC871B7D023200010E03 /* RealmJS.framework in Frameworks */,
2015-08-13 16:12:48 +00:00
02D8D1F71B601984006DB49D /* JavaScriptCore.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
2015-11-18 20:50:23 +00:00
021CEA2D1BFD1BA000D69390 /* Products */ = {
isa = PBXGroup;
children = (
021CEA361BFD1BA000D69390 /* GCDWebServer */,
021CEA381BFD1BA000D69390 /* GCDWebServer.app */,
021CEA3A1BFD1BA000D69390 /* GCDWebServers.framework */,
021CEA3C1BFD1BA000D69390 /* GCDWebServers.framework */,
021CEA3E1BFD1BA000D69390 /* Tests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
2015-08-13 16:28:53 +00:00
0270BC3D1B7CFBFD00010E03 /* RealmJS */ = {
isa = PBXGroup;
children = (
0270BC5D1B7CFC1C00010E03 /* object_accessor.hpp */,
0270BC5E1B7CFC1C00010E03 /* object_schema.cpp */,
0270BC5F1B7CFC1C00010E03 /* object_schema.hpp */,
0270BC601B7CFC1C00010E03 /* object_store.cpp */,
0270BC611B7CFC1C00010E03 /* object_store.hpp */,
0270BC621B7CFC1C00010E03 /* property.hpp */,
0270BC631B7CFC1C00010E03 /* results.cpp */,
0270BC641B7CFC1C00010E03 /* results.hpp */,
0270BC651B7CFC1C00010E03 /* shared_realm.cpp */,
0270BC661B7CFC1C00010E03 /* shared_realm.hpp */,
2015-11-14 02:20:40 +00:00
02D0F23A1BF6C95200B4FC45 /* binding_context.hpp */,
2015-09-10 00:16:32 +00:00
02601F051BA0F0CD007C91FF /* index_set.cpp */,
02601F061BA0F0CD007C91FF /* index_set.hpp */,
2015-10-13 21:44:31 +00:00
02C0864C1BCDB27000942F9C /* list.cpp */,
02C0864D1BCDB27000942F9C /* list.hpp */,
2015-09-10 00:16:32 +00:00
02601F0B1BA0F3A7007C91FF /* schema.cpp */,
02601F0C1BA0F3A7007C91FF /* schema.hpp */,
2015-10-26 22:27:43 +00:00
029445911BDEDF40006D1617 /* transact_log_handler.cpp */,
029445921BDEDF40006D1617 /* transact_log_handler.hpp */,
029445951BDEDF46006D1617 /* external_commit_helper.cpp */,
029445961BDEDF46006D1617 /* external_commit_helper.hpp */,
2015-11-09 19:29:57 +00:00
02786E311BF1065000937061 /* parser.cpp */,
02786E321BF1065000937061 /* parser.hpp */,
2015-11-10 20:51:21 +00:00
0294465C1BF27DE6006D1617 /* query_builder.cpp */,
0294465D1BF27DE6006D1617 /* query_builder.hpp */,
2015-08-13 16:28:53 +00:00
0270BC3E1B7CFC0D00010E03 /* RealmJS.h */,
0270BC3F1B7CFC0D00010E03 /* RealmJS.mm */,
2015-10-22 17:44:10 +00:00
02258FB11BC6E2D00075F13A /* RealmRPC.hpp */,
2015-10-26 08:20:14 +00:00
02258FB21BC6E2D00075F13A /* RealmRPC.cpp */,
2015-10-13 22:27:24 +00:00
0270BC401B7CFC0D00010E03 /* RJSList.cpp */,
0270BC411B7CFC0D00010E03 /* RJSList.hpp */,
2015-08-13 16:28:53 +00:00
0270BC421B7CFC0D00010E03 /* RJSObject.hpp */,
2015-11-21 03:32:35 +00:00
0270BC431B7CFC0D00010E03 /* RJSObject.cpp */,
2015-08-13 16:28:53 +00:00
0270BC441B7CFC0D00010E03 /* RJSRealm.hpp */,
0270BC451B7CFC0D00010E03 /* RJSRealm.mm */,
0270BC461B7CFC0D00010E03 /* RJSResults.hpp */,
2015-11-21 03:32:35 +00:00
0270BC471B7CFC0D00010E03 /* RJSResults.cpp */,
2015-08-13 16:28:53 +00:00
0270BC481B7CFC0D00010E03 /* RJSSchema.hpp */,
2015-11-21 03:32:35 +00:00
0270BC491B7CFC0D00010E03 /* RJSSchema.cpp */,
2015-08-13 16:28:53 +00:00
0270BC4A1B7CFC0D00010E03 /* RJSUtil.hpp */,
2015-11-21 03:32:35 +00:00
0270BC4B1B7CFC0D00010E03 /* RJSUtil.cpp */,
2015-08-13 16:28:53 +00:00
0270BC5A1B7CFC1300010E03 /* Info.plist */,
);
name = RealmJS;
sourceTree = "<group>";
};
0270BCCE1B7D066100010E03 /* RealmReact */ = {
2015-08-13 16:12:48 +00:00
isa = PBXGroup;
children = (
2015-11-12 19:50:42 +00:00
02EE6D781BD87E310016A82E /* ReactTests.xcodeproj */,
0270BCCF1B7D067300010E03 /* RealmReact.h */,
2015-10-22 22:31:26 +00:00
0270BCD01B7D067300010E03 /* RealmReact.mm */,
2015-08-13 16:12:48 +00:00
);
name = RealmReact;
2015-08-13 16:12:48 +00:00
sourceTree = "<group>";
};
02B58CA71AE99CEB009B348C = {
isa = PBXGroup;
children = (
02B58CCF1AE99D8C009B348C /* Frameworks */,
F6C3FBB41BF680D000E6FFD4 /* Vendor */,
2015-08-13 16:28:53 +00:00
0270BC3D1B7CFBFD00010E03 /* RealmJS */,
2015-08-13 16:12:48 +00:00
02B58CC01AE99CEC009B348C /* RealmJSTests */,
0270BCCE1B7D066100010E03 /* RealmReact */,
2015-08-13 16:12:48 +00:00
02B58CB21AE99CEC009B348C /* Products */,
);
sourceTree = "<group>";
};
02B58CB21AE99CEC009B348C /* Products */ = {
isa = PBXGroup;
children = (
02B58CB11AE99CEC009B348C /* RealmJS.framework */,
02B58CBC1AE99CEC009B348C /* RealmJSTests.xctest */,
02B29A161B7CF7C9008A7E6B /* RealmReact.framework */,
2015-08-13 16:12:48 +00:00
);
name = Products;
sourceTree = "<group>";
};
02B58CC01AE99CEC009B348C /* RealmJSTests */ = {
isa = PBXGroup;
children = (
2015-08-13 16:51:09 +00:00
0270BC781B7D020100010E03 /* Info.plist */,
F68A278D1BC30F0A0063D40A /* index.js */,
0270BC7E1B7D020100010E03 /* asserts.js */,
F6F405F71BCF0C1A00A1E24F /* base-test.js */,
0270BC7F1B7D020100010E03 /* schemas.js */,
F64E1EF01BC3510E00E0E150 /* util.js */,
02D456D91B7E59A500EE1299 /* ArrayTests.js */,
2015-08-13 16:51:09 +00:00
0270BC791B7D020100010E03 /* ObjectTests.js */,
2015-11-16 23:05:50 +00:00
02E9A9F01BFA84F100939F86 /* QueryTests.js */,
2015-11-20 22:51:04 +00:00
02EF76751BFFD41F000D5BAD /* queryTests.json */,
2015-08-13 16:51:09 +00:00
0270BC7C1B7D020100010E03 /* RealmTests.js */,
0270BC7D1B7D020100010E03 /* ResultsTests.js */,
0270BC7A1B7D020100010E03 /* RealmJSTests.h */,
0270BC7B1B7D020100010E03 /* RealmJSTests.mm */,
2015-10-14 22:46:46 +00:00
02409DC11BCF11D6005F3B3E /* RealmJSCoreTests.m */,
F68A278A1BC2722A0063D40A /* RJSModuleLoader.h */,
F68A278B1BC2722A0063D40A /* RJSModuleLoader.m */,
2015-11-20 23:16:35 +00:00
02EF76871BFFDE9E000D5BAD /* GrammerTests.mm */,
02EF76851BFFDE37000D5BAD /* test.cpp */,
2015-08-13 16:12:48 +00:00
);
2015-08-13 16:28:53 +00:00
path = RealmJSTests;
2015-08-13 16:12:48 +00:00
sourceTree = "<group>";
};
02B58CCF1AE99D8C009B348C /* Frameworks */ = {
isa = PBXGroup;
children = (
2015-10-06 19:36:56 +00:00
02A3C7A41BC4341500B1A7BE /* libc++.tbd */,
2015-08-13 16:12:48 +00:00
02B58CCD1AE99D4D009B348C /* JavaScriptCore.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
02EE6D791BD87E310016A82E /* Products */ = {
isa = PBXGroup;
children = (
02EE6D8A1BD87E310016A82E /* ReactTests.app */,
02EE6D8C1BD87E310016A82E /* RealmReactTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
F6C3FBB41BF680D000E6FFD4 /* Vendor */ = {
isa = PBXGroup;
children = (
02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */,
F6BB7DF01BF681BC00D0A69E /* base64.hpp */,
F6BB7DEF1BF681BC00D0A69E /* base64.cpp */,
F6C3FBBC1BF680EC00E6FFD4 /* json.hpp */,
);
name = Vendor;
path = vendor;
sourceTree = "<group>";
};
2015-08-13 16:12:48 +00:00
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
02B58CAE1AE99CEC009B348C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
2015-08-13 16:51:09 +00:00
0270BC4C1B7CFC0D00010E03 /* RealmJS.h in Headers */,
2015-10-22 17:44:10 +00:00
02258FB31BC6E2D00075F13A /* RealmRPC.hpp in Headers */,
2015-10-13 22:27:24 +00:00
0270BC4F1B7CFC0D00010E03 /* RJSList.hpp in Headers */,
2015-11-10 20:51:21 +00:00
0294465F1BF27DE6006D1617 /* query_builder.hpp in Headers */,
2015-10-06 19:36:56 +00:00
0270BC541B7CFC0D00010E03 /* RJSResults.hpp in Headers */,
2015-11-14 02:20:40 +00:00
02D0F23B1BF6C95200B4FC45 /* binding_context.hpp in Headers */,
2015-10-06 19:36:56 +00:00
0270BC581B7CFC0D00010E03 /* RJSUtil.hpp in Headers */,
0270BC561B7CFC0D00010E03 /* RJSSchema.hpp in Headers */,
0270BC521B7CFC0D00010E03 /* RJSRealm.hpp in Headers */,
0270BC501B7CFC0D00010E03 /* RJSObject.hpp in Headers */,
2015-09-10 00:16:32 +00:00
02601F0E1BA0F3A7007C91FF /* schema.hpp in Headers */,
2015-08-13 16:28:53 +00:00
0270BC6C1B7CFC1C00010E03 /* object_store.hpp in Headers */,
2015-11-09 19:29:57 +00:00
02786E341BF1065100937061 /* parser.hpp in Headers */,
2015-08-13 16:28:53 +00:00
0270BC681B7CFC1C00010E03 /* object_accessor.hpp in Headers */,
F6BB7DF21BF681BC00D0A69E /* base64.hpp in Headers */,
2015-10-26 22:27:43 +00:00
029445941BDEDF40006D1617 /* transact_log_handler.hpp in Headers */,
2015-08-13 16:28:53 +00:00
0270BC711B7CFC1C00010E03 /* shared_realm.hpp in Headers */,
2015-10-26 22:27:43 +00:00
029445981BDEDF46006D1617 /* external_commit_helper.hpp in Headers */,
2015-08-13 16:28:53 +00:00
0270BC6A1B7CFC1C00010E03 /* object_schema.hpp in Headers */,
2015-09-10 00:16:32 +00:00
02601F091BA0F0CD007C91FF /* index_set.hpp in Headers */,
2015-08-13 16:28:53 +00:00
0270BC6D1B7CFC1C00010E03 /* property.hpp in Headers */,
2015-10-13 21:44:31 +00:00
02C0864F1BCDB27000942F9C /* list.hpp in Headers */,
2015-08-13 16:28:53 +00:00
0270BC6F1B7CFC1C00010E03 /* results.hpp in Headers */,
2015-08-13 16:12:48 +00:00
);
runOnlyForDeploymentPostprocessing = 0;
};
F64426BD1BCDA39000A81210 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
F636F6C81BCDB3570023F35C /* RealmReact.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2015-08-13 16:12:48 +00:00
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
02B29A151B7CF7C9008A7E6B /* RealmReact */ = {
isa = PBXNativeTarget;
buildConfigurationList = 02B29A271B7CF7C9008A7E6B /* Build configuration list for PBXNativeTarget "RealmReact" */;
buildPhases = (
02B29A121B7CF7C9008A7E6B /* Sources */,
02B29A131B7CF7C9008A7E6B /* Frameworks */,
F64426BD1BCDA39000A81210 /* Headers */,
F64426BF1BCDA3FE00A81210 /* Embed Frameworks */,
2015-08-13 16:12:48 +00:00
);
buildRules = (
);
dependencies = (
2015-11-20 22:51:04 +00:00
02EF76781BFFD506000D5BAD /* PBXTargetDependency */,
2015-08-13 16:12:48 +00:00
02B29A301B7CF7ED008A7E6B /* PBXTargetDependency */,
);
name = RealmReact;
productName = RealmReact;
productReference = 02B29A161B7CF7C9008A7E6B /* RealmReact.framework */;
productType = "com.apple.product-type.framework";
2015-08-13 16:12:48 +00:00
};
02B58CB01AE99CEC009B348C /* RealmJS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 02B58CC71AE99CEC009B348C /* Build configuration list for PBXNativeTarget "RealmJS" */;
buildPhases = (
02D8D1F61B5FFA75006DB49D /* Download Core */,
02B58CAC1AE99CEC009B348C /* Sources */,
02B58CAD1AE99CEC009B348C /* Frameworks */,
02B58CAE1AE99CEC009B348C /* Headers */,
02B58CAF1AE99CEC009B348C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = RealmJS;
productName = RealmJS;
productReference = 02B58CB11AE99CEC009B348C /* RealmJS.framework */;
productType = "com.apple.product-type.framework";
};
02B58CBB1AE99CEC009B348C /* RealmJSTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 02B58CCA1AE99CEC009B348C /* Build configuration list for PBXNativeTarget "RealmJSTests" */;
buildPhases = (
02B58CB81AE99CEC009B348C /* Sources */,
02B58CB91AE99CEC009B348C /* Frameworks */,
02B58CBA1AE99CEC009B348C /* Resources */,
);
buildRules = (
);
dependencies = (
02B58CBF1AE99CEC009B348C /* PBXTargetDependency */,
);
name = RealmJSTests;
productName = RealmJSTests;
productReference = 02B58CBC1AE99CEC009B348C /* RealmJSTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
02B58CA81AE99CEB009B348C /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
2015-08-13 16:12:48 +00:00
ORGANIZATIONNAME = Realm;
TargetAttributes = {
02B29A151B7CF7C9008A7E6B = {
CreatedOnToolsVersion = 6.4;
};
02B58CB01AE99CEC009B348C = {
CreatedOnToolsVersion = 6.3.1;
};
02B58CBB1AE99CEC009B348C = {
CreatedOnToolsVersion = 6.3.1;
};
};
};
buildConfigurationList = 02B58CAB1AE99CEB009B348C /* Build configuration list for PBXProject "RealmJS" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 02B58CA71AE99CEB009B348C;
productRefGroup = 02B58CB21AE99CEC009B348C /* Products */;
projectDirPath = "";
projectReferences = (
{
2015-11-18 20:50:23 +00:00
ProductGroup = 021CEA2D1BFD1BA000D69390 /* Products */;
ProjectRef = 02A3C7841BC4317A00B1A7BE /* GCDWebServer.xcodeproj */;
},
{
ProductGroup = 02EE6D791BD87E310016A82E /* Products */;
ProjectRef = 02EE6D781BD87E310016A82E /* ReactTests.xcodeproj */;
},
);
2015-08-13 16:12:48 +00:00
projectRoot = "";
targets = (
02B58CB01AE99CEC009B348C /* RealmJS */,
02B58CBB1AE99CEC009B348C /* RealmJSTests */,
02B29A151B7CF7C9008A7E6B /* RealmReact */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
2015-11-18 20:50:23 +00:00
021CEA361BFD1BA000D69390 /* GCDWebServer */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = GCDWebServer;
2015-11-18 20:50:23 +00:00
remoteRef = 021CEA351BFD1BA000D69390 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
2015-11-18 20:50:23 +00:00
021CEA381BFD1BA000D69390 /* GCDWebServer.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = GCDWebServer.app;
2015-11-18 20:50:23 +00:00
remoteRef = 021CEA371BFD1BA000D69390 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
2015-11-18 20:50:23 +00:00
021CEA3A1BFD1BA000D69390 /* GCDWebServers.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = GCDWebServers.framework;
2015-11-18 20:50:23 +00:00
remoteRef = 021CEA391BFD1BA000D69390 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
2015-11-18 20:50:23 +00:00
021CEA3C1BFD1BA000D69390 /* GCDWebServers.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = GCDWebServers.framework;
2015-11-18 20:50:23 +00:00
remoteRef = 021CEA3B1BFD1BA000D69390 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
2015-11-18 20:50:23 +00:00
021CEA3E1BFD1BA000D69390 /* Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = Tests.xctest;
2015-11-18 20:50:23 +00:00
remoteRef = 021CEA3D1BFD1BA000D69390 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
02EE6D8A1BD87E310016A82E /* ReactTests.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = ReactTests.app;
remoteRef = 02EE6D891BD87E310016A82E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
02EE6D8C1BD87E310016A82E /* RealmReactTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = RealmReactTests.xctest;
remoteRef = 02EE6D8B1BD87E310016A82E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
2015-08-13 16:12:48 +00:00
/* Begin PBXResourcesBuildPhase section */
02B58CAF1AE99CEC009B348C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
02B58CBA1AE99CEC009B348C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F64E1EF11BC3510E00E0E150 /* util.js in Resources */,
2015-11-16 23:05:50 +00:00
02E9A9F11BFA84F100939F86 /* QueryTests.js in Resources */,
0270BC851B7D020100010E03 /* asserts.js in Resources */,
2015-08-13 16:51:09 +00:00
0270BC811B7D020100010E03 /* ObjectTests.js in Resources */,
2015-08-14 17:47:56 +00:00
02D456DA1B7E59A500EE1299 /* ArrayTests.js in Resources */,
0270BC861B7D020100010E03 /* schemas.js in Resources */,
F6F405F81BCF0C1A00A1E24F /* base-test.js in Resources */,
F68A278E1BC30F0A0063D40A /* index.js in Resources */,
2015-11-20 22:51:04 +00:00
02EF76761BFFD41F000D5BAD /* queryTests.json in Resources */,
2015-08-13 16:51:09 +00:00
0270BC831B7D020100010E03 /* RealmTests.js in Resources */,
0270BC841B7D020100010E03 /* ResultsTests.js in Resources */,
2015-08-13 16:12:48 +00:00
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
02D8D1F61B5FFA75006DB49D /* Download Core */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Download Core";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
2015-11-14 02:20:40 +00:00
shellScript = ": ${REALM_CORE_VERSION:=0.94.4} # set to \"current\" to always use the current build\n\necho \"Downloading dependency: core ${REALM_CORE_VERSION}\"\nTMP_DIR=\"$TMPDIR/core_bin\"\nmkdir -p \"${TMP_DIR}\"\nCORE_TMP_TAR=\"${TMP_DIR}/core-${REALM_CORE_VERSION}.tar.bz2.tmp\"\nCORE_TAR=\"${TMP_DIR}/core-${REALM_CORE_VERSION}.tar.bz2\"\nif [ ! -f \"${CORE_TAR}\" ]; then\ncurl -f -L -s \"http://static.realm.io/downloads/core/realm-core-${REALM_CORE_VERSION}.tar.bz2\" -o \"${CORE_TMP_TAR}\" ||\n(echo \"Downloading core failed. Please try again once you have an Internet connection.\" && exit 1)\nmv \"${CORE_TMP_TAR}\" \"${CORE_TAR}\"\nfi\n\n(\ncd \"${TMP_DIR}\"\nrm -rf core\ntar xjf \"${CORE_TAR}\"\nmv core core-${REALM_CORE_VERSION}\n)\n\nrm -rf core-${REALM_CORE_VERSION} core\nmv ${TMP_DIR}/core-${REALM_CORE_VERSION} .\nln -s core-${REALM_CORE_VERSION} core";
2015-08-13 16:12:48 +00:00
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
02B29A121B7CF7C9008A7E6B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2015-10-22 22:31:26 +00:00
0270BCD11B7D067300010E03 /* RealmReact.mm in Sources */,
2015-08-13 16:12:48 +00:00
);
runOnlyForDeploymentPostprocessing = 0;
};
02B58CAC1AE99CEC009B348C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2015-11-21 03:32:35 +00:00
0270BC571B7CFC0D00010E03 /* RJSSchema.cpp in Sources */,
2015-08-13 16:28:53 +00:00
0270BC691B7CFC1C00010E03 /* object_schema.cpp in Sources */,
2015-09-10 00:16:32 +00:00
02601F0D1BA0F3A7007C91FF /* schema.cpp in Sources */,
2015-08-13 16:28:53 +00:00
0270BC6E1B7CFC1C00010E03 /* results.cpp in Sources */,
2015-11-09 19:29:57 +00:00
02786E331BF1065100937061 /* parser.cpp in Sources */,
2015-11-21 03:32:35 +00:00
0270BC511B7CFC0D00010E03 /* RJSObject.cpp in Sources */,
2015-08-13 16:28:53 +00:00
0270BC4D1B7CFC0D00010E03 /* RealmJS.mm in Sources */,
2015-09-10 00:16:32 +00:00
02601F081BA0F0CD007C91FF /* index_set.cpp in Sources */,
2015-10-26 22:27:43 +00:00
029445931BDEDF40006D1617 /* transact_log_handler.cpp in Sources */,
2015-10-26 08:20:14 +00:00
02258FB41BC6E2D00075F13A /* RealmRPC.cpp in Sources */,
2015-11-21 03:32:35 +00:00
0270BC591B7CFC0D00010E03 /* RJSUtil.cpp in Sources */,
0270BC551B7CFC0D00010E03 /* RJSResults.cpp in Sources */,
2015-10-13 21:44:31 +00:00
02C0864E1BCDB27000942F9C /* list.cpp in Sources */,
2015-08-13 16:28:53 +00:00
0270BC6B1B7CFC1C00010E03 /* object_store.cpp in Sources */,
2015-11-10 20:51:21 +00:00
0294465E1BF27DE6006D1617 /* query_builder.cpp in Sources */,
2015-08-13 16:28:53 +00:00
0270BC701B7CFC1C00010E03 /* shared_realm.cpp in Sources */,
F6BB7DF11BF681BC00D0A69E /* base64.cpp in Sources */,
2015-10-13 22:27:24 +00:00
0270BC4E1B7CFC0D00010E03 /* RJSList.cpp in Sources */,
2015-10-26 22:27:43 +00:00
029445971BDEDF46006D1617 /* external_commit_helper.cpp in Sources */,
2015-08-13 16:28:53 +00:00
0270BC531B7CFC0D00010E03 /* RJSRealm.mm in Sources */,
2015-08-13 16:12:48 +00:00
);
runOnlyForDeploymentPostprocessing = 0;
};
02B58CB81AE99CEC009B348C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F68A278C1BC2722A0063D40A /* RJSModuleLoader.m in Sources */,
2015-11-20 23:16:35 +00:00
02EF76881BFFDE9E000D5BAD /* GrammerTests.mm in Sources */,
02EF76861BFFDE37000D5BAD /* test.cpp in Sources */,
2015-08-13 16:51:09 +00:00
0270BC821B7D020100010E03 /* RealmJSTests.mm in Sources */,
2015-10-14 22:46:46 +00:00
02409DC21BCF11D6005F3B3E /* RealmJSCoreTests.m in Sources */,
2015-08-13 16:12:48 +00:00
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
02B29A301B7CF7ED008A7E6B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 02B58CB01AE99CEC009B348C /* RealmJS */;
targetProxy = 02B29A2F1B7CF7ED008A7E6B /* PBXContainerItemProxy */;
};
02B58CBF1AE99CEC009B348C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 02B58CB01AE99CEC009B348C /* RealmJS */;
targetProxy = 02B58CBE1AE99CEC009B348C /* PBXContainerItemProxy */;
};
2015-11-20 22:51:04 +00:00
02EF76781BFFD506000D5BAD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "GCDWebServers (iOS)";
targetProxy = 02EF76771BFFD506000D5BAD /* PBXContainerItemProxy */;
};
2015-08-13 16:12:48 +00:00
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
02B29A281B7CF7C9008A7E6B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
2015-10-06 19:36:56 +00:00
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
2015-11-12 19:32:16 +00:00
EXCLUDED_SOURCE_FILE_NAMES = "";
2015-10-06 19:36:56 +00:00
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
"$(BUILT_PRODUCTS_DIR)",
2015-10-06 19:36:56 +00:00
);
2015-08-13 16:12:48 +00:00
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
2015-08-13 17:29:37 +00:00
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/",
2015-10-19 17:52:34 +00:00
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/",
2015-10-22 17:44:10 +00:00
"$(SRCROOT)/vendor",
2015-08-13 17:29:37 +00:00
);
INFOPLIST_FILE = src/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/Frameworks";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
OTHER_LDFLAGS = (
"-framework",
GCDWebServers,
);
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
02B29A291B7CF7C9008A7E6B /* GCov_Build */ = {
isa = XCBuildConfiguration;
buildSettings = {
2015-10-06 19:36:56 +00:00
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
2015-11-12 19:32:16 +00:00
EXCLUDED_SOURCE_FILE_NAMES = "";
2015-10-06 19:36:56 +00:00
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
"$(BUILT_PRODUCTS_DIR)",
2015-10-06 19:36:56 +00:00
);
2015-08-13 17:29:37 +00:00
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/",
2015-10-19 17:52:34 +00:00
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/",
2015-10-22 17:44:10 +00:00
"$(SRCROOT)/vendor",
2015-08-13 17:29:37 +00:00
);
INFOPLIST_FILE = src/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/Frameworks";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = GCov_Build;
};
02B29A2A1B7CF7C9008A7E6B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
2015-10-06 19:36:56 +00:00
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
2015-11-12 19:32:16 +00:00
EXCLUDED_SOURCE_FILE_NAMES = GCDWebServers.framework;
2015-10-06 19:36:56 +00:00
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
"$(BUILT_PRODUCTS_DIR)",
2015-10-06 19:36:56 +00:00
);
2015-08-13 17:29:37 +00:00
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/",
2015-10-19 17:52:34 +00:00
"$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/",
2015-10-22 17:44:10 +00:00
"$(SRCROOT)/vendor",
2015-08-13 17:29:37 +00:00
);
INFOPLIST_FILE = src/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/Frameworks";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
02B58CC51AE99CEC009B348C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
2015-08-13 16:12:48 +00:00
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_TEST_COVERAGE_FILES = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
REALM_HAVE_CONFIG,
__ASSERTMACROS__,
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
02B58CC61AE99CEC009B348C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_GENERATE_TEST_COVERAGE_FILES = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
REALM_HAVE_CONFIG,
__ASSERTMACROS__,
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
02B58CC81AE99CEC009B348C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
2015-10-06 19:36:56 +00:00
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)";
2015-08-13 16:12:48 +00:00
GCC_NO_COMMON_BLOCKS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
REALM_HAVE_CONFIG,
"DEBUG=1",
__ASSERTMACROS__,
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
2015-11-09 19:29:57 +00:00
"$(SRCROOT)/vendor/PEGTL",
"$(SRCROOT)/vendor",
2015-08-13 16:12:48 +00:00
);
2015-08-13 16:28:53 +00:00
INFOPLIST_FILE = src/Info.plist;
2015-08-13 16:12:48 +00:00
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2015-08-13 16:12:48 +00:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = core;
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
2015-10-22 02:12:36 +00:00
OTHER_LDFLAGS = "-lrealm-ios-bitcode";
2015-10-19 16:58:26 +00:00
OTHER_LIBTOOLFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
02B58CC91AE99CEC009B348C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
2015-10-06 19:36:56 +00:00
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)";
2015-08-13 16:12:48 +00:00
GCC_NO_COMMON_BLOCKS = NO;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
2015-11-09 19:29:57 +00:00
"$(SRCROOT)/vendor/PEGTL",
"$(SRCROOT)/vendor",
2015-08-13 16:12:48 +00:00
);
2015-08-13 16:28:53 +00:00
INFOPLIST_FILE = src/Info.plist;
2015-08-13 16:12:48 +00:00
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2015-08-13 16:12:48 +00:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = core;
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
2015-10-22 02:12:36 +00:00
OTHER_LDFLAGS = "-lrealm-ios-bitcode";
2015-10-19 16:58:26 +00:00
OTHER_LIBTOOLFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
02B58CCB1AE99CEC009B348C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
2015-11-21 03:32:35 +00:00
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
2015-08-13 16:12:48 +00:00
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
2015-10-22 17:44:10 +00:00
HEADER_SEARCH_PATHS = "";
2015-08-13 16:28:53 +00:00
INFOPLIST_FILE = tests/Info.plist;
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2015-08-13 16:12:48 +00:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
02B58CCC1AE99CEC009B348C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
2015-11-21 03:32:35 +00:00
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
2015-10-22 17:44:10 +00:00
HEADER_SEARCH_PATHS = "";
2015-08-13 16:28:53 +00:00
INFOPLIST_FILE = tests/Info.plist;
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2015-08-13 16:12:48 +00:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
02F9EE1C1B6BF66300C807E8 /* GCov_Build */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
REALM_HAVE_CONFIG,
__ASSERTMACROS__,
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = GCov_Build;
};
02F9EE1D1B6BF66300C807E8 /* GCov_Build */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
2015-10-06 19:36:56 +00:00
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)";
2015-08-13 16:12:48 +00:00
GCC_NO_COMMON_BLOCKS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
REALM_HAVE_CONFIG,
"DEBUG=1",
__ASSERTMACROS__,
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
2015-11-09 19:29:57 +00:00
"$(SRCROOT)/vendor/PEGTL",
"$(SRCROOT)/vendor",
2015-08-13 16:12:48 +00:00
);
2015-08-13 16:28:53 +00:00
INFOPLIST_FILE = src/Info.plist;
2015-08-13 16:12:48 +00:00
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2015-08-13 16:12:48 +00:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = core;
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
2015-10-22 02:12:36 +00:00
OTHER_LDFLAGS = "-lrealm-ios-bitcode";
2015-10-19 16:58:26 +00:00
OTHER_LIBTOOLFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = GCov_Build;
};
02F9EE1E1B6BF66300C807E8 /* GCov_Build */ = {
isa = XCBuildConfiguration;
buildSettings = {
2015-11-21 03:32:35 +00:00
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
2015-08-13 16:12:48 +00:00
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
2015-10-22 17:44:10 +00:00
HEADER_SEARCH_PATHS = "";
2015-08-13 16:28:53 +00:00
INFOPLIST_FILE = tests/Info.plist;
2015-10-06 19:36:56 +00:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2015-08-13 16:12:48 +00:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-isystem",
core/include,
);
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
2015-08-13 16:12:48 +00:00
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = GCov_Build;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
02B29A271B7CF7C9008A7E6B /* Build configuration list for PBXNativeTarget "RealmReact" */ = {
isa = XCConfigurationList;
buildConfigurations = (
02B29A281B7CF7C9008A7E6B /* Debug */,
02B29A291B7CF7C9008A7E6B /* GCov_Build */,
02B29A2A1B7CF7C9008A7E6B /* Release */,
);
defaultConfigurationIsVisible = 0;
2015-08-13 16:28:53 +00:00
defaultConfigurationName = Release;
2015-08-13 16:12:48 +00:00
};
02B58CAB1AE99CEB009B348C /* Build configuration list for PBXProject "RealmJS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
02B58CC51AE99CEC009B348C /* Debug */,
02F9EE1C1B6BF66300C807E8 /* GCov_Build */,
02B58CC61AE99CEC009B348C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
02B58CC71AE99CEC009B348C /* Build configuration list for PBXNativeTarget "RealmJS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
02B58CC81AE99CEC009B348C /* Debug */,
02F9EE1D1B6BF66300C807E8 /* GCov_Build */,
02B58CC91AE99CEC009B348C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
02B58CCA1AE99CEC009B348C /* Build configuration list for PBXNativeTarget "RealmJSTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
02B58CCB1AE99CEC009B348C /* Debug */,
02F9EE1E1B6BF66300C807E8 /* GCov_Build */,
02B58CCC1AE99CEC009B348C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 02B58CA81AE99CEB009B348C /* Project object */;
}