Skip to content

Commit

Permalink
feat(sdds-acore/icons): New icons were added from plasma v1.210.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Salute iOS Team authored and vkaltyrin committed Dec 26, 2024
1 parent 8bac173 commit 3603fe8
Show file tree
Hide file tree
Showing 13,122 changed files with 4,404 additions and 74,455 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
183 changes: 183 additions & 0 deletions SDDSIcons/Generated/Assets.swift

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SDDSIcons/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.target(
name: "SDDSIcons",
dependencies: [],
path: "Sources/SDDSIcons",
path: "SDDSIcons",
resources: [
.process("Assets.xcassets")
]
Expand Down
34 changes: 10 additions & 24 deletions SDDSIcons/SDDSIcons.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
242BF24F2BBC687700E4D112 /* Assets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 242BF24E2BBC687700E4D112 /* Assets.swift */; };
2430DEA02BB5B53B00277123 /* SDDSIcons.docc in Sources */ = {isa = PBXBuildFile; fileRef = 2430DE9F2BB5B53B00277123 /* SDDSIcons.docc */; };
2430DEA62BB5B53B00277123 /* SDDSIcons.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DE9B2BB5B53B00277123 /* SDDSIcons.framework */; };
2430DEAB2BB5B53B00277123 /* SDDSIconsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2430DEAA2BB5B53B00277123 /* SDDSIconsTests.swift */; };
2430DEAC2BB5B53B00277123 /* SDDSIcons.h in Headers */ = {isa = PBXBuildFile; fileRef = 2430DE9E2BB5B53B00277123 /* SDDSIcons.h */; settings = {ATTRIBUTES = (Public, ); }; };
814F719C2C58CEBB006385E4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 814F719B2C58CEBB006385E4 /* Assets.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -41,18 +38,19 @@

/* Begin PBXFileReference section */
242BF2472BBC673300E4D112 /* swiftgen.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = swiftgen.yml; sourceTree = "<group>"; };
242BF24E2BBC687700E4D112 /* Assets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Assets.swift; sourceTree = "<group>"; };
242BF2552BBD8AB000E4D112 /* assets.stencil */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = assets.stencil; sourceTree = "<group>"; };
242BF2582BBD941D00E4D112 /* build_xcframework.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_xcframework.sh; sourceTree = "<group>"; };
242BF26B2BBDA47A00E4D112 /* SDDSIcons.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = SDDSIcons.xcframework; sourceTree = "<group>"; };
2430DE9B2BB5B53B00277123 /* SDDSIcons.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDDSIcons.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2430DE9E2BB5B53B00277123 /* SDDSIcons.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDDSIcons.h; sourceTree = "<group>"; };
2430DE9F2BB5B53B00277123 /* SDDSIcons.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = SDDSIcons.docc; sourceTree = "<group>"; };
2430DEA52BB5B53B00277123 /* SDDSIconsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SDDSIconsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2430DEAA2BB5B53B00277123 /* SDDSIconsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSIconsTests.swift; sourceTree = "<group>"; };
243C6C462BBF14E900525EAD /* info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = info.plist; sourceTree = "<group>"; };
814F718F2C58CA7E006385E4 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
814F719B2C58CEBB006385E4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
817FF89D2D1D8C300090E989 /* SDDSIcons.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDDSIcons.h; sourceTree = "<group>"; };
817FF89E2D1D8C300090E989 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
817FF89F2D1D8C300090E989 /* SDDSIcons.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = SDDSIcons.docc; sourceTree = "<group>"; };
817FF8A02D1D8C300090E989 /* SDDSIcons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSIcons.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -101,8 +99,8 @@
2430DE912BB5B53B00277123 = {
isa = PBXGroup;
children = (
817FF89C2D1D8C300090E989 /* SDDSIcons */,
2430DE9F2BB5B53B00277123 /* SDDSIcons.docc */,
814F71912C58CB4F006385E4 /* Sources */,
814F718F2C58CA7E006385E4 /* Package.swift */,
243C6C462BBF14E900525EAD /* info.plist */,
242BF2472BBC673300E4D112 /* swiftgen.yml */,
Expand Down Expand Up @@ -131,20 +129,13 @@
path = SDDSIconsTests;
sourceTree = "<group>";
};
814F71912C58CB4F006385E4 /* Sources */ = {
817FF89C2D1D8C300090E989 /* SDDSIcons */ = {
isa = PBXGroup;
children = (
814F71922C58CB4F006385E4 /* SDDSIcons */,
);
path = Sources;
sourceTree = "<group>";
};
814F71922C58CB4F006385E4 /* SDDSIcons */ = {
isa = PBXGroup;
children = (
814F719B2C58CEBB006385E4 /* Assets.xcassets */,
242BF24E2BBC687700E4D112 /* Assets.swift */,
2430DE9E2BB5B53B00277123 /* SDDSIcons.h */,
817FF89D2D1D8C300090E989 /* SDDSIcons.h */,
817FF89E2D1D8C300090E989 /* Assets.xcassets */,
817FF89F2D1D8C300090E989 /* SDDSIcons.docc */,
817FF8A02D1D8C300090E989 /* SDDSIcons.swift */,
);
path = SDDSIcons;
sourceTree = "<group>";
Expand All @@ -156,7 +147,6 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
2430DEAC2BB5B53B00277123 /* SDDSIcons.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -246,7 +236,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
814F719C2C58CEBB006385E4 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -306,7 +295,6 @@
buildActionMask = 2147483647;
files = (
2430DEA02BB5B53B00277123 /* SDDSIcons.docc in Sources */,
242BF24F2BBC687700E4D112 /* Assets.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -553,7 +541,6 @@
2430DEB32BB5B53B00277123 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = KDMYYG676V;
Expand All @@ -574,7 +561,6 @@
2430DEB42BB5B53B00277123 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = KDMYYG676V;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "BirrFill-16@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "BirrFill-16@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "BirrFill-16@3x.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "BirrFill-24@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "BirrFill-24@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "BirrFill-24@3x.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "BirrFill-36@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "BirrFill-36@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "BirrFill-36@3x.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "BirrOutline-16@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "BirrOutline-16@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "BirrOutline-16@3x.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "BirrOutline-24@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "BirrOutline-24@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "BirrOutline-24@3x.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "BirrOutline-36@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "BirrOutline-36@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "BirrOutline-36@3x.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions SDDSIcons/SDDSIcons/Assets.xcassets/Clown16.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "Clown-16@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "Clown-16@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "Clown-16@3x.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions SDDSIcons/SDDSIcons/Assets.xcassets/Clown24.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "Clown-24@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "Clown-24@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "Clown-24@3x.png"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions SDDSIcons/SDDSIcons/Assets.xcassets/Clown36.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "Clown-36@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "Clown-36@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "Clown-36@3x.png"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "CoinBirrFallingFill-16@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "CoinBirrFallingFill-16@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "CoinBirrFallingFill-16@3x.png"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"images": [
{
"scale": "1x",
"idiom": "universal",
"filename": "CoinBirrFallingFill-24@1x.png"
},
{
"scale": "2x",
"idiom": "universal",
"filename": "CoinBirrFallingFill-24@2x.png"
},
{
"scale": "3x",
"idiom": "universal",
"filename": "CoinBirrFallingFill-24@3x.png"
}
]
}
Loading

0 comments on commit 3603fe8

Please sign in to comment.