Skip to content

Commit

Permalink
2.2.0, still working on the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques-Olivier Haché committed Jan 12, 2021
1 parent 6f9a8e3 commit 979c870
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified SKYLINK.framework/SKYLINK
Binary file not shown.
6 changes: 6 additions & 0 deletions SKYLINK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ Pod::Spec.new do |s|
s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.vendored_frameworks = 'SKYLINK.framework', 'frameworks/WebRTC.framework', 'frameworks/SocketIO.framework', 'frameworks/Starscream.framework'
s.preserve_paths = 'frameworks/*'

# I think this is needed because on the new arm Macs. Now you can have arm64 simulators, which we don't support today
# Additional note: this is not how I would like things to be...
# https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-object-file-built-for-ios
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 979c870

Please sign in to comment.