Skip to content

Commit 3b4ecf1

Browse files
committed
build: update arm64-device inspector libs
1 parent 0e349fc commit 3b4ecf1

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed
296 Bytes
Binary file not shown.
Binary file not shown.
-92.6 KB
Binary file not shown.
Binary file not shown.

v8ios.xcodeproj/project.pbxproj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
/* Begin PBXBuildFile section */
1010
2B7EA6AF2353477000E5184E /* NativeScriptException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B7EA6AD2353476F00E5184E /* NativeScriptException.mm */; };
1111
2B7EA6B02353477000E5184E /* NativeScriptException.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7EA6AE2353477000E5184E /* NativeScriptException.h */; };
12+
2C998AC1290FB501002BBFA9 /* SnapshotBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C998AC0290FB500002BBFA9 /* SnapshotBlob.h */; };
1213
3CA6E53529A78C6000D30F8B /* IsolateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA6E53429A78C6000D30F8B /* IsolateWrapper.h */; };
1314
3CBFF7442971C1C200C5DE36 /* ArcMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBFF7432971C1C200C5DE36 /* ArcMacro.h */; };
1415
3CD1D9C129AA2C14004C1C21 /* DisposerPHV.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3CD1D9BF29AA2C14004C1C21 /* DisposerPHV.mm */; };
1516
3CD1D9C229AA2C14004C1C21 /* DisposerPHV.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD1D9C029AA2C14004C1C21 /* DisposerPHV.h */; };
1617
3CEF9CCD28F896BC0056BA45 /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CEF9CCC28F896B70056BA45 /* SpinLock.h */; };
17-
2C998AC1290FB501002BBFA9 /* SnapshotBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C998AC0290FB500002BBFA9 /* SnapshotBlob.h */; };
1818
6573B9CD291FE29F00B0ED7C /* V8Runtime.h in Headers */ = {isa = PBXBuildFile; fileRef = 6573B9C2291FE29F00B0ED7C /* V8Runtime.h */; };
1919
6573B9CE291FE29F00B0ED7C /* JSIV8ValueConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6573B9C3291FE29F00B0ED7C /* JSIV8ValueConverter.cpp */; };
2020
6573B9CF291FE29F00B0ED7C /* V8Runtime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6573B9C4291FE29F00B0ED7C /* V8Runtime.cpp */; };
@@ -419,12 +419,12 @@
419419
/* Begin PBXFileReference section */
420420
2B7EA6AD2353476F00E5184E /* NativeScriptException.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = NativeScriptException.mm; sourceTree = "<group>"; };
421421
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>"; };
422423
3CA6E53429A78C6000D30F8B /* IsolateWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsolateWrapper.h; sourceTree = "<group>"; };
423424
3CBFF7432971C1C200C5DE36 /* ArcMacro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArcMacro.h; sourceTree = "<group>"; };
424425
3CD1D9BF29AA2C14004C1C21 /* DisposerPHV.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = DisposerPHV.mm; sourceTree = "<group>"; };
425426
3CD1D9C029AA2C14004C1C21 /* DisposerPHV.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DisposerPHV.h; sourceTree = "<group>"; };
426427
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>"; };
428428
6573B9C2291FE29F00B0ED7C /* V8Runtime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = V8Runtime.h; sourceTree = "<group>"; };
429429
6573B9C3291FE29F00B0ED7C /* JSIV8ValueConverter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSIV8ValueConverter.cpp; sourceTree = "<group>"; };
430430
6573B9C4291FE29F00B0ED7C /* V8Runtime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = V8Runtime.cpp; sourceTree = "<group>"; };
@@ -1538,10 +1538,7 @@
15381538
3CBFF7442971C1C200C5DE36 /* ArcMacro.h in Headers */,
15391539
C2DDEB96229EAC8300345BFE /* Helpers.h in Headers */,
15401540
6573B9D6291FE2A000B0ED7C /* V8RuntimeFactory.h in Headers */,
1541-
C247C37522F828E3001D2CA2 /* CSS.h in Headers */,
1542-
C247C36322F828E3001D2CA2 /* Page.h in Headers */,
15431541
3CA6E53529A78C6000D30F8B /* IsolateWrapper.h in Headers */,
1544-
C247C35A22F828E3001D2CA2 /* injected-script.h in Headers */,
15451542
C2C8EE7B22CF64E4001F8CEC /* SimpleAllocator.h in Headers */,
15461543
C247C16822F82842001D2CA2 /* libplatform-export.h in Headers */,
15471544
C2DDEBA7229EAC8300345BFE /* ClassBuilder.h in Headers */,
@@ -2535,7 +2532,7 @@
25352532
CLANG_ENABLE_MODULES = NO;
25362533
CODE_SIGN_IDENTITY = "Apple Development";
25372534
CODE_SIGN_STYLE = Automatic;
2538-
DEVELOPMENT_TEAM = 8V7T28DG39;
2535+
DEVELOPMENT_TEAM = CS838V553Y;
25392536
EXPORTED_SYMBOLS_FILE = "$(PROJECT_DIR)/TestFixtures/exported-symbols.txt";
25402537
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
25412538
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -2686,7 +2683,8 @@
26862683
"-ltorque_generated_definitions",
26872684
"-lv8_heap_base",
26882685
"-lv8_heap_base_headers",
2689-
"-linspector_protocol",
2686+
"-lcrdtp",
2687+
"-lcrdtp_platform",
26902688
"-linspector",
26912689
"-linspector_string_conversions",
26922690
);
@@ -2765,7 +2763,8 @@
27652763
"-ltorque_generated_definitions",
27662764
"-lv8_heap_base",
27672765
"-lv8_heap_base_headers",
2768-
"-linspector_protocol",
2766+
"-lcrdtp",
2767+
"-lcrdtp_platform",
27692768
"-linspector",
27702769
"-linspector_string_conversions",
27712770
);

0 commit comments

Comments
 (0)