Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cemolcay committed Mar 8, 2018
1 parent 34f835d commit c4d2f31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions MIDIEventKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Requirements
----
* Swift 4.0+
* iOS 8.0+
* macOS 11.0+
* macOS 10.9+
Install
----
Expand Down Expand Up @@ -84,11 +84,11 @@ Send or receive `MIDIPacket`s or `MIDIPacketList`s from `CoreMIDI` or [AudioKit]
#

# s.platform = :ios
s.platform = :ios, "8.0"
# s.platform = :ios, "8.0"

# When using multiple platforms
# s.ios.deployment_target = "5.0"
# s.osx.deployment_target = "10.7"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"

Expand Down
6 changes: 4 additions & 2 deletions MIDIEventKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = F40C8B9623A92EBA39F925C8 /* Pods-MIDIEventKit iOS.debug.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
Expand All @@ -704,6 +705,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 232D2816BBD0388804ED3C0C /* Pods-MIDIEventKit iOS.release.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -830,7 +832,7 @@
DEVELOPMENT_TEAM = 77Y3N48SNF;
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = com.cemolcay.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand All @@ -850,7 +852,7 @@
DEVELOPMENT_TEAM = 77Y3N48SNF;
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = com.cemolcay.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
Expand Down

0 comments on commit c4d2f31

Please sign in to comment.