|
159 | 159 | 23F95D981A24CE8300E3D7DA /* JoyButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 23F95D971A24CE8300E3D7DA /* JoyButton.m */; }; |
160 | 160 | 23FD81081A23D78800FD9D49 /* CameraSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FD81071A23D78800FD9D49 /* CameraSettingsViewController.m */; }; |
161 | 161 | 23FD810B1A23D8FC00FD9D49 /* ReviewStatusViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FD810A1A23D8FC00FD9D49 /* ReviewStatusViewController.m */; }; |
| 162 | + 301A1BFA1CED22FA00A26D14 /* JSDeviceSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 301A1BF91CED22FA00A26D14 /* JSDeviceSettings.m */; }; |
| 163 | + 3035829A1D25982300C4FCC4 /* JSMotorRampingTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 303582991D25982300C4FCC4 /* JSMotorRampingTableViewCell.m */; }; |
162 | 164 | 3048A1121C40657C00855EB0 /* DeviceState_Ready.png in Resources */ = {isa = PBXBuildFile; fileRef = 3048A10C1C40657C00855EB0 /* DeviceState_Ready.png */; }; |
163 | 165 | 3048A1131C40657C00855EB0 /* DeviceState_Ready@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3048A10D1C40657C00855EB0 /* DeviceState_Ready@2x.png */; }; |
164 | 166 | 3048A1141C40657C00855EB0 /* DeviceState_Indeterminate.png in Resources */ = {isa = PBXBuildFile; fileRef = 3048A10E1C40657C00855EB0 /* DeviceState_Indeterminate.png */; }; |
165 | 167 | 3048A1151C40657C00855EB0 /* DeviceState_Indeterminate@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3048A10F1C40657C00855EB0 /* DeviceState_Indeterminate@2x.png */; }; |
166 | 168 | 3048A1161C40657C00855EB0 /* DeviceState_Warning.png in Resources */ = {isa = PBXBuildFile; fileRef = 3048A1101C40657C00855EB0 /* DeviceState_Warning.png */; }; |
167 | 169 | 3048A1171C40657C00855EB0 /* DeviceState_Warning@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3048A1111C40657C00855EB0 /* DeviceState_Warning@2x.png */; }; |
168 | 170 | 304ECCFF1C98E1B70094B7B0 /* HSpline.m in Sources */ = {isa = PBXBuildFile; fileRef = 304ECCFE1C98E1B70094B7B0 /* HSpline.m */; }; |
| 171 | + 3052909A1D5BB19700A887CA /* JSDisconnectedDeviceVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 305290991D5BB19700A887CA /* JSDisconnectedDeviceVC.m */; }; |
169 | 172 | 306991161C62C60300C9E0E4 /* CameraSettingsTimelineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 306991151C62C60300C9E0E4 /* CameraSettingsTimelineView.m */; }; |
| 173 | + 3090FC9F1D37031700EBB8F3 /* DeviceStateRunning.png in Resources */ = {isa = PBXBuildFile; fileRef = 3090FC9D1D37031700EBB8F3 /* DeviceStateRunning.png */; }; |
| 174 | + 3090FCA01D37031700EBB8F3 /* DeviceStateRunning@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3090FC9E1D37031700EBB8F3 /* DeviceStateRunning@2x.png */; }; |
| 175 | + 309AD5FF1D08EC5B00F91CB4 /* JSDeviceSettingsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 309AD5FE1D08EC5B00F91CB4 /* JSDeviceSettingsVC.m */; }; |
170 | 176 | 30B8EE9F1C45D0A100DCF15C /* DeviceState_Off.png in Resources */ = {isa = PBXBuildFile; fileRef = 30B8EE9D1C45D0A000DCF15C /* DeviceState_Off.png */; }; |
171 | 177 | 30B8EEA01C45D0A100DCF15C /* DeviceState_Off@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 30B8EE9E1C45D0A100DCF15C /* DeviceState_Off@2x.png */; }; |
172 | 178 | 30B8EEA31C48924800DCF15C /* DeviceTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B8EEA21C48924800DCF15C /* DeviceTableViewCell.m */; }; |
|
399 | 405 | 23FD81071A23D78800FD9D49 /* CameraSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CameraSettingsViewController.m; sourceTree = "<group>"; }; |
400 | 406 | 23FD81091A23D8FC00FD9D49 /* ReviewStatusViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReviewStatusViewController.h; sourceTree = "<group>"; }; |
401 | 407 | 23FD810A1A23D8FC00FD9D49 /* ReviewStatusViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReviewStatusViewController.m; sourceTree = "<group>"; }; |
| 408 | + 301A1BF81CED22FA00A26D14 /* JSDeviceSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSDeviceSettings.h; sourceTree = "<group>"; }; |
| 409 | + 301A1BF91CED22FA00A26D14 /* JSDeviceSettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSDeviceSettings.m; sourceTree = "<group>"; }; |
| 410 | + 303582981D25982300C4FCC4 /* JSMotorRampingTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSMotorRampingTableViewCell.h; sourceTree = "<group>"; }; |
| 411 | + 303582991D25982300C4FCC4 /* JSMotorRampingTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSMotorRampingTableViewCell.m; sourceTree = "<group>"; }; |
402 | 412 | 3048A10C1C40657C00855EB0 /* DeviceState_Ready.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeviceState_Ready.png; sourceTree = "<group>"; }; |
403 | 413 | 3048A10D1C40657C00855EB0 /* DeviceState_Ready@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DeviceState_Ready@2x.png"; sourceTree = "<group>"; }; |
404 | 414 | 3048A10E1C40657C00855EB0 /* DeviceState_Indeterminate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeviceState_Indeterminate.png; sourceTree = "<group>"; }; |
|
407 | 417 | 3048A1111C40657C00855EB0 /* DeviceState_Warning@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DeviceState_Warning@2x.png"; sourceTree = "<group>"; }; |
408 | 418 | 304ECCFD1C98E1B70094B7B0 /* HSpline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HSpline.h; sourceTree = "<group>"; }; |
409 | 419 | 304ECCFE1C98E1B70094B7B0 /* HSpline.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HSpline.m; sourceTree = "<group>"; }; |
| 420 | + 305290981D5BB19700A887CA /* JSDisconnectedDeviceVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSDisconnectedDeviceVC.h; sourceTree = "<group>"; }; |
| 421 | + 305290991D5BB19700A887CA /* JSDisconnectedDeviceVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSDisconnectedDeviceVC.m; sourceTree = "<group>"; }; |
410 | 422 | 306991141C62C60300C9E0E4 /* CameraSettingsTimelineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CameraSettingsTimelineView.h; sourceTree = "<group>"; }; |
411 | 423 | 306991151C62C60300C9E0E4 /* CameraSettingsTimelineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CameraSettingsTimelineView.m; sourceTree = "<group>"; }; |
| 424 | + 3090FC9D1D37031700EBB8F3 /* DeviceStateRunning.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeviceStateRunning.png; sourceTree = "<group>"; }; |
| 425 | + 3090FC9E1D37031700EBB8F3 /* DeviceStateRunning@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DeviceStateRunning@2x.png"; sourceTree = "<group>"; }; |
| 426 | + 309AD5FD1D08EC5B00F91CB4 /* JSDeviceSettingsVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSDeviceSettingsVC.h; sourceTree = "<group>"; }; |
| 427 | + 309AD5FE1D08EC5B00F91CB4 /* JSDeviceSettingsVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSDeviceSettingsVC.m; sourceTree = "<group>"; }; |
412 | 428 | 30B8EE9D1C45D0A000DCF15C /* DeviceState_Off.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeviceState_Off.png; sourceTree = "<group>"; }; |
413 | 429 | 30B8EE9E1C45D0A100DCF15C /* DeviceState_Off@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DeviceState_Off@2x.png"; sourceTree = "<group>"; }; |
414 | 430 | 30B8EEA11C48924800DCF15C /* DeviceTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeviceTableViewCell.h; sourceTree = "<group>"; }; |
|
478 | 494 | /* End PBXFrameworksBuildPhase section */ |
479 | 495 |
|
480 | 496 | /* Begin PBXGroup section */ |
481 | | - 10871B651B8B99BD00B1D017 /* CoreData */ = { |
| 497 | + 10871B651B8B99BD00B1D017 /* Data */ = { |
482 | 498 | isa = PBXGroup; |
483 | 499 | children = ( |
484 | 500 | 10871B621B8B997400B1D017 /* NMXMotion.xcdatamodeld */, |
485 | 501 | 10871B6C1B8BA05E00B1D017 /* PresetOb.h */, |
486 | 502 | 10871B6D1B8BA05E00B1D017 /* PresetOb.m */, |
| 503 | + 301A1BF81CED22FA00A26D14 /* JSDeviceSettings.h */, |
| 504 | + 301A1BF91CED22FA00A26D14 /* JSDeviceSettings.m */, |
487 | 505 | ); |
488 | | - name = CoreData; |
| 506 | + name = Data; |
489 | 507 | sourceTree = "<group>"; |
490 | 508 | }; |
491 | 509 | 10D5EBB61B94CEE2006125E1 /* assets */ = { |
|
650 | 668 | 10F9DE341BEBC1B00059A727 /* reachability */, |
651 | 669 | 10F9DE221BEBC0B40059A727 /* imagepicker */, |
652 | 670 | 10D5EBB61B94CEE2006125E1 /* assets */, |
653 | | - 10871B651B8B99BD00B1D017 /* CoreData */, |
| 671 | + 10871B651B8B99BD00B1D017 /* Data */, |
654 | 672 | 3F51E8AC1B66A69400E1E2D5 /* TestFairy */, |
655 | 673 | 3FB4A5581B5FE80A006CFF1F /* Tests */, |
656 | 674 | 5D6A799F1B27543E00F93B71 /* MainViews */, |
|
785 | 803 | 3048A10F1C40657C00855EB0 /* DeviceState_Indeterminate@2x.png */, |
786 | 804 | 30B8EE9D1C45D0A000DCF15C /* DeviceState_Off.png */, |
787 | 805 | 30B8EE9E1C45D0A100DCF15C /* DeviceState_Off@2x.png */, |
| 806 | + 3090FC9D1D37031700EBB8F3 /* DeviceStateRunning.png */, |
| 807 | + 3090FC9E1D37031700EBB8F3 /* DeviceStateRunning@2x.png */, |
788 | 808 | 3048A1101C40657C00855EB0 /* DeviceState_Warning.png */, |
789 | 809 | 3048A1111C40657C00855EB0 /* DeviceState_Warning@2x.png */, |
790 | 810 | 3F9C16681B63D82600D7D51B /* thumbBlue@2x.png */, |
|
819 | 839 | 5D6A79A31B27558600F93B71 /* SettingsViews */ = { |
820 | 840 | isa = PBXGroup; |
821 | 841 | children = ( |
| 842 | + 303582981D25982300C4FCC4 /* JSMotorRampingTableViewCell.h */, |
| 843 | + 303582991D25982300C4FCC4 /* JSMotorRampingTableViewCell.m */, |
822 | 844 | 5D25BC641A5B862B00F324AD /* DeviceSettingsViewController.h */, |
823 | 845 | 5D25BC651A5B862B00F324AD /* DeviceSettingsViewController.m */, |
824 | 846 | 306991141C62C60300C9E0E4 /* CameraSettingsTimelineView.h */, |
|
861 | 883 | 10CF73731BD7DCF8004ED48C /* SiderealViewController.m */, |
862 | 884 | 101F9B811C1740A9006DCFAA /* OverallDistanceViewController.h */, |
863 | 885 | 101F9B821C1740A9006DCFAA /* OverallDistanceViewController.m */, |
| 886 | + 309AD5FD1D08EC5B00F91CB4 /* JSDeviceSettingsVC.h */, |
| 887 | + 309AD5FE1D08EC5B00F91CB4 /* JSDeviceSettingsVC.m */, |
| 888 | + 305290981D5BB19700A887CA /* JSDisconnectedDeviceVC.h */, |
| 889 | + 305290991D5BB19700A887CA /* JSDisconnectedDeviceVC.m */, |
864 | 890 | ); |
865 | 891 | name = SettingsViews; |
866 | 892 | sourceTree = "<group>"; |
|
918 | 944 | 2389AC0E19DD938100FB2679 /* Project object */ = { |
919 | 945 | isa = PBXProject; |
920 | 946 | attributes = { |
921 | | - LastUpgradeCheck = 0600; |
| 947 | + LastUpgradeCheck = 0730; |
922 | 948 | ORGANIZATIONNAME = "Dynamic Perception"; |
923 | 949 | TargetAttributes = { |
924 | 950 | 2389AC1519DD938100FB2679 = { |
|
952 | 978 | files = ( |
953 | 979 | 10AA77601C208053000B7249 /* dampening50.png in Resources */, |
954 | 980 | 10AA774E1C207B9F000B7249 /* dampening.png in Resources */, |
| 981 | + 3090FC9F1D37031700EBB8F3 /* DeviceStateRunning.png in Resources */, |
955 | 982 | 10CF73551BD194B6004ED48C /* degree_circleTop@2x.png in Resources */, |
956 | 983 | 10CF72D11BC6A487004ED48C /* bl1.png in Resources */, |
957 | 984 | 30B8EEA01C45D0A100DCF15C /* DeviceState_Off@2x.png in Resources */, |
|
989 | 1016 | 3F9C16641B63D4E400D7D51B /* thumb4.png in Resources */, |
990 | 1017 | 3048A1141C40657C00855EB0 /* DeviceState_Indeterminate.png in Resources */, |
991 | 1018 | 10AA774D1C207B9F000B7249 /* dampening@2x.png in Resources */, |
| 1019 | + 3090FCA01D37031700EBB8F3 /* DeviceStateRunning@2x.png in Resources */, |
992 | 1020 | 3048A1131C40657C00855EB0 /* DeviceState_Ready@2x.png in Resources */, |
993 | 1021 | 10D5EBBA1B94CEEC006125E1 /* doneup1.png in Resources */, |
994 | 1022 | 10D5EBB91B94CEEC006125E1 /* done1.png in Resources */, |
|
1121 | 1149 | files = ( |
1122 | 1150 | 2389AC2219DD938100FB2679 /* MainViewController.m in Sources */, |
1123 | 1151 | 5DAEBE5719F60D6F000AC7AA /* NMXDevice.m in Sources */, |
| 1152 | + 3052909A1D5BB19700A887CA /* JSDisconnectedDeviceVC.m in Sources */, |
1124 | 1153 | 2389AC1F19DD938100FB2679 /* AppDelegate.m in Sources */, |
| 1154 | + 301A1BFA1CED22FA00A26D14 /* JSDeviceSettings.m in Sources */, |
1125 | 1155 | 100838A21B8F88C6003823E0 /* DistancePresetViewController.m in Sources */, |
1126 | 1156 | 3FB4A55B1B5FE84C006CFF1F /* DrawTest.m in Sources */, |
1127 | 1157 | 2397C3E41AE96FBF001FFF60 /* MotorRampingView.m in Sources */, |
|
1156 | 1186 | 10CF71D31BC388E3004ED48C /* HelpViewController.m in Sources */, |
1157 | 1187 | 3FB4A5671B61F0B4006CFF1F /* NotificationTest.m in Sources */, |
1158 | 1188 | 306991161C62C60300C9E0E4 /* CameraSettingsTimelineView.m in Sources */, |
| 1189 | + 309AD5FF1D08EC5B00F91CB4 /* JSDeviceSettingsVC.m in Sources */, |
1159 | 1190 | 10F9DE331BEBC0C20059A727 /* ELCImagePickerController.m in Sources */, |
1160 | 1191 | 3FB4A55E1B5FF154006CFF1F /* GraphView.m in Sources */, |
1161 | 1192 | 106615831BA1CF1900A85529 /* LinearRotaryViewController.m in Sources */, |
|
1165 | 1196 | 10871B711B8BA7F700B1D017 /* SavePresetViewController.m in Sources */, |
1166 | 1197 | 10F9DE2F1BEBC0C20059A727 /* ELCAlbumPickerController.m in Sources */, |
1167 | 1198 | 5D25BC661A5B862B00F324AD /* DeviceSettingsViewController.m in Sources */, |
| 1199 | + 3035829A1D25982300C4FCC4 /* JSMotorRampingTableViewCell.m in Sources */, |
1168 | 1200 | 10871B5F1B8B94B900B1D017 /* PresetViewController.m in Sources */, |
1169 | 1201 | 23A14CEC19E46CC500295312 /* SetupViewController.m in Sources */, |
1170 | 1202 | 2389AC4119DD949400FB2679 /* JoystickViewController.m in Sources */, |
|
0 commit comments