Skip to content

Commit

Permalink
pod spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyxo committed Jan 7, 2015
1 parent 94b4c1a commit df36315
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ProtocolBuffers-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ Pod::Spec.new do |s|
LICENSE
}

# s.xcconfig = { 'PRODUCT_NAME' => 'ProtocolBuffers', 'PRODUCT_MODULE_NAME' => 'ProtocolBuffers' }

s.author = { "Alexey Khokhlov" => "[email protected]" }

s.authors = { "Alexey Khokhlov" => "[email protected]" }

s.ios.deployment_target = '8.0'
Expand All @@ -37,6 +34,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/alexeyxo/protobuf-swift.git", :tag => "v1.3" }
s.source_files = 'src/ProtocolBuffers/runtime-pb-swift/*.{swift}'
s.requires_arc = true
# s.public_header_files = ["src/ProtocolBuffers/runtime-pb-swift/*.h"]
s.frameworks = 'Foundation'
end
6 changes: 6 additions & 0 deletions src/ProtocolBuffers/ProtocolBuffers.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@
};
3F85569819C71BCF003802F2 = {
CreatedOnToolsVersion = 6.0;
DevelopmentTeam = E2CF282YV9;
};
3F8556A319C71BCF003802F2 = {
CreatedOnToolsVersion = 6.0;
Expand Down Expand Up @@ -647,6 +648,8 @@
3F4106301A1A667800742090 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -672,6 +675,7 @@
3F4106311A1A667800742090 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
Expand Down Expand Up @@ -818,6 +822,7 @@
3F8556AD19C71BCF003802F2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -835,6 +840,7 @@
3F8556AE19C71BCF003802F2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down

0 comments on commit df36315

Please sign in to comment.