From 2c1959d7c951a5d571c917a057ab93984bbad8ed Mon Sep 17 00:00:00 2001 From: Jason Morcos Date: Sun, 1 Jan 2023 16:10:50 -0800 Subject: [PATCH] Remove block against ARM-based simulators --- MOBAdvertising.podspec | 4 +--- _Project/MOBAdvertising.xcodeproj/project.pbxproj | 4 ---- _Project/Podfile | 4 +--- _Project/Sources/Info.plist | 2 +- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/MOBAdvertising.podspec b/MOBAdvertising.podspec index 58ae182..825d3b0 100755 --- a/MOBAdvertising.podspec +++ b/MOBAdvertising.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MOBAdvertising' - s.version = '8.0.1' + s.version = '8.0.2' s.summary = 'A wrapper for GogleMobileAds that allows one to present banner ads that show with any application, including a tab bar application' s.homepage = 'https://github.com/Moballo-LLC/MOBAdvertising' s.license = 'MIT' @@ -8,8 +8,6 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/Moballo-LLC/MOBAdvertising.git', :tag => s.version.to_s } s.platforms = { :ios => "10.0" } - s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'EXCLUDED_ARCHS[sdk=iphoneos*]' => 'x86_64' } - s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'EXCLUDED_ARCHS[sdk=iphoneos*]' => 'x86_64' } s.swift_version = '5.0' s.dependency 'Google-Mobile-Ads-SDK', '~> 9.14' diff --git a/_Project/MOBAdvertising.xcodeproj/project.pbxproj b/_Project/MOBAdvertising.xcodeproj/project.pbxproj index 6c68dff..b1007ee 100644 --- a/_Project/MOBAdvertising.xcodeproj/project.pbxproj +++ b/_Project/MOBAdvertising.xcodeproj/project.pbxproj @@ -434,8 +434,6 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_BITCODE = YES; - "EXCLUDED_ARCHS[sdk=iphoneos*]" = x86_64; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Sources/Info.plist; @@ -479,8 +477,6 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_BITCODE = YES; ENABLE_TESTABILITY = YES; - "EXCLUDED_ARCHS[sdk=iphoneos*]" = x86_64; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; FRAMEWORK_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Sources/Info.plist; diff --git a/_Project/Podfile b/_Project/Podfile index 5902028..495eff1 100644 --- a/_Project/Podfile +++ b/_Project/Podfile @@ -12,12 +12,10 @@ post_install do |installer| # build active architecture only (Debug build all) config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO' + config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' config.build_settings['ENABLE_BITCODE'] = 'YES' - config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" - config.build_settings["EXCLUDED_ARCHS[sdk=iphoneos*]"] = "x86_64" - if config.name == 'Release' || config.name == 'Pro' config.build_settings['BITCODE_GENERATION_MODE'] = 'bitcode' else # Debug diff --git a/_Project/Sources/Info.plist b/_Project/Sources/Info.plist index c1594f4..27b88b6 100755 --- a/_Project/Sources/Info.plist +++ b/_Project/Sources/Info.plist @@ -9,7 +9,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion - 8.0.1 + 8.0.2 CFBundleName $(PRODUCT_NAME) CFBundlePackageType