Skip to content

Commit

Permalink
Toggling the flag for build only for VALID_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajtaneja86 committed Sep 29, 2017
1 parent 32844b8 commit 72e91f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions AcceptSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ENABLE_BITCODE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.2;
VALID_ARCHS = "arm64 armv7 armv7s";
Expand All @@ -759,7 +759,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ENABLE_BITCODE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.2;
VALID_ARCHS = "arm64 armv7 armv7s";
Expand Down
2 changes: 1 addition & 1 deletion AuthorizeNetAccept.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.name = 'AuthorizeNetAccept'
s.authors = 'Authorize.Net'
s.version = '0.0.8'
s.version = '0.0.9'
s.summary = 'Authorize.Net Accept SDK for iOS'
s.homepage = 'https://developer.authorize.net'

Expand Down

0 comments on commit 72e91f1

Please sign in to comment.