Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit 75d45ad

Browse files
authored
Migration to SwiftUIExtensions (#39)
* iOS target * macOS target * project update * watchOS target * tvOS target * readme
1 parent 025fe64 commit 75d45ad

File tree

234 files changed

+5370
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+5370
-22
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"images" : [
3+
{
4+
"size" : "24x24",
5+
"idiom" : "watch",
6+
"scale" : "2x",
7+
"role" : "notificationCenter",
8+
"subtype" : "38mm"
9+
},
10+
{
11+
"size" : "27.5x27.5",
12+
"idiom" : "watch",
13+
"scale" : "2x",
14+
"role" : "notificationCenter",
15+
"subtype" : "42mm"
16+
},
17+
{
18+
"size" : "29x29",
19+
"idiom" : "watch",
20+
"role" : "companionSettings",
21+
"scale" : "2x"
22+
},
23+
{
24+
"size" : "29x29",
25+
"idiom" : "watch",
26+
"role" : "companionSettings",
27+
"scale" : "3x"
28+
},
29+
{
30+
"size" : "40x40",
31+
"idiom" : "watch",
32+
"scale" : "2x",
33+
"role" : "appLauncher",
34+
"subtype" : "38mm"
35+
},
36+
{
37+
"size" : "44x44",
38+
"idiom" : "watch",
39+
"scale" : "2x",
40+
"role" : "appLauncher",
41+
"subtype" : "40mm"
42+
},
43+
{
44+
"size" : "50x50",
45+
"idiom" : "watch",
46+
"scale" : "2x",
47+
"role" : "appLauncher",
48+
"subtype" : "44mm"
49+
},
50+
{
51+
"size" : "86x86",
52+
"idiom" : "watch",
53+
"scale" : "2x",
54+
"role" : "quickLook",
55+
"subtype" : "38mm"
56+
},
57+
{
58+
"size" : "98x98",
59+
"idiom" : "watch",
60+
"scale" : "2x",
61+
"role" : "quickLook",
62+
"subtype" : "42mm"
63+
},
64+
{
65+
"size" : "108x108",
66+
"idiom" : "watch",
67+
"scale" : "2x",
68+
"role" : "quickLook",
69+
"subtype" : "44mm"
70+
},
71+
{
72+
"idiom" : "watch-marketing",
73+
"size" : "1024x1024",
74+
"scale" : "1x"
75+
}
76+
],
77+
"info" : {
78+
"version" : 1,
79+
"author" : "xcode"
80+
}
81+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="14815" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="NBu-mt-KyX">
3+
<device id="watch38"/>
4+
<dependencies>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14770"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="14621"/>
7+
</dependencies>
8+
<scenes>
9+
<!--Hosting Controller-->
10+
<scene sceneID="RUd-og-cv4">
11+
<objects>
12+
<hostingController id="NBu-mt-KyX" customClass="HostingController"
13+
customModuleProvider="target"/>
14+
</objects>
15+
<point key="canvasLocation" x="187" y="141"/>
16+
</scene>
17+
<!--Static Notification Interface Controller-->
18+
<scene sceneID="AEw-b0-oYE">
19+
<objects>
20+
<notificationController id="YCC-NB-fut">
21+
<items>
22+
<label alignment="left" text="Alert Label" numberOfLines="0" id="IdU-wH-bcW"/>
23+
</items>
24+
<notificationCategory key="notificationCategory" identifier="myCategory" id="JfB-70-Muf"/>
25+
<connections>
26+
<outlet property="notificationAlertLabel" destination="IdU-wH-bcW" id="JKC-fr-R95"/>
27+
<segue destination="eXb-UN-Cd0" kind="relationship" relationship="dynamicInteractiveNotificationInterface" id="mpB-YA-K8N"/>
28+
</connections>
29+
</notificationController>
30+
</objects>
31+
<point key="canvasLocation" x="187" y="462"/>
32+
</scene>
33+
<!--Notification Hosting Controller-->
34+
<scene sceneID="Niz-AI-uX2">
35+
<objects>
36+
<controller id="eXb-UN-Cd0" customClass="NotificationController"
37+
customModuleProvider="target"/>
38+
</objects>
39+
<point key="canvasLocation" x="488" y="462"/>
40+
</scene>
41+
</scenes>
42+
</document>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>SwiftUIExtensionsDemo WatchKit App</string>
9+
<key>CFBundleExecutable</key>
10+
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>$(PRODUCT_NAME)</string>
17+
<key>CFBundlePackageType</key>
18+
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleVersion</key>
22+
<string>1</string>
23+
<key>UISupportedInterfaceOrientations</key>
24+
<array>
25+
<string>UIInterfaceOrientationPortrait</string>
26+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
27+
</array>
28+
<key>WKWatchKitApp</key>
29+
<true/>
30+
</dict>
31+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "watch",
5+
"scale" : "2x",
6+
"screen-width" : "<=145"
7+
},
8+
{
9+
"idiom" : "watch",
10+
"scale" : "2x",
11+
"screen-width" : ">161"
12+
},
13+
{
14+
"idiom" : "watch",
15+
"scale" : "2x",
16+
"screen-width" : ">145"
17+
},
18+
{
19+
"idiom" : "watch",
20+
"scale" : "2x",
21+
"screen-width" : ">183"
22+
}
23+
],
24+
"info" : {
25+
"version" : 1,
26+
"author" : "xcode"
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"assets" : [
3+
{
4+
"idiom" : "watch",
5+
"filename" : "Circular.imageset",
6+
"role" : "circular"
7+
},
8+
{
9+
"idiom" : "watch",
10+
"filename" : "Extra Large.imageset",
11+
"role" : "extra-large"
12+
},
13+
{
14+
"idiom" : "watch",
15+
"filename" : "Graphic Bezel.imageset",
16+
"role" : "graphic-bezel"
17+
},
18+
{
19+
"idiom" : "watch",
20+
"filename" : "Graphic Circular.imageset",
21+
"role" : "graphic-circular"
22+
},
23+
{
24+
"idiom" : "watch",
25+
"filename" : "Graphic Corner.imageset",
26+
"role" : "graphic-corner"
27+
},
28+
{
29+
"idiom" : "watch",
30+
"filename" : "Graphic Large Rectangular.imageset",
31+
"role" : "graphic-large-rectangular"
32+
},
33+
{
34+
"idiom" : "watch",
35+
"filename" : "Modular.imageset",
36+
"role" : "modular"
37+
},
38+
{
39+
"idiom" : "watch",
40+
"filename" : "Utilitarian.imageset",
41+
"role" : "utilitarian"
42+
}
43+
],
44+
"info" : {
45+
"version" : 1,
46+
"author" : "xcode"
47+
}
48+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "watch",
5+
"scale" : "2x",
6+
"screen-width" : "<=145"
7+
},
8+
{
9+
"idiom" : "watch",
10+
"scale" : "2x",
11+
"screen-width" : ">161"
12+
},
13+
{
14+
"idiom" : "watch",
15+
"scale" : "2x",
16+
"screen-width" : ">145"
17+
},
18+
{
19+
"idiom" : "watch",
20+
"scale" : "2x",
21+
"screen-width" : ">183"
22+
}
23+
],
24+
"info" : {
25+
"version" : 1,
26+
"author" : "xcode"
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "watch",
5+
"scale" : "2x",
6+
"screen-width" : "<=145"
7+
},
8+
{
9+
"idiom" : "watch",
10+
"scale" : "2x",
11+
"screen-width" : ">161"
12+
},
13+
{
14+
"idiom" : "watch",
15+
"scale" : "2x",
16+
"screen-width" : ">145"
17+
},
18+
{
19+
"idiom" : "watch",
20+
"scale" : "2x",
21+
"screen-width" : ">183"
22+
}
23+
],
24+
"info" : {
25+
"version" : 1,
26+
"author" : "xcode"
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "watch",
5+
"scale" : "2x",
6+
"screen-width" : "<=145"
7+
},
8+
{
9+
"idiom" : "watch",
10+
"scale" : "2x",
11+
"screen-width" : ">161"
12+
},
13+
{
14+
"idiom" : "watch",
15+
"scale" : "2x",
16+
"screen-width" : ">145"
17+
},
18+
{
19+
"idiom" : "watch",
20+
"scale" : "2x",
21+
"screen-width" : ">183"
22+
}
23+
],
24+
"info" : {
25+
"version" : 1,
26+
"author" : "xcode"
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "watch",
5+
"scale" : "2x",
6+
"screen-width" : "<=145"
7+
},
8+
{
9+
"idiom" : "watch",
10+
"scale" : "2x",
11+
"screen-width" : ">161"
12+
},
13+
{
14+
"idiom" : "watch",
15+
"scale" : "2x",
16+
"screen-width" : ">145"
17+
},
18+
{
19+
"idiom" : "watch",
20+
"scale" : "2x",
21+
"screen-width" : ">183"
22+
}
23+
],
24+
"info" : {
25+
"version" : 1,
26+
"author" : "xcode"
27+
}
28+
}

0 commit comments

Comments
 (0)