-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a18b679
commit 2b09df8
Showing
10 changed files
with
2,678 additions
and
2,455 deletions.
There are no files selected for viewing
4,909 changes: 2,454 additions & 2,455 deletions
4,909
Sources/OversizeUI/Generated/GeneratedIcons.swift
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
// swiftlint:disable all | ||
// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen | ||
|
||
import SwiftUI | ||
|
||
|
||
// swiftlint:disable superfluous_disable_command file_length implicit_return | ||
|
||
// MARK: - Asset Catalogs | ||
|
||
// swiftlint:disable identifier_name line_length nesting type_body_length type_name | ||
public enum Images { | ||
|
||
public static let allImages: [Image] = [ | ||
Appearance.dark, | ||
Appearance.light, | ||
Appearance.system, | ||
avatar, | ||
Status.error, | ||
Status.success, | ||
Status.warning, | ||
] | ||
public static let allNames: [String] = [ | ||
"", | ||
"Avatar", | ||
"", | ||
] | ||
public enum Appearance { | ||
public static let allImages: [Image] = [ | ||
dark, | ||
light, | ||
system, | ||
] | ||
public static let allNames: [String] = [ | ||
"Dark", | ||
"Light", | ||
"System", | ||
] | ||
public static let dark: Image = .init("Dark", bundle: .module) | ||
public static let darkName: String = "Dark" | ||
public static let light: Image = .init("Light", bundle: .module) | ||
public static let lightName: String = "Light" | ||
public static let system: Image = .init("System", bundle: .module) | ||
public static let systemName: String = "System" | ||
} | ||
public static let avatar: Image = .init("Avatar", bundle: .module) | ||
public static let avatarName: String = "Avatar" | ||
public enum Status { | ||
public static let allImages: [Image] = [ | ||
error, | ||
success, | ||
warning, | ||
] | ||
public static let allNames: [String] = [ | ||
"Error", | ||
"Success", | ||
"Warning", | ||
] | ||
public static let error: Image = .init("Error", bundle: .module) | ||
public static let errorName: String = "Error" | ||
public static let success: Image = .init("Success", bundle: .module) | ||
public static let successName: String = "Success" | ||
public static let warning: Image = .init("Warning", bundle: .module) | ||
public static let warningName: String = "Warning" | ||
} | ||
} | ||
// swiftlint:enable identifier_name line_length nesting type_body_length type_name | ||
|
||
// MARK: - Implementation Details | ||
|
||
|
||
|
||
// swiftlint:disable convenience_type | ||
private final class BundleToken { | ||
static let bundle: Bundle = { | ||
#if SWIFT_PACKAGE | ||
return Bundle.module | ||
#else | ||
return Bundle(for: BundleToken.self) | ||
#endif | ||
}() | ||
} | ||
// swiftlint:enable convenience_type |
6 changes: 6 additions & 0 deletions
6
Sources/OversizeUI/Resources/Images.xcassets/Status/Contents.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
Sources/OversizeUI/Resources/Images.xcassets/Status/Error.imageset/Contents.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Error.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
Sources/OversizeUI/Resources/Images.xcassets/Status/Error.imageset/Error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
Sources/OversizeUI/Resources/Images.xcassets/Status/Success.imageset/Contents.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Success.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
Sources/OversizeUI/Resources/Images.xcassets/Status/Success.imageset/Success.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
Sources/OversizeUI/Resources/Images.xcassets/Status/Warning.imageset/Contents.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Warning.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
Sources/OversizeUI/Resources/Images.xcassets/Status/Warning.imageset/Warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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