Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Apr 11, 2015
0 parents commit d78af16
Show file tree
Hide file tree
Showing 122 changed files with 5,698 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pbxproj binary merge=union
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
### Xcode ###
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate

### Cocoapods ###
Pods
Podfile.lock
*.xcworkspace
# OS X Finder
.DS_Store
# Xcode per-user config
*.mode1
*.perspective
# Build products
*.o
*.LinkFileList
*.hmap
# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep
# Cocoapods
# AppCode specific files
.idea/
*.iml
124 changes: 124 additions & 0 deletions BigGulp WatchKit App/Base.lproj/Interface.storyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="6751" systemVersion="14D127a" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="AgC-eL-Hgc">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6736"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="3737"/>
</dependencies>
<scenes>
<!--Interface Controller-->
<scene sceneID="aou-V4-d1y">
<objects>
<controller id="AgC-eL-Hgc" customClass="InterfaceController" customModule="Gulps_WatchKit_Extension">
<items>
<group width="1" height="1" alignment="left" backgroundImage="progress-0-watch" layout="vertical" id="djR-KX-Wvu">
<items>
<label width="1" alignment="left" text="DAILY GOAL: 0%" textAlignment="center" id="jsO-fa-6Yq">
<color key="textColor" red="0.15686274510000001" green="0.3921568627" blue="0.7725490196" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="font" style="UICTFontTextStyleCaption2"/>
</label>
</items>
</group>
</items>
<menu key="menu" id="asB-vX-JfW">
<items>
<menuItem title="Add gulp" icon="add" id="r1C-zz-ync">
<connections>
<action selector="addMenuAction" destination="AgC-eL-Hgc" id="MzE-3h-5x9"/>
</connections>
</menuItem>
</items>
</menu>
<connections>
<outlet property="goalLabel" destination="jsO-fa-6Yq" id="d8F-pP-AFM"/>
<outlet property="interfaceGroup" destination="djR-KX-Wvu" id="Wmj-cd-kWw"/>
</connections>
</controller>
</objects>
<point key="canvasLocation" x="235" y="347"/>
</scene>
<!--Add gulp-->
<scene sceneID="AoI-BB-Zra">
<objects>
<controller identifier="ActionInterfaceController" title="Add gulp" id="pyk-7v-GvS" customClass="ActionInterfaceController" customModule="Gulps_WatchKit_Extension">
<items>
<group width="1" height="1" alignment="left" layout="vertical" spacing="12" id="ddu-3k-t8e">
<items>
<button width="60" height="60" alignment="center" backgroundImage="button-small" id="lr6-Gi-wYm">
<connections>
<action selector="smallButtonAction" destination="pyk-7v-GvS" id="RTR-B0-naw"/>
</connections>
</button>
<button width="60" height="60" alignment="center" backgroundImage="button-big" id="89x-JP-IIy">
<connections>
<action selector="bigButtonAction" destination="pyk-7v-GvS" id="gKr-mK-Dsn"/>
</connections>
</button>
</items>
<edgeInsets key="margins" left="0.0" right="0.0" top="10" bottom="0.0"/>
<variation key="device=watch38mm" spacing="12"/>
<variation key="device=watch42mm" spacing="20"/>
</group>
</items>
<connections>
<outlet property="bigButton" destination="89x-JP-IIy" id="PTJ-Z1-WXo"/>
<outlet property="smallButton" destination="lr6-Gi-wYm" id="5bO-SK-Mbw"/>
</connections>
</controller>
</objects>
<point key="canvasLocation" x="450" y="347"/>
</scene>
<!--Glance Interface Controller-->
<scene sceneID="BOz-TT-tkC">
<objects>
<glanceController spacing="0.0" id="0uZ-2p-rRc" customClass="GlanceController" customModule="Gulps_WatchKit_Extension">
<items>
<group alignment="left" id="t8f-Gd-c4y">
<items>
<imageView alignment="left" verticalAlignment="center" image="gulp" id="uwO-ne-ckB"/>
<label alignment="left" verticalAlignment="center" text="BigGulp" id="3Gi-pF-rdn"/>
</items>
<edgeInsets key="margins" left="5" right="0.0" top="0.0" bottom="0.0"/>
</group>
<group alignment="left" layout="vertical" id="uCw-4Q-Ouw">
<items>
<label width="1" alignment="left" text="0%" textAlignment="center" id="fos-hc-9XJ">
<color key="textColor" red="0.15686274510000001" green="0.3921568627" blue="0.7725490196" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="font" type="system" pointSize="36"/>
</label>
<label width="1" alignment="left" text="of your daily goal" textAlignment="center" id="x2p-3r-dBm">
<fontDescription key="font" style="UICTFontTextStyleFootnote"/>
</label>
</items>
</group>
</items>
<edgeInsets key="margins" left="0.0" right="0.0" top="0.0" bottom="14"/>
<connections>
<outlet property="percentageLabel" destination="fos-hc-9XJ" id="Z9b-s0-txG"/>
</connections>
</glanceController>
</objects>
<point key="canvasLocation" x="235" y="672"/>
</scene>
<!--Static Notification Interface Controller-->
<scene sceneID="AEw-b0-oYE">
<objects>
<notificationController id="YCC-NB-fut">
<items>
<label width="0.90000000000000002" alignment="center" text="Remember to drink some water!" textAlignment="center" numberOfLines="0" id="XkS-y5-khE">
<color key="textColor" red="0.92424242420000002" green="0.92424242420000002" blue="0.92424242420000002" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="font" style="UICTFontTextStyleBody"/>
</label>
</items>
<notificationCategory key="notificationCategory" identifier="GULP_CATEGORY" id="JfB-70-Muf">
<color key="sashColor" red="0.15686274510000001" green="0.3921568627" blue="0.7725490196" alpha="1" colorSpace="calibratedRGB"/>
</notificationCategory>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<connections>
<outlet property="notificationAlertLabel" destination="XkS-y5-khE" id="49B-RR-99y"/>
</connections>
</notificationController>
</objects>
<point key="canvasLocation" x="235" y="1001"/>
</scene>
</scenes>
</document>
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"images" : [
{
"size" : "24x24",
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-48 copy.png",
"role" : "notificationCenter",
"subtype" : "38mm"
},
{
"size" : "27.5x27.5",
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-55 copy.png",
"role" : "notificationCenter",
"subtype" : "42mm"
},
{
"size" : "29x29",
"idiom" : "watch",
"filename" : "Icon-watch-58 copy-1.png",
"role" : "companionSettings",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "watch",
"filename" : "Icon-watch-87 copy.png",
"role" : "companionSettings",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-80 copy.png",
"role" : "appLauncher",
"subtype" : "38mm"
},
{
"size" : "44x44",
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-88 copy.png",
"role" : "longLook",
"subtype" : "42mm"
},
{
"size" : "86x86",
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-172 copy.png",
"role" : "quickLook",
"subtype" : "38mm"
},
{
"size" : "98x98",
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-196 copy.png",
"role" : "quickLook",
"subtype" : "42mm"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "button-big.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "button-small.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions BigGulp WatchKit App/Images.xcassets/gulp.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "watch",
"scale" : "2x",
"filename" : "Icon-watch-58.png"
},
{
"idiom" : "watch",
"screenWidth" : "{130,145}",
"scale" : "2x"
},
{
"idiom" : "watch",
"screenWidth" : "{146,165}",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "progress-0.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "progress-1.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "progress-10.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d78af16

Please sign in to comment.