Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 9c6423c

Browse files
author
Stephen Schiffli
committed
Compile fix
1 parent a4a9d3c commit 9c6423c

File tree

3 files changed

+145
-176
lines changed

3 files changed

+145
-176
lines changed

MetaWear.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
3333
'MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*'
3434
s.compiler_flags = '-Wno-documentation', '-Wno-comma'
3535
s.pod_target_xcconfig = {
36-
'SWIFT_VERSION' => '4.0',
36+
'SWIFT_VERSION' => '4.1',
3737
'HEADER_SEARCH_PATHS' => '$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src',
3838
'SWIFT_INCLUDE_PATHS' => '$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src'
3939
}

0 commit comments

Comments
 (0)