Skip to content

Commit 824417e

Browse files
committed
Migrate from FB Snapshot to Pointfree snapshot testing
1 parent 2c047ce commit 824417e

File tree

232 files changed

+178
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+178
-187
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Gemfile.lock
4545
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
4646
# Packages/
4747
.build/
48+
.spm-build
4849

4950
# CocoaPods
5051
#

.swiftpm/xcode/xcshareddata/xcschemes/WeScan.xcscheme

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1220"
3+
LastUpgradeVersion = "1410"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -14,9 +14,9 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "WeScan"
18-
BuildableName = "WeScan"
19-
BlueprintName = "WeScan"
17+
BlueprintIdentifier = "WeScan_WeScan"
18+
BuildableName = "WeScan_WeScan"
19+
BlueprintName = "WeScan_WeScan"
2020
ReferencedContainer = "container:">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -34,6 +34,34 @@
3434
ReferencedContainer = "container:">
3535
</BuildableReference>
3636
</BuildActionEntry>
37+
<BuildActionEntry
38+
buildForTesting = "YES"
39+
buildForRunning = "YES"
40+
buildForProfiling = "YES"
41+
buildForArchiving = "YES"
42+
buildForAnalyzing = "YES">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "WeScan"
46+
BuildableName = "WeScan"
47+
BlueprintName = "WeScan"
48+
ReferencedContainer = "container:">
49+
</BuildableReference>
50+
</BuildActionEntry>
51+
<BuildActionEntry
52+
buildForTesting = "YES"
53+
buildForRunning = "YES"
54+
buildForProfiling = "NO"
55+
buildForArchiving = "NO"
56+
buildForAnalyzing = "YES">
57+
<BuildableReference
58+
BuildableIdentifier = "primary"
59+
BlueprintIdentifier = "WeScanTests"
60+
BuildableName = "WeScanTests"
61+
BlueprintName = "WeScanTests"
62+
ReferencedContainer = "container:">
63+
</BuildableReference>
64+
</BuildActionEntry>
3765
</BuildActionEntries>
3866
</BuildAction>
3967
<TestAction
@@ -74,9 +102,9 @@
74102
<MacroExpansion>
75103
<BuildableReference
76104
BuildableIdentifier = "primary"
77-
BlueprintIdentifier = "WeScan"
78-
BuildableName = "WeScan"
79-
BlueprintName = "WeScan"
105+
BlueprintIdentifier = "WeScan_WeScan"
106+
BuildableName = "WeScan_WeScan"
107+
BlueprintName = "WeScan_WeScan"
80108
ReferencedContainer = "container:">
81109
</BuildableReference>
82110
</MacroExpansion>

Dangerfile.swift

Lines changed: 0 additions & 4 deletions
This file was deleted.

WeScan.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Example/WeScan.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

WeScan.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to Example/WeScan.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

WeScan.xcodeproj/xcshareddata/xcschemes/WeScan.xcscheme renamed to Example/WeScan.xcodeproj/xcshareddata/xcschemes/WeScan.xcscheme

File renamed without changes.
File renamed without changes.

WeScanSampleProject/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to Example/WeScanSampleProject/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)