Skip to content

Commit e4f1d02

Browse files
rigor789NathanWalker
authored andcommitted
apply: 8.4 perf changes from main repo
1 parent 6a3c0e7 commit e4f1d02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

v8ios.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
6573B9EA291FE2A700B0ED7C /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6573B9E1291FE2A700B0ED7C /* jsilib.h */; };
3535
6573B9ED291FE5B700B0ED7C /* JSIRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 6573B9EB291FE5B700B0ED7C /* JSIRuntime.h */; };
3636
6573B9EE291FE5B700B0ED7C /* JSIRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 6573B9EC291FE5B700B0ED7C /* JSIRuntime.m */; };
37+
9160C065291ED41F000641C0 /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 9160C064291ED41F000641C0 /* SpinLock.h */; };
3738
C205257F2577D6F900C12A5C /* NativeScript.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2DDEB32229EAB3B00345BFE /* NativeScript.framework */; };
3839
C20525802577D6F900C12A5C /* NativeScript.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C2DDEB32229EAB3B00345BFE /* NativeScript.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3940
C20525A82577D86600C12A5C /* TNSWidgets.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C20525A72577D86600C12A5C /* TNSWidgets.xcframework */; };
@@ -433,6 +434,7 @@
433434
6573B9E1291FE2A700B0ED7C /* jsilib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = "<group>"; };
434435
6573B9EB291FE5B700B0ED7C /* JSIRuntime.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JSIRuntime.h; sourceTree = "<group>"; };
435436
6573B9EC291FE5B700B0ED7C /* JSIRuntime.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = JSIRuntime.m; sourceTree = "<group>"; };
437+
9160C064291ED41F000641C0 /* SpinLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = NativeScript/runtime/SpinLock.h; sourceTree = "<group>"; };
436438
C2003F9E23FA78CD0043B815 /* TNSDerivedClass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TNSDerivedClass.h; sourceTree = "<group>"; };
437439
C20525A72577D86600C12A5C /* TNSWidgets.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = TNSWidgets.xcframework; sourceTree = "<group>"; };
438440
C20AB5E426E1015200E2B41D /* OneByteStringResource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = OneByteStringResource.cpp; sourceTree = "<group>"; };
@@ -971,6 +973,7 @@
971973
C27E277722202663009C10A3 = {
972974
isa = PBXGroup;
973975
children = (
976+
9160C064291ED41F000641C0 /* SpinLock.h */,
974977
C2DDEB33229EAB3B00345BFE /* NativeScript */,
975978
C2DDEB17229EA89000345BFE /* TestRunner */,
976979
C23992C8236C2D6E00D2F720 /* TestRunnerTests */,
@@ -1420,6 +1423,8 @@
14201423
isa = PBXHeadersBuildPhase;
14211424
buildActionMask = 2147483647;
14221425
files = (
1426+
C298C028233C9AEA000DDF54 /* TSHelpers.h in Headers */,
1427+
9160C065291ED41F000641C0 /* SpinLock.h in Headers */,
14231428
C2A5DEC82327DCF600A91A76 /* NativeScript.h in Headers */,
14241429
C2DDEB97229EAC8300345BFE /* Metadata.h in Headers */,
14251430
C247C16522F82842001D2CA2 /* v8-platform.h in Headers */,

0 commit comments

Comments
 (0)