Skip to content

Commit f15c6b4

Browse files
Devin RothDevin Roth
Devin Roth
authored and
Devin Roth
committed
Update .podspec
1 parent b4d216a commit f15c6b4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Framework/macOS/macOS.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
392392
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
393393
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
394-
MACOSX_DEPLOYMENT_TARGET = 10.6;
394+
MACOSX_DEPLOYMENT_TARGET = 10.10;
395395
OTHER_LDFLAGS = "";
396396
PRODUCT_BUNDLE_IDENTIFIER = com.devinrothmusic.SwiftOSC;
397397
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -416,7 +416,7 @@
416416
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
417417
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
418418
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
419-
MACOSX_DEPLOYMENT_TARGET = 10.6;
419+
MACOSX_DEPLOYMENT_TARGET = 10.10;
420420
PRODUCT_BUNDLE_IDENTIFIER = com.devinrothmusic.SwiftOSC;
421421
PRODUCT_NAME = "$(TARGET_NAME)";
422422
SKIP_INSTALL = YES;

SwiftOSC.podspec

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ SwiftOSC is an Open Sound Control client and server framework written in Swift.
1313
s.source = { :git => 'https://github.com/devinroth/SwiftOSC.git', :tag => s.version.to_s }
1414

1515
s.ios.deployment_target = '9.0'
16-
s.osx.deployment_target = '10.6'
16+
s.osx.deployment_target = '10.10'
1717

18-
s.ios.source_files = "Framework/iOS/iOS", "Framework/iOS/**/*.{c,h,m,swift}"
19-
s.osx.source_files = "Framework/macOS/macOS", "Framework/macOS/**/*.{c,h,m,swift}"
18+
s.ios.source_files = "Framework/iOS/**/*.{c,h,m,swift}" , "Framework/SwiftOSC/**/*.{c,h,m,swift}"
19+
s.osx.source_files = "Framework/macOS/**/*.{c,h,m,swift}", "Framework/SwiftOSC/**/*.{c,h,m,swift}"
2020

21-
# s.ios.public_header_files = 'Framework/iOS/**/*.h'
22-
# s.osx.public_header_files = 'Framework/macOS/**/*.h'
2321

2422
end

0 commit comments

Comments
 (0)