summaryrefslogtreecommitdiff
path: root/watchos/InfiniSolar/InfiniSolar WatchKit App
diff options
context:
space:
mode:
Diffstat (limited to 'watchos/InfiniSolar/InfiniSolar WatchKit App')
-rw-r--r--watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/AccentColor.colorset/Contents.json11
-rw-r--r--watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json81
-rw-r--r--watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/Contents.json6
-rw-r--r--watchos/InfiniSolar/InfiniSolar WatchKit App/Info.plist31
4 files changed, 129 insertions, 0 deletions
diff --git a/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/AccentColor.colorset/Contents.json b/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/AccentColor.colorset/Contents.json
new file mode 100644
index 0000000..eb87897
--- /dev/null
+++ b/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/AccentColor.colorset/Contents.json
@@ -0,0 +1,11 @@
+{
+ "colors" : [
+ {
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json b/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..d06b66a
--- /dev/null
+++ b/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,81 @@
+{
+ "images" : [
+ {
+ "idiom" : "watch",
+ "role" : "notificationCenter",
+ "scale" : "2x",
+ "size" : "24x24",
+ "subtype" : "38mm"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "notificationCenter",
+ "scale" : "2x",
+ "size" : "27.5x27.5",
+ "subtype" : "42mm"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "companionSettings",
+ "scale" : "2x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "companionSettings",
+ "scale" : "3x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "appLauncher",
+ "scale" : "2x",
+ "size" : "40x40",
+ "subtype" : "38mm"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "appLauncher",
+ "scale" : "2x",
+ "size" : "44x44",
+ "subtype" : "40mm"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "appLauncher",
+ "scale" : "2x",
+ "size" : "50x50",
+ "subtype" : "44mm"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "quickLook",
+ "scale" : "2x",
+ "size" : "86x86",
+ "subtype" : "38mm"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "quickLook",
+ "scale" : "2x",
+ "size" : "98x98",
+ "subtype" : "42mm"
+ },
+ {
+ "idiom" : "watch",
+ "role" : "quickLook",
+ "scale" : "2x",
+ "size" : "108x108",
+ "subtype" : "44mm"
+ },
+ {
+ "idiom" : "watch-marketing",
+ "scale" : "1x",
+ "size" : "1024x1024"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/Contents.json b/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/Contents.json
new file mode 100644
index 0000000..73c0059
--- /dev/null
+++ b/watchos/InfiniSolar/InfiniSolar WatchKit App/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/watchos/InfiniSolar/InfiniSolar WatchKit App/Info.plist b/watchos/InfiniSolar/InfiniSolar WatchKit App/Info.plist
new file mode 100644
index 0000000..99e27a0
--- /dev/null
+++ b/watchos/InfiniSolar/InfiniSolar WatchKit App/Info.plist
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
+ <key>CFBundleDisplayName</key>
+ <string>InfiniSolar WatchKit App</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ </array>
+ <key>WKWatchKitApp</key>
+ <true/>
+</dict>
+</plist>