Skip to content
Merged

v3.0 #235

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Resources/AppIcon.icon/Assets/noun-activity-680031.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions Resources/AppIcon.icon/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"fill" : {
"linear-gradient" : [
"display-p3:0.27726,0.27726,0.27726,1.00000",
"display-p3:0.18033,0.18033,0.18033,1.00000"
]
},
"groups" : [
{
"blend-mode" : "normal",
"blur-material" : null,
"hidden" : false,
"layers" : [
{
"blend-mode" : "normal",
"fill-specializations" : [
{
"value" : {
"linear-gradient" : [
"display-p3:0.99663,0.99663,0.99663,1.00000",
"display-p3:0.89697,0.89697,0.89697,1.00000"
]
}
},
{
"appearance" : "dark",
"value" : {
"linear-gradient" : [
"display-p3:0.99663,0.99663,0.99663,1.00000",
"display-p3:0.89697,0.89697,0.89697,1.00000"
]
}
}
],
"glass" : true,
"hidden" : false,
"image-name" : "noun-activity-680031.svg",
"name" : "noun-activity-680031",
"opacity" : 0.9,
"position" : {
"scale" : 6,
"translation-in-points" : [
30,
90
]
}
}
],
"lighting" : "individual",
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"specular" : false,
"translucency" : {
"enabled" : false,
"value" : 0.5
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}
68 changes: 0 additions & 68 deletions Resources/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions Resources/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
<string></string>
<string>AppIcon.icon</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
62 changes: 33 additions & 29 deletions stts.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stts.xcodeproj/xcshareddata/xcschemes/stts.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1540"
LastUpgradeVersion = "2600"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
1 change: 1 addition & 0 deletions stts/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ struct Preferences {
"Intercom": "IntercomUS", // v2.24
"Lumanox": "FilesCom", // v2.25
"FirefoxRelay": "Mozilla", // v2.25
"Sendinblue": "Brevo", // v2.25
// Generated services
"FirebaseMLKit": "FirebaseMachineLearning"
]
Expand Down
Loading