From e06f9e2384041618da64f569cb56aaa6b59547a5 Mon Sep 17 00:00:00 2001 From: blagoev Date: Sat, 30 Sep 2017 16:44:17 +0300 Subject: [PATCH] add test file to resources --- tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj b/tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj index a92495e7..774f755b 100644 --- a/tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj +++ b/tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj @@ -29,6 +29,7 @@ 855301CF1E20069D00FF108E /* dates-v3.realm in Resources */ = {isa = PBXBuildFile; fileRef = 855301CD1E20069D00FF108E /* dates-v3.realm */; }; 855301D01E20069D00FF108E /* dates-v5.realm in Resources */ = {isa = PBXBuildFile; fileRef = 855301CE1E20069D00FF108E /* dates-v5.realm */; }; 855301D31E2006F700FF108E /* RealmReactTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 855301D11E2006F400FF108E /* RealmReactTests.m */; }; + A4CEF4BB1F7F862D00BA3B26 /* sync-v1.realm in Resources */ = {isa = PBXBuildFile; fileRef = A4CEF4BA1F7F862D00BA3B26 /* sync-v1.realm */; }; E2050A7A5BE14CEA9A9E0722 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B37A7097A134D5CBB4C462A /* libc++.tbd */; }; /* End PBXBuildFile section */ @@ -253,6 +254,7 @@ 855301CE1E20069D00FF108E /* dates-v5.realm */ = {isa = PBXFileReference; lastKnownFileType = file; path = "dates-v5.realm"; sourceTree = ""; }; 855301D11E2006F400FF108E /* RealmReactTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RealmReactTests.m; path = ReactTests/RealmReactTests.m; sourceTree = ""; }; 8B37A7097A134D5CBB4C462A /* libc++.tbd */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; + A4CEF4BA1F7F862D00BA3B26 /* sync-v1.realm */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sync-v1.realm"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -476,6 +478,7 @@ 855301CC1E20069D00FF108E /* data */ = { isa = PBXGroup; children = ( + A4CEF4BA1F7F862D00BA3B26 /* sync-v1.realm */, 855301CD1E20069D00FF108E /* dates-v3.realm */, 855301CE1E20069D00FF108E /* dates-v5.realm */, ); @@ -805,6 +808,7 @@ files = ( 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, + A4CEF4BB1F7F862D00BA3B26 /* sync-v1.realm in Resources */, 855301D01E20069D00FF108E /* dates-v5.realm in Resources */, 855301CF1E20069D00FF108E /* dates-v3.realm in Resources */, );