diff --git a/clients/apple/PunktfunkWidgets/Assets.xcassets/AccentColor.colorset/Contents.json b/clients/apple/PunktfunkWidgets/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 00000000..eb878970 --- /dev/null +++ b/clients/apple/PunktfunkWidgets/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/clients/apple/PunktfunkWidgets/Assets.xcassets/AppIcon.appiconset/Contents.json b/clients/apple/PunktfunkWidgets/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..23058801 --- /dev/null +++ b/clients/apple/PunktfunkWidgets/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,35 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "tinted" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/clients/apple/PunktfunkWidgets/Assets.xcassets/Contents.json b/clients/apple/PunktfunkWidgets/Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/clients/apple/PunktfunkWidgets/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/clients/apple/PunktfunkWidgets/Assets.xcassets/WidgetBackground.colorset/Contents.json b/clients/apple/PunktfunkWidgets/Assets.xcassets/WidgetBackground.colorset/Contents.json new file mode 100644 index 00000000..eb878970 --- /dev/null +++ b/clients/apple/PunktfunkWidgets/Assets.xcassets/WidgetBackground.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/clients/apple/Sources/PunktfunkWidgets/HostsWidget.swift b/clients/apple/PunktfunkWidgets/HostsWidget.swift similarity index 100% rename from clients/apple/Sources/PunktfunkWidgets/HostsWidget.swift rename to clients/apple/PunktfunkWidgets/HostsWidget.swift diff --git a/clients/apple/PunktfunkWidgets/Info.plist b/clients/apple/PunktfunkWidgets/Info.plist new file mode 100644 index 00000000..0f118fb7 --- /dev/null +++ b/clients/apple/PunktfunkWidgets/Info.plist @@ -0,0 +1,11 @@ + + + + + NSExtension + + NSExtensionPointIdentifier + com.apple.widgetkit-extension + + + diff --git a/clients/apple/Sources/PunktfunkWidgets/PunktfunkWidgetBundle.swift b/clients/apple/PunktfunkWidgets/PunktfunkWidgetBundle.swift similarity index 100% rename from clients/apple/Sources/PunktfunkWidgets/PunktfunkWidgetBundle.swift rename to clients/apple/PunktfunkWidgets/PunktfunkWidgetBundle.swift diff --git a/clients/apple/Sources/PunktfunkWidgets/SessionLiveActivity.swift b/clients/apple/PunktfunkWidgets/SessionLiveActivity.swift similarity index 100% rename from clients/apple/Sources/PunktfunkWidgets/SessionLiveActivity.swift rename to clients/apple/PunktfunkWidgets/SessionLiveActivity.swift