Merge pull request #625 from abarth/less_grey

Don't grey out Sky code in Atom
diff --git a/examples/fitness/BUILD.gn b/examples/fitness/BUILD.gn
index 9517b5a..92932c5 100644
--- a/examples/fitness/BUILD.gn
+++ b/examples/fitness/BUILD.gn
@@ -14,5 +14,10 @@
     deps = [
       "//examples/fitness/apk:resources",
     ]
+  } else if (is_ios) {
+    info_plist = "ios/Info.plist"
+    launcher_resources = [
+      "ios/LaunchScreen.storyboardc",
+    ]
   }
 }
diff --git a/examples/fitness/ios/Info.plist b/examples/fitness/ios/Info.plist
new file mode 100644
index 0000000..bd681f6
--- /dev/null
+++ b/examples/fitness/ios/Info.plist
@@ -0,0 +1,58 @@
+<?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>en</string>
+
+  <!--
+    This executable name must match the name of the app provided to the
+    ios_app GN template
+  -->
+  <key>CFBundleExecutable</key>
+  <string>fitness_app</string>
+
+  <key>CFBundleDisplayName</key>
+  <string>Fitness</string>
+
+  <key>UILaunchStoryboardName</key>
+  <string>LaunchScreen</string>
+
+  <key>CFBundleIdentifier</key>
+  <string>com.google.sky.fitness</string>
+  
+  <key>CFBundleInfoDictionaryVersion</key>
+  <string>6.0</string>
+  <key>CFBundleName</key>
+  <string>game_app</string>
+  <key>CFBundlePackageType</key>
+  <string>APPL</string>
+  <key>CFBundleShortVersionString</key>
+  <string>1.0</string>
+  <key>CFBundleVersion</key>
+  <string>1</string>
+  <key>LSRequiresIPhoneOS</key>
+  <true/>
+  <key>UIRequiredDeviceCapabilities</key>
+  <array>
+    <string>armv7</string>
+  </array>
+  <key>DTPlatformName</key>
+  <string>iphonesimulator</string>
+  <key>DTSDKName</key>
+  <string>iphonesimulator8.3</string>
+  <key>LSRequiresIPhoneOS</key>
+  <true/>
+  <key>MinimumOSVersion</key>
+  <string>8.3</string>
+  <key>UIDeviceFamily</key>
+  <array>
+    <integer>1</integer>
+    <integer>2</integer>
+  </array>
+  <key>CFBundleSupportedPlatforms</key>
+  <array>
+    <string>iPhoneSimulator</string>
+  </array>
+</dict>
+</plist>
diff --git a/examples/fitness/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib b/examples/fitness/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
new file mode 100644
index 0000000..1aa489d
--- /dev/null
+++ b/examples/fitness/ios/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
Binary files differ
diff --git a/examples/fitness/ios/LaunchScreen.storyboardc/Info.plist b/examples/fitness/ios/LaunchScreen.storyboardc/Info.plist
new file mode 100644
index 0000000..32288e8
--- /dev/null
+++ b/examples/fitness/ios/LaunchScreen.storyboardc/Info.plist
Binary files differ
diff --git a/examples/fitness/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib b/examples/fitness/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
new file mode 100644
index 0000000..8de9bed
--- /dev/null
+++ b/examples/fitness/ios/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
Binary files differ