diff --git a/.swiftlint.yml b/.swiftlint.yml index e65fa4663..48c176560 100755 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -12,13 +12,12 @@ opt_in_rules: - trailing_closure included: - - ElementX - - UnitTests - - UITests + - "*/Sources/*" - Tools/Scripts/Templates excluded: - - IntegrationTests - - ElementX/Sources/Generated + - "*/Sources/Generated/*" + - IntegrationTests # prints to stdout for performance tests. + - Tools/Sources # Our command-line tools use a lot of print commands. line_length: warning: 250 diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 360412b92..9600ff97a 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -3066,7 +3066,6 @@ isa = PBXGroup; children = ( 01C4C7DB37597D7D8379511A /* Assets.xcassets */, - D174C6E7DCA00AAFC0169925 /* ElementCall */, A0C06C0F6A8621B22BFAEB56 /* Localizations */, 8AEA6A91159FA0D3EAFCCB0D /* Sounds */, ); @@ -5504,13 +5503,6 @@ path = ShareExtension; sourceTree = ""; }; - D174C6E7DCA00AAFC0169925 /* ElementCall */ = { - isa = PBXGroup; - children = ( - ); - path = ElementCall; - sourceTree = ""; - }; D382E465AF067C1BF888BF8E /* View */ = { isa = PBXGroup; children = ( diff --git a/ElementX.xcodeproj/xcshareddata/xcschemes/PreviewTests.xcscheme b/ElementX.xcodeproj/xcshareddata/xcschemes/PreviewTests.xcscheme index 86b8247e9..3d2a81967 100644 --- a/ElementX.xcodeproj/xcshareddata/xcschemes/PreviewTests.xcscheme +++ b/ElementX.xcodeproj/xcshareddata/xcschemes/PreviewTests.xcscheme @@ -4,7 +4,8 @@ version = "1.7"> + buildImplicitDependencies = "YES" + runPostActionsOnFailure = "NO"> + + + + + + + + - - - - + + + + = 0.11.0, < 2.a) google-apis-storage_v1 (0.31.0) google-apis-core (>= 0.11.0, < 2.a) - google-cloud-core (1.8.0) + google-cloud-core (1.7.1) google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) google-cloud-env (1.6.0) faraday (>= 0.17.3, < 3.0) - google-cloud-errors (1.5.0) + google-cloud-errors (1.4.0) google-cloud-storage (1.47.0) addressable (~> 2.8) digest-crc (~> 0.4)