diff --git a/Tusker/Assets.xcassets/Contents.json b/Tusker/Assets.xcassets/Contents.json index da4a164c..73c00596 100644 --- a/Tusker/Assets.xcassets/Contents.json +++ b/Tusker/Assets.xcassets/Contents.json @@ -1,6 +1,6 @@ { "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/Tusker/Assets.xcassets/link.broken.symbolset/Contents.json b/Tusker/Assets.xcassets/link.broken.symbolset/Contents.json new file mode 100644 index 00000000..731cca6f --- /dev/null +++ b/Tusker/Assets.xcassets/link.broken.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "link.broken 3.svg", + "idiom" : "universal" + } + ] +} diff --git a/Tusker/Assets.xcassets/link.broken.symbolset/link.broken 3.svg b/Tusker/Assets.xcassets/link.broken.symbolset/link.broken 3.svg new file mode 100644 index 00000000..639f6913 --- /dev/null +++ b/Tusker/Assets.xcassets/link.broken.symbolset/link.broken 3.svg @@ -0,0 +1,527 @@ + + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.3.0 + Requires Xcode 13 or greater + Generated from link + Typeset at 100 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Tusker/Views/Status/StatusMetaIndicatorsView.swift b/Tusker/Views/Status/StatusMetaIndicatorsView.swift index 0524c4c0..edbb7c35 100644 --- a/Tusker/Views/Status/StatusMetaIndicatorsView.swift +++ b/Tusker/Views/Status/StatusMetaIndicatorsView.swift @@ -29,7 +29,7 @@ class StatusMetaIndicatorsView: UIView { } if allowedIndicators.contains(.localOnly) && status.localOnly { - images.append(UIImage(systemName: "house")!) + images.append(UIImage(named: "link.broken")!) } self.images = []