Skip to content

Commit

Permalink
Add icon for static library
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyfinch committed May 5, 2024
1 parent 67214e6 commit a39a536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/XTreeKit/Common/Inputs/XcodeProjectReader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ final class XcodeProjectReader {
return .init(sfSymbol: "checkmark.diamond.fill", primaryColor: 0xFFFFFF, secondaryColor: 0x57AB59)
} else if pbxTarget.productType == .application {
return .init(sfSymbol: "app.fill", primaryColor: 0xADBAC7, secondaryColor: nil)
} else if pbxTarget.productType == .staticLibrary {
return .init(sfSymbol: "building.columns.fill", primaryColor: 0xa2bdcc, secondaryColor: nil)
}
return nil
}
Expand Down

0 comments on commit a39a536

Please sign in to comment.