Skip to content

Commit

Permalink
Merge pull request #339 from WeTransfer/feature/update-ci
Browse files Browse the repository at this point in the history
Update CI to latest
  • Loading branch information
AvdLee authored Dec 7, 2022
2 parents 947da17 + 909a44e commit 07c0104
Show file tree
Hide file tree
Showing 222 changed files with 1,848 additions and 2,672 deletions.
22 changes: 1 addition & 21 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ xcuserdata/
*.dSYM.zip
*.dSYM

## Keys
Shared/Keys.swift
secret/
scripts/FirebaseCrashreportingKeys/
scripts/firebaseKeys

## Playgrounds
timeline.xctimeline
playground.xcworkspace
Expand All @@ -45,21 +39,7 @@ Gemfile.lock
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.

Carthage/Checkouts
Carthage/Build
.spm-build

# fastlane
#
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
path = Submodules/WeTransfer-iOS-CI
url = https://github.com/WeTransfer/WeTransfer-iOS-CI.git
branch = master
[submodule "Submodules/ios-snapshot-test-case"]
path = Submodules/ios-snapshot-test-case
url = https://github.com/uber/ios-snapshot-test-case.git
60 changes: 56 additions & 4 deletions .swiftpm/xcode/xcshareddata/xcschemes/WeScan.xcscheme
Original file line number Diff line number Diff line change
@@ -1,11 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1220"
LastUpgradeVersion = "1410"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "WeScan_WeScan"
BuildableName = "WeScan_WeScan"
BlueprintName = "WeScan_WeScan"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "WeScan_WeScanTests"
BuildableName = "WeScan_WeScanTests"
BlueprintName = "WeScan_WeScanTests"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
Expand All @@ -20,6 +48,20 @@
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "WeScanTests"
BuildableName = "WeScanTests"
BlueprintName = "WeScanTests"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
Expand All @@ -28,6 +70,16 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "WeScanTests"
BuildableName = "WeScanTests"
BlueprintName = "WeScanTests"
ReferencedContainer = "container:">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand All @@ -50,9 +102,9 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "WeScan"
BuildableName = "WeScan"
BlueprintName = "WeScan"
BlueprintIdentifier = "WeScan_WeScan"
BuildableName = "WeScan_WeScan"
BlueprintName = "WeScan_WeScan"
ReferencedContainer = "container:">
</BuildableReference>
</MacroExpansion>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>WeScan.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
4 changes: 0 additions & 4 deletions Dangerfile.swift

This file was deleted.

Loading

0 comments on commit 07c0104

Please sign in to comment.