This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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>FILEHEADER</key> | |
| <string></string> | |
| </dict> | |
| </plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Foundation | |
| final class URLProtocolMock: URLProtocol { | |
| static var testURLs = [URL?: Data]() | |
| static var response: URLResponse? | |
| static var error: Error? | |
| static func reset() { | |
| testURLs.removeAll() | |
| response = nil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Comment: > | |
| Rules Supports autocorrection: | |
| - anyobject_protocol | |
| - closing_brace | |
| - closure_end_indentation | |
| - closure_spacing | |
| - colon | |
| - comma | |
| - comment_spacing | |
| - control_statement |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cache: | |
| local: ~/Library/Caches/Rome | |
| repositoryMap: | |
| - core-networking: | |
| - name: CoreNetwork | |
| - FirebaseAnalyticsBinary: | |
| - name: FIRAnalyticsConnector | |
| - name: Firebase | |
| - name: FirebaseAnalytics |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| excluded: | |
| - Carthage | |
| - Pods | |
| disabled_rules: | |
| - trailing_whitespace | |
| opt_in_rules: | |
| - anyobject_protocol | |
| - array_init |