Skip to content

Commit

Permalink
Updated pod spec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshuvi committed Jan 2, 2018
1 parent 0b69457 commit 66bf711
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
9 changes: 3 additions & 6 deletions SwiftCSVExport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
# s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
# s.tvos.deployment_target = "9.0"


# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -93,10 +93,7 @@ Pod::Spec.new do |s|
# s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"
s.test_spec 'SwiftCSVExportTests' do |test_spec|
test_spec.source_files = 'SwiftCSVExportTests//**/*.{h,m,swift}'
test_spec.dependency 'OCMock'
end



# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -119,7 +116,7 @@ Pod::Spec.new do |s|
# the lib prefix of their name.
#

# s.framework = "SomeFramework"
s.framework = "Foundation"
# s.frameworks = "SomeFramework", "AnotherFramework"

# s.library = "iconv"
Expand Down
11 changes: 7 additions & 4 deletions SwiftCSVExport.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@
};
0B54EBEF1E499C1B0043976B = {
CreatedOnToolsVersion = 8.1;
DevelopmentTeam = 7FUQA46NH7;
ProvisioningStyle = Automatic;
ProvisioningStyle = Manual;
};
0B54EBF71E499C1B0043976B = {
CreatedOnToolsVersion = 8.1;
Expand Down Expand Up @@ -578,9 +577,10 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 7FUQA46NH7;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -592,6 +592,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = vigneshuvi.SwiftCSVExportOSX;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
Expand All @@ -603,9 +604,10 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 7FUQA46NH7;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -617,6 +619,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = vigneshuvi.SwiftCSVExportOSX;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
Expand Down

0 comments on commit 66bf711

Please sign in to comment.