|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 2B7EA6AF2353477000E5184E /* NativeScriptException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B7EA6AD2353476F00E5184E /* NativeScriptException.mm */; };
|
11 | 11 | 2B7EA6B02353477000E5184E /* NativeScriptException.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7EA6AE2353477000E5184E /* NativeScriptException.h */; };
|
| 12 | + 2C998AC1290FB501002BBFA9 /* SnapshotBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C998AC0290FB500002BBFA9 /* SnapshotBlob.h */; }; |
12 | 13 | 3CA6E53529A78C6000D30F8B /* IsolateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA6E53429A78C6000D30F8B /* IsolateWrapper.h */; };
|
13 | 14 | 3CBFF7442971C1C200C5DE36 /* ArcMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBFF7432971C1C200C5DE36 /* ArcMacro.h */; };
|
14 | 15 | 3CD1D9C129AA2C14004C1C21 /* DisposerPHV.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3CD1D9BF29AA2C14004C1C21 /* DisposerPHV.mm */; };
|
15 | 16 | 3CD1D9C229AA2C14004C1C21 /* DisposerPHV.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD1D9C029AA2C14004C1C21 /* DisposerPHV.h */; };
|
16 | 17 | 3CEF9CCD28F896BC0056BA45 /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CEF9CCC28F896B70056BA45 /* SpinLock.h */; };
|
17 |
| - 2C998AC1290FB501002BBFA9 /* SnapshotBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C998AC0290FB500002BBFA9 /* SnapshotBlob.h */; }; |
18 | 18 | 6573B9CD291FE29F00B0ED7C /* V8Runtime.h in Headers */ = {isa = PBXBuildFile; fileRef = 6573B9C2291FE29F00B0ED7C /* V8Runtime.h */; };
|
19 | 19 | 6573B9CE291FE29F00B0ED7C /* JSIV8ValueConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6573B9C3291FE29F00B0ED7C /* JSIV8ValueConverter.cpp */; };
|
20 | 20 | 6573B9CF291FE29F00B0ED7C /* V8Runtime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6573B9C4291FE29F00B0ED7C /* V8Runtime.cpp */; };
|
|
419 | 419 | /* Begin PBXFileReference section */
|
420 | 420 | 2B7EA6AD2353476F00E5184E /* NativeScriptException.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = NativeScriptException.mm; sourceTree = "<group>"; };
|
421 | 421 | 2B7EA6AE2353477000E5184E /* NativeScriptException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NativeScriptException.h; sourceTree = "<group>"; };
|
| 422 | + 2C998AC0290FB500002BBFA9 /* SnapshotBlob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SnapshotBlob.h; sourceTree = "<group>"; }; |
422 | 423 | 3CA6E53429A78C6000D30F8B /* IsolateWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsolateWrapper.h; sourceTree = "<group>"; };
|
423 | 424 | 3CBFF7432971C1C200C5DE36 /* ArcMacro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArcMacro.h; sourceTree = "<group>"; };
|
424 | 425 | 3CD1D9BF29AA2C14004C1C21 /* DisposerPHV.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = DisposerPHV.mm; sourceTree = "<group>"; };
|
425 | 426 | 3CD1D9C029AA2C14004C1C21 /* DisposerPHV.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DisposerPHV.h; sourceTree = "<group>"; };
|
426 | 427 | 3CEF9CCC28F896B70056BA45 /* SpinLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpinLock.h; sourceTree = "<group>"; };
|
427 |
| - 2C998AC0290FB500002BBFA9 /* SnapshotBlob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SnapshotBlob.h; sourceTree = "<group>"; }; |
428 | 428 | 6573B9C2291FE29F00B0ED7C /* V8Runtime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = V8Runtime.h; sourceTree = "<group>"; };
|
429 | 429 | 6573B9C3291FE29F00B0ED7C /* JSIV8ValueConverter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSIV8ValueConverter.cpp; sourceTree = "<group>"; };
|
430 | 430 | 6573B9C4291FE29F00B0ED7C /* V8Runtime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = V8Runtime.cpp; sourceTree = "<group>"; };
|
|
1538 | 1538 | 3CBFF7442971C1C200C5DE36 /* ArcMacro.h in Headers */,
|
1539 | 1539 | C2DDEB96229EAC8300345BFE /* Helpers.h in Headers */,
|
1540 | 1540 | 6573B9D6291FE2A000B0ED7C /* V8RuntimeFactory.h in Headers */,
|
1541 |
| - C247C37522F828E3001D2CA2 /* CSS.h in Headers */, |
1542 |
| - C247C36322F828E3001D2CA2 /* Page.h in Headers */, |
1543 | 1541 | 3CA6E53529A78C6000D30F8B /* IsolateWrapper.h in Headers */,
|
1544 |
| - C247C35A22F828E3001D2CA2 /* injected-script.h in Headers */, |
1545 | 1542 | C2C8EE7B22CF64E4001F8CEC /* SimpleAllocator.h in Headers */,
|
1546 | 1543 | C247C16822F82842001D2CA2 /* libplatform-export.h in Headers */,
|
1547 | 1544 | C2DDEBA7229EAC8300345BFE /* ClassBuilder.h in Headers */,
|
|
2535 | 2532 | CLANG_ENABLE_MODULES = NO;
|
2536 | 2533 | CODE_SIGN_IDENTITY = "Apple Development";
|
2537 | 2534 | CODE_SIGN_STYLE = Automatic;
|
2538 |
| - DEVELOPMENT_TEAM = 8V7T28DG39; |
| 2535 | + DEVELOPMENT_TEAM = CS838V553Y; |
2539 | 2536 | EXPORTED_SYMBOLS_FILE = "$(PROJECT_DIR)/TestFixtures/exported-symbols.txt";
|
2540 | 2537 | FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
2541 | 2538 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
2686 | 2683 | "-ltorque_generated_definitions",
|
2687 | 2684 | "-lv8_heap_base",
|
2688 | 2685 | "-lv8_heap_base_headers",
|
2689 |
| - "-linspector_protocol", |
| 2686 | + "-lcrdtp", |
| 2687 | + "-lcrdtp_platform", |
2690 | 2688 | "-linspector",
|
2691 | 2689 | "-linspector_string_conversions",
|
2692 | 2690 | );
|
|
2765 | 2763 | "-ltorque_generated_definitions",
|
2766 | 2764 | "-lv8_heap_base",
|
2767 | 2765 | "-lv8_heap_base_headers",
|
2768 |
| - "-linspector_protocol", |
| 2766 | + "-lcrdtp", |
| 2767 | + "-lcrdtp_platform", |
2769 | 2768 | "-linspector",
|
2770 | 2769 | "-linspector_string_conversions",
|
2771 | 2770 | );
|
|
0 commit comments