File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ xcode-select --install
27
27
<td width =" 33% " ><code >sudo gem install fastlane -NV</code ></td >
28
28
</tr >
29
29
</table >
30
+
30
31
# Available Actions
31
32
## iOS
32
33
### ios icons
Original file line number Diff line number Diff line change 6
6
// Copyright © 2015 Felix Krause. All rights reserved.
7
7
//
8
8
9
+ // -----------------------------------------------------
10
+ // IMPORTANT: When modifying this file, make sure to
11
+ // increment the version number at the very
12
+ // bottom of the file to notify users about
13
+ // the new SnapshotHelper.swift
14
+ // -----------------------------------------------------
15
+
9
16
import Foundation
10
17
import XCTest
11
18
@@ -145,7 +152,7 @@ open class Snapshot: NSObject {
145
152
print ( " Can't prepare environment. Simulator home location is inaccessible. Does \( simulatorHostHome) exist? " )
146
153
return nil
147
154
}
148
- homeDir = homeDirUrl
155
+ homeDir = URL ( fileURLWithPath : homeDirUrl. path )
149
156
#endif
150
157
return homeDir. appendingPathComponent ( " Library/Caches/tools.fastlane " )
151
158
}
@@ -163,4 +170,4 @@ extension XCUIElement {
163
170
164
171
// Please don't remove the lines below
165
172
// They are used to detect outdated configuration files
166
- // SnapshotHelperVersion [1.3 ]
173
+ // SnapshotHelperVersion [1.4 ]
You can’t perform that action at this time.
0 commit comments