Skip to content

Commit bc958e5

Browse files
committed
1.0.0 archive
1 parent 2af6ef7 commit bc958e5

25 files changed

+1355
-830
lines changed

ios/LargeListDemo.xcodeproj/project.pbxproj

Lines changed: 12 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
2DCD954D1E0B4F2C00145EB5 /* LargeListDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* LargeListDemoTests.m */; };
3737
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
3838
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
39+
8E00289C1FEA69B800B2D1BF /* main.jsbundle in Resources */ = {isa = PBXBuildFile; fileRef = 8E00289B1FEA69B800B2D1BF /* main.jsbundle */; };
40+
8E00289E1FEA69C200B2D1BF /* main.jsbundle.meta in Resources */ = {isa = PBXBuildFile; fileRef = 8E00289D1FEA69C200B2D1BF /* main.jsbundle.meta */; };
41+
8E0028A01FEA69CB00B2D1BF /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 8E00289F1FEA69CB00B2D1BF /* assets */; };
3942
8E2E20C11FE00D3300ADC778 /* STTVTableView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E2E20BF1FE00D2700ADC778 /* STTVTableView.framework */; };
4043
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
4144
/* End PBXBuildFile section */
@@ -258,20 +261,6 @@
258261
remoteGlobalIDString = 3D383D621EBD27B9005632C8;
259262
remoteInfo = "double-conversion-tvOS";
260263
};
261-
8E2E20B91FE00D2700ADC778 /* PBXContainerItemProxy */ = {
262-
isa = PBXContainerItemProxy;
263-
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
264-
proxyType = 2;
265-
remoteGlobalIDString = 9936F3131F5F2E4B0010BF04;
266-
remoteInfo = privatedata;
267-
};
268-
8E2E20BB1FE00D2700ADC778 /* PBXContainerItemProxy */ = {
269-
isa = PBXContainerItemProxy;
270-
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
271-
proxyType = 2;
272-
remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04;
273-
remoteInfo = "privatedata-tvOS";
274-
};
275264
8E2E20BE1FE00D2700ADC778 /* PBXContainerItemProxy */ = {
276265
isa = PBXContainerItemProxy;
277266
containerPortal = 8E2E208B1FE00D2600ADC778 /* STTVTableView.xcodeproj */;
@@ -286,20 +275,6 @@
286275
remoteGlobalIDString = ADD01A681E09402E00F6D226;
287276
remoteInfo = "RCTBlob-tvOS";
288277
};
289-
8E919F411FD2E20B00D1D5AC /* PBXContainerItemProxy */ = {
290-
isa = PBXContainerItemProxy;
291-
containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
292-
proxyType = 2;
293-
remoteGlobalIDString = 3DBE0D001F3B181A0099AA32;
294-
remoteInfo = fishhook;
295-
};
296-
8E919F431FD2E20B00D1D5AC /* PBXContainerItemProxy */ = {
297-
isa = PBXContainerItemProxy;
298-
containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
299-
proxyType = 2;
300-
remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32;
301-
remoteInfo = "fishhook-tvOS";
302-
};
303278
ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = {
304279
isa = PBXContainerItemProxy;
305280
containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
@@ -310,7 +285,6 @@
310285
/* End PBXContainerItemProxy section */
311286

312287
/* Begin PBXFileReference section */
313-
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
314288
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
315289
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
316290
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
@@ -334,6 +308,9 @@
334308
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
335309
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
336310
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
311+
8E00289B1FEA69B800B2D1BF /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = main.jsbundle; path = LargeListDemo/main.jsbundle; sourceTree = "<group>"; };
312+
8E00289D1FEA69C200B2D1BF /* main.jsbundle.meta */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = main.jsbundle.meta; path = LargeListDemo/main.jsbundle.meta; sourceTree = "<group>"; };
313+
8E00289F1FEA69CB00B2D1BF /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = assets; path = LargeListDemo/assets; sourceTree = "<group>"; };
337314
8E2E208B1FE00D2600ADC778 /* STTVTableView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = STTVTableView.xcodeproj; path = "../react-native-largelist/ios/STTVTableView.xcodeproj"; sourceTree = "<group>"; };
338315
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
339316
/* End PBXFileReference section */
@@ -466,16 +443,16 @@
466443
children = (
467444
139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
468445
3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */,
469-
8E919F421FD2E20B00D1D5AC /* libfishhook.a */,
470-
8E919F441FD2E20B00D1D5AC /* libfishhook-tvOS.a */,
471446
);
472447
name = Products;
473448
sourceTree = "<group>";
474449
};
475450
13B07FAE1A68108700A75B9A /* LargeListDemo */ = {
476451
isa = PBXGroup;
477452
children = (
478-
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
453+
8E00289F1FEA69CB00B2D1BF /* assets */,
454+
8E00289D1FEA69C200B2D1BF /* main.jsbundle.meta */,
455+
8E00289B1FEA69B800B2D1BF /* main.jsbundle */,
479456
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
480457
13B07FB01A68108700A75B9A /* AppDelegate.m */,
481458
13B07FB51A68108700A75B9A /* Images.xcassets */,
@@ -501,8 +478,6 @@
501478
8E2E20B41FE00D2700ADC778 /* libthird-party.a */,
502479
8E2E20B61FE00D2700ADC778 /* libdouble-conversion.a */,
503480
8E2E20B81FE00D2700ADC778 /* libdouble-conversion.a */,
504-
8E2E20BA1FE00D2700ADC778 /* libprivatedata.a */,
505-
8E2E20BC1FE00D2700ADC778 /* libprivatedata-tvOS.a */,
506481
);
507482
name = Products;
508483
sourceTree = "<group>";
@@ -984,20 +959,6 @@
984959
remoteRef = 8E2E20B71FE00D2700ADC778 /* PBXContainerItemProxy */;
985960
sourceTree = BUILT_PRODUCTS_DIR;
986961
};
987-
8E2E20BA1FE00D2700ADC778 /* libprivatedata.a */ = {
988-
isa = PBXReferenceProxy;
989-
fileType = archive.ar;
990-
path = libprivatedata.a;
991-
remoteRef = 8E2E20B91FE00D2700ADC778 /* PBXContainerItemProxy */;
992-
sourceTree = BUILT_PRODUCTS_DIR;
993-
};
994-
8E2E20BC1FE00D2700ADC778 /* libprivatedata-tvOS.a */ = {
995-
isa = PBXReferenceProxy;
996-
fileType = archive.ar;
997-
path = "libprivatedata-tvOS.a";
998-
remoteRef = 8E2E20BB1FE00D2700ADC778 /* PBXContainerItemProxy */;
999-
sourceTree = BUILT_PRODUCTS_DIR;
1000-
};
1001962
8E2E20BF1FE00D2700ADC778 /* STTVTableView.framework */ = {
1002963
isa = PBXReferenceProxy;
1003964
fileType = wrapper.framework;
@@ -1012,20 +973,6 @@
1012973
remoteRef = 8E919F2F1FD2E20B00D1D5AC /* PBXContainerItemProxy */;
1013974
sourceTree = BUILT_PRODUCTS_DIR;
1014975
};
1015-
8E919F421FD2E20B00D1D5AC /* libfishhook.a */ = {
1016-
isa = PBXReferenceProxy;
1017-
fileType = archive.ar;
1018-
path = libfishhook.a;
1019-
remoteRef = 8E919F411FD2E20B00D1D5AC /* PBXContainerItemProxy */;
1020-
sourceTree = BUILT_PRODUCTS_DIR;
1021-
};
1022-
8E919F441FD2E20B00D1D5AC /* libfishhook-tvOS.a */ = {
1023-
isa = PBXReferenceProxy;
1024-
fileType = archive.ar;
1025-
path = "libfishhook-tvOS.a";
1026-
remoteRef = 8E919F431FD2E20B00D1D5AC /* PBXContainerItemProxy */;
1027-
sourceTree = BUILT_PRODUCTS_DIR;
1028-
};
1029976
ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = {
1030977
isa = PBXReferenceProxy;
1031978
fileType = archive.ar;
@@ -1047,6 +994,9 @@
1047994
isa = PBXResourcesBuildPhase;
1048995
buildActionMask = 2147483647;
1049996
files = (
997+
8E0028A01FEA69CB00B2D1BF /* assets in Resources */,
998+
8E00289C1FEA69B800B2D1BF /* main.jsbundle in Resources */,
999+
8E00289E1FEA69C200B2D1BF /* main.jsbundle.meta in Resources */,
10501000
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
10511001
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
10521002
);

ios/LargeListDemo/AppDelegate.m

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ @implementation AppDelegate
1717
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
1818
{
1919
NSURL *jsCodeLocation;
20-
20+
#ifdef DEBUG
2121
// jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
2222
jsCodeLocation = [NSURL URLWithString:@"http://10.16.64.93:8081/index.bundle?platform=ios&dev=true"];
2323
// jsCodeLocation = [NSURL URLWithString:@"http://192.168.1.106:8081/index.bundle?platform=ios&dev=true"];
2424
// jsCodeLocation = [NSURL URLWithString:@"http://172.20.10.4:8081/index.bundle?platform=ios&dev=true"];
25-
25+
#else
26+
jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
27+
#endif
2628
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
2729
moduleName:@"LargeListDemo"
2830
initialProperties:nil
2931
launchOptions:launchOptions];
3032
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
31-
3233
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
3334
UIViewController *rootViewController = [UIViewController new];
3435
rootViewController.view = rootView;
456 Bytes
Loading
790 Bytes
Loading
711 Bytes
Loading
1.04 KB
Loading
2.39 KB
Loading
3.32 KB
Loading
1000 Bytes
Loading
1.47 KB
Loading

0 commit comments

Comments
 (0)