mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-13 07:45:10 +00:00
add test file to resources
This commit is contained in:
parent
4178ba09a4
commit
e06f9e2384
@ -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 = "<group>"; };
|
||||
855301D11E2006F400FF108E /* RealmReactTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RealmReactTests.m; path = ReactTests/RealmReactTests.m; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
/* 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 */,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user