Skip to content

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Roth authored and Devin Roth committed Nov 30, 2017
1 parent b4d216a commit f15c6b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Framework/macOS/macOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.6;
MACOSX_DEPLOYMENT_TARGET = 10.10;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.devinrothmusic.SwiftOSC;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -416,7 +416,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.6;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.devinrothmusic.SwiftOSC;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
8 changes: 3 additions & 5 deletions SwiftOSC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ SwiftOSC is an Open Sound Control client and server framework written in Swift.
s.source = { :git => 'https://github.com/devinroth/SwiftOSC.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.6'
s.osx.deployment_target = '10.10'

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

# s.ios.public_header_files = 'Framework/iOS/**/*.h'
# s.osx.public_header_files = 'Framework/macOS/**/*.h'

end

0 comments on commit f15c6b4

Please sign in to comment.