Changeset a9059a5 in orbit for iOS/Orbit/Orbit
- Timestamp:
- 05/11/13 22:06:36 (9 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- 969e7b2, f323fb4
- Parents:
- 0caeed7
- Location:
- iOS/Orbit/Orbit
- Files:
-
- 78 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/AppDelegate.m
r067ea71 ra9059a5 14 14 #import "TGAccessoryDelegate.h" 15 15 #import "ViewController.h" 16 #import "CorePlot-CocoaTouch.h" 16 17 17 18 @implementation AppDelegate -
iOS/Orbit/Orbit/Orbit-Info.plist
r2aabdf3 ra9059a5 29 29 <string>APPL</string> 30 30 <key>CFBundleShortVersionString</key> 31 <string>1.0 </string>31 <string>1.0.1</string> 32 32 <key>CFBundleSignature</key> 33 33 <string>????</string> 34 34 <key>CFBundleVersion</key> 35 <string>1.0 </string>35 <string>1.0.01</string> 36 36 <key>LSRequiresIPhoneOS</key> 37 37 <true/> -
iOS/Orbit/Orbit/en.lproj/MainStoryboard.storyboard
rdaf54d5 ra9059a5 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion=" 2844" systemVersion="11G63b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="2">2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="2.0" toolsVersion="3084" systemVersion="11G63b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="2"> 3 3 <dependencies> 4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version=" 1930"/>4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="2083"/> 5 5 </dependencies> 6 6 <scenes> … … 125 125 </scene> 126 126 </scenes> 127 <classes>128 <class className="ViewController" superclassName="UIViewController">129 <source key="sourceIdentifier" type="project" relativePath="./Classes/ViewController.h"/>130 <relationships>131 <relationship kind="action" name="connectButtonPressed:"/>132 <relationship kind="action" name="demoButtonPressed:"/>133 <relationship kind="outlet" name="attention" candidateClass="UIProgressView"/>134 <relationship kind="outlet" name="attentionThreshold" candidateClass="UISlider"/>135 <relationship kind="outlet" name="connectButton" candidateClass="UIButton"/>136 <relationship kind="outlet" name="demoButton" candidateClass="UIButton"/>137 <relationship kind="outlet" name="log" candidateClass="UITextView"/>138 <relationship kind="outlet" name="meditation" candidateClass="UIProgressView"/>139 <relationship kind="outlet" name="meditationThreshold" candidateClass="UISlider"/>140 <relationship kind="outlet" name="power" candidateClass="UIProgressView"/>141 <relationship kind="outlet" name="signal" candidateClass="UIProgressView"/>142 </relationships>143 </class>144 </classes>145 127 <simulatedMetricsContainer key="defaultSimulatedMetrics"> 146 128 <simulatedStatusBarMetrics key="statusBar"/>
Note: See TracChangeset
for help on using the changeset viewer.