Skip to content

Commit

Permalink
Merge pull request #195 from heremaps/MSDKUI-2357
Browse files Browse the repository at this point in the history
MSDKUI-2357: Excluded arm64 for simulator
  • Loading branch information
ephmoc authored Dec 18, 2020
2 parents 5e78afd + 8a57f38 commit 941854a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HEREMapsUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ Pod::Spec.new do |s|
'MSDKUI' => ['MSDKUI/Assets/*.png', 'MSDKUI/Assets/*.xib', 'MSDKUI/Assets/*.lproj']
}
s.dependency 'HEREMaps', '3.17.2'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
3 changes: 3 additions & 0 deletions MSDKUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -2170,6 +2171,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down Expand Up @@ -2488,6 +2490,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
EarlGrey: 455e5597ae5ccaca92cd46b81d8b25cacec060a1
HEREMaps: 8ddbfefc38a2c18a273bee79d8aaeb793f6f758d
HEREMapsUI: 9be95d775b555c63dfb88e1a59ccc35cf94ee3da
HEREMapsUI: 883f4b1559c5d6bea24d4b912151eda7248157c4
OCMock: 75fbeaa46a9b11f8c182bbb1d1f7e9a35ccc9955
SwiftLint: c585ebd615d9520d7fbdbe151f527977b0534f1e

Expand Down

0 comments on commit 941854a

Please sign in to comment.