Skip to content

Commit 7f6a325

Browse files
committed
Update defines.rb
1 parent 69eb8aa commit 7f6a325

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lib/cocoapods_mangle/defines.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,12 @@ def self.swift_symbol?(symbol)
150150
# e.g. 0000000000000000 _PROTOCOL_METHOD_TYPES_CAAction
151151
symbol[/_PROTOCOL/] ||
152152
# _swiftoverride_ symbols should be skipped
153-
# e.g. _Zd4_swiftoverride_class_getSuperclassPKN5swift14TargetMetadataINS
153+
# e.g. 0000000000000000 _PROTOCOL_METHOD_TYPES_CAAction
154154
symbol[/_\w+_swiftoverride_/]
155155
end
156156

157157
def self.run_nm(binaries, flags)
158158
`nm #{flags} #{binaries.join(' ')}`.split("\n")
159159
end
160160
end
161-
end
162-
163-
_Z34_swiftoverride_class_getSuperclassPKN5swift14TargetMetadataINS_9InProcessEEE=
164-
Mangle_Integration...dataINS_9InProcessEEEPKNS_24TargetProtocolDescriptorIS1_EEPFPKNS_18TargetWitnessTableIS1_EES4_S8_E
161+
end

0 commit comments

Comments
 (0)