Skip to content

Commit 0b61d45

Browse files
committed
fix(example): Bug where state.json wasn't linked to project
1 parent 5498570 commit 0b61d45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/ios/TableViewDemo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; };
3737
2DCD954D1E0B4F2C00145EB5 /* TableViewDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* TableViewDemoTests.m */; };
3838
2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
39+
3D208C0121F04B5000FB8812 /* states.json in Resources */ = {isa = PBXBuildFile; fileRef = 3D208BDA21F04B5000FB8812 /* states.json */; };
3940
3D8FFBDC215DE29400E6B088 /* libRNTableView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D8FFBDB215DE27E00E6B088 /* libRNTableView.a */; };
4041
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
4142
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
@@ -347,6 +348,7 @@
347348
2D02E47B1E0B4A5D006451C7 /* TableViewDemo-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "TableViewDemo-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
348349
2D02E4901E0B4A5D006451C7 /* TableViewDemo-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "TableViewDemo-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
349350
2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
351+
3D208BDA21F04B5000FB8812 /* states.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = states.json; path = ../src/assets/states.json; sourceTree = "<group>"; };
350352
3D8FFBD6215DE27E00E6B088 /* RNTableView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNTableView.xcodeproj; path = "../node_modules/react-native-tableview/RNTableView.xcodeproj"; sourceTree = "<group>"; };
351353
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
352354
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
@@ -591,6 +593,7 @@
591593
83CBB9F61A601CBA00E9B192 = {
592594
isa = PBXGroup;
593595
children = (
596+
3D208BDA21F04B5000FB8812 /* states.json */,
594597
13B07FAE1A68108700A75B9A /* TableViewDemo */,
595598
832341AE1AAA6A7D00B99B32 /* Libraries */,
596599
00E356EF1AD99517003FC87E /* TableViewDemoTests */,
@@ -1082,6 +1085,7 @@
10821085
files = (
10831086
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
10841087
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
1088+
3D208C0121F04B5000FB8812 /* states.json in Resources */,
10851089
);
10861090
runOnlyForDeploymentPostprocessing = 0;
10871091
};

0 commit comments

Comments
 (0)