mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Remove smudging workarounds.
This commit is contained in:
parent
d2653e95ea
commit
e42977a7b0
@ -5656,7 +5656,6 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
GIT_LFS_SKIP_SMUDGE = on;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
@ -5732,7 +5731,6 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
GIT_LFS_SKIP_SMUDGE = on;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER)";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
|
@ -76,9 +76,6 @@ lane :alpha do
|
||||
end
|
||||
|
||||
lane :unit_tests do
|
||||
# Xcode fails to check out Compound snapshots. We don't need them so skip smudging.
|
||||
ENV["GIT_LFS_SKIP_SMUDGE"] = "true"
|
||||
|
||||
run_tests(
|
||||
scheme: "UnitTests",
|
||||
device: 'iPhone 14 (16.4)',
|
||||
@ -96,9 +93,6 @@ lane :unit_tests do
|
||||
end
|
||||
|
||||
lane :ui_tests do |options|
|
||||
# Xcode fails to check out Compound snapshots. We don't need them so skip smudging.
|
||||
ENV["GIT_LFS_SKIP_SMUDGE"] = "true"
|
||||
|
||||
# Use a fresh simulator state to ensure hardware keyboard isn't attached.
|
||||
reset_simulator_contents()
|
||||
|
||||
@ -142,9 +136,6 @@ end
|
||||
|
||||
|
||||
lane :integration_tests do
|
||||
# Xcode fails to check out Compound snapshots. We don't need them so skip smudging.
|
||||
ENV["GIT_LFS_SKIP_SMUDGE"] = "true"
|
||||
|
||||
clear_derived_data()
|
||||
|
||||
create_simulator_if_necessary(
|
||||
|
@ -20,7 +20,6 @@ options:
|
||||
postGenCommand: cd Tools/XcodeGen && sh postGenCommand.sh
|
||||
|
||||
settings:
|
||||
GIT_LFS_SKIP_SMUDGE: "on"
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: "colors/accent-color"
|
||||
ENABLE_BITCODE: NO
|
||||
|
Loading…
x
Reference in New Issue
Block a user