|
34 | 34 | /* Begin PBXBuildFile section */ |
35 | 35 | 8EB854501D42406F0035C0DC /* dconnect_icon_off.png in Resources */ = {isa = PBXBuildFile; fileRef = 8EB8544E1D42406F0035C0DC /* dconnect_icon_off.png */; }; |
36 | 36 | 8EB854511D42406F0035C0DC /* dconnect_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 8EB8544F1D42406F0035C0DC /* dconnect_icon.png */; }; |
| 37 | + AB65A00E1ED43DA900E68B86 /* SampleAvContentApi.m in Sources */ = {isa = PBXBuildFile; fileRef = AB65A0051ED43DA900E68B86 /* SampleAvContentApi.m */; }; |
| 38 | + AB65A00F1ED43DA900E68B86 /* SampleCameraApi.m in Sources */ = {isa = PBXBuildFile; fileRef = AB65A0081ED43DA900E68B86 /* SampleCameraApi.m */; }; |
| 39 | + AB65A0101ED43DA900E68B86 /* SampleCameraEventObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = AB65A00B1ED43DA900E68B86 /* SampleCameraEventObserver.m */; }; |
| 40 | + AB65A0111ED43DA900E68B86 /* SampleRemoteApi.m in Sources */ = {isa = PBXBuildFile; fileRef = AB65A00D1ED43DA900E68B86 /* SampleRemoteApi.m */; }; |
37 | 41 | BE24CF04197F7BC4007BBC69 /* SampleLiveviewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BE24CF03197F7BC3007BBC69 /* SampleLiveviewManager.m */; }; |
38 | 42 | BE4B295D19809B8900338159 /* sonycamera_img01@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BE4B295819809B8900338159 /* sonycamera_img01@2x.png */; }; |
39 | 43 | BE4B295E19809B8900338159 /* sonycamera_img02@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BE4B295919809B8900338159 /* sonycamera_img02@2x.png */; }; |
|
69 | 73 | C2540C68195A853600AE012C /* UdpRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = C2540C59195A853600AE012C /* UdpRequest.m */; }; |
70 | 74 | C2540C69195A853600AE012C /* HttpAsynchronousRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = C2540C5D195A853600AE012C /* HttpAsynchronousRequest.m */; }; |
71 | 75 | C2540C6A195A853600AE012C /* HttpSynchronousRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = C2540C5F195A853600AE012C /* HttpSynchronousRequest.m */; }; |
72 | | - C2540C6B195A853600AE012C /* SampleCameraEventObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = C2540C62195A853600AE012C /* SampleCameraEventObserver.m */; }; |
73 | | - C2540C6C195A853600AE012C /* SampleRemoteApi.m in Sources */ = {isa = PBXBuildFile; fileRef = C2540C64195A853600AE012C /* SampleRemoteApi.m */; }; |
74 | 76 | C2540C73195AAFB400AE012C /* SonyCameraRemoteApiUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = C2540C72195AAFB400AE012C /* SonyCameraRemoteApiUtil.m */; }; |
75 | 77 | C2540C7A195ACC0800AE012C /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2540C79195ACC0800AE012C /* CoreFoundation.framework */; }; |
76 | 78 | C2540C80195ACC0800AE012C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C2540C7E195ACC0800AE012C /* InfoPlist.strings */; }; |
|
107 | 109 | /* Begin PBXFileReference section */ |
108 | 110 | 8EB8544E1D42406F0035C0DC /* dconnect_icon_off.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dconnect_icon_off.png; sourceTree = "<group>"; }; |
109 | 111 | 8EB8544F1D42406F0035C0DC /* dconnect_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dconnect_icon.png; sourceTree = "<group>"; }; |
| 112 | + AB65A0031ED43DA900E68B86 /* RemoteApiList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RemoteApiList.h; sourceTree = "<group>"; }; |
| 113 | + AB65A0041ED43DA900E68B86 /* SampleAvContentApi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleAvContentApi.h; sourceTree = "<group>"; }; |
| 114 | + AB65A0051ED43DA900E68B86 /* SampleAvContentApi.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleAvContentApi.m; sourceTree = "<group>"; }; |
| 115 | + AB65A0061ED43DA900E68B86 /* SampleAvContentDefinitions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleAvContentDefinitions.h; sourceTree = "<group>"; }; |
| 116 | + AB65A0071ED43DA900E68B86 /* SampleCameraApi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleCameraApi.h; sourceTree = "<group>"; }; |
| 117 | + AB65A0081ED43DA900E68B86 /* SampleCameraApi.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleCameraApi.m; sourceTree = "<group>"; }; |
| 118 | + AB65A0091ED43DA900E68B86 /* SampleCameraDefinitions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleCameraDefinitions.h; sourceTree = "<group>"; }; |
| 119 | + AB65A00A1ED43DA900E68B86 /* SampleCameraEventObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleCameraEventObserver.h; sourceTree = "<group>"; }; |
| 120 | + AB65A00B1ED43DA900E68B86 /* SampleCameraEventObserver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleCameraEventObserver.m; sourceTree = "<group>"; }; |
| 121 | + AB65A00C1ED43DA900E68B86 /* SampleRemoteApi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleRemoteApi.h; sourceTree = "<group>"; }; |
| 122 | + AB65A00D1ED43DA900E68B86 /* SampleRemoteApi.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleRemoteApi.m; sourceTree = "<group>"; }; |
110 | 123 | ABB1838F19F626930059E7F8 /* SonyCameraCameraProfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SonyCameraCameraProfile.h; sourceTree = "<group>"; }; |
111 | 124 | ABB1839019F626B30059E7F8 /* SonyCameraDevicePlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SonyCameraDevicePlugin.h; sourceTree = "<group>"; }; |
112 | 125 | BE24CF02197F7BC3007BBC69 /* SampleLiveviewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleLiveviewManager.h; sourceTree = "<group>"; }; |
|
162 | 175 | C2540C5D195A853600AE012C /* HttpAsynchronousRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HttpAsynchronousRequest.m; sourceTree = "<group>"; }; |
163 | 176 | C2540C5E195A853600AE012C /* HttpSynchronousRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpSynchronousRequest.h; sourceTree = "<group>"; }; |
164 | 177 | C2540C5F195A853600AE012C /* HttpSynchronousRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HttpSynchronousRequest.m; sourceTree = "<group>"; }; |
165 | | - C2540C60195A853600AE012C /* RemoteApiList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RemoteApiList.h; sourceTree = "<group>"; }; |
166 | | - C2540C61195A853600AE012C /* SampleCameraEventObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleCameraEventObserver.h; sourceTree = "<group>"; }; |
167 | | - C2540C62195A853600AE012C /* SampleCameraEventObserver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleCameraEventObserver.m; sourceTree = "<group>"; }; |
168 | | - C2540C63195A853600AE012C /* SampleRemoteApi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleRemoteApi.h; sourceTree = "<group>"; }; |
169 | | - C2540C64195A853600AE012C /* SampleRemoteApi.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleRemoteApi.m; sourceTree = "<group>"; }; |
170 | 178 | C2540C6E195A875800AE012C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
171 | 179 | C2540C71195AAFB400AE012C /* SonyCameraRemoteApiUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SonyCameraRemoteApiUtil.h; sourceTree = "<group>"; }; |
172 | 180 | C2540C72195AAFB400AE012C /* SonyCameraRemoteApiUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SonyCameraRemoteApiUtil.m; sourceTree = "<group>"; }; |
|
398 | 406 | C2540C5A195A853600AE012C /* webapi */ = { |
399 | 407 | isa = PBXGroup; |
400 | 408 | children = ( |
| 409 | + AB65A0031ED43DA900E68B86 /* RemoteApiList.h */, |
| 410 | + AB65A0041ED43DA900E68B86 /* SampleAvContentApi.h */, |
| 411 | + AB65A0051ED43DA900E68B86 /* SampleAvContentApi.m */, |
| 412 | + AB65A0061ED43DA900E68B86 /* SampleAvContentDefinitions.h */, |
| 413 | + AB65A0071ED43DA900E68B86 /* SampleCameraApi.h */, |
| 414 | + AB65A0081ED43DA900E68B86 /* SampleCameraApi.m */, |
| 415 | + AB65A0091ED43DA900E68B86 /* SampleCameraDefinitions.h */, |
| 416 | + AB65A00A1ED43DA900E68B86 /* SampleCameraEventObserver.h */, |
| 417 | + AB65A00B1ED43DA900E68B86 /* SampleCameraEventObserver.m */, |
| 418 | + AB65A00C1ED43DA900E68B86 /* SampleRemoteApi.h */, |
| 419 | + AB65A00D1ED43DA900E68B86 /* SampleRemoteApi.m */, |
401 | 420 | C2540C5B195A853600AE012C /* HttpRequest */, |
402 | | - C2540C60195A853600AE012C /* RemoteApiList.h */, |
403 | | - C2540C61195A853600AE012C /* SampleCameraEventObserver.h */, |
404 | | - C2540C62195A853600AE012C /* SampleCameraEventObserver.m */, |
405 | | - C2540C63195A853600AE012C /* SampleRemoteApi.h */, |
406 | | - C2540C64195A853600AE012C /* SampleRemoteApi.m */, |
407 | 421 | ); |
408 | 422 | path = webapi; |
409 | 423 | sourceTree = "<group>"; |
|
600 | 614 | buildActionMask = 2147483647; |
601 | 615 | files = ( |
602 | 616 | BEC39A151E8BAEEE00F13F40 /* SonyCameraPreview.m in Sources */, |
| 617 | + AB65A00F1ED43DA900E68B86 /* SampleCameraApi.m in Sources */, |
603 | 618 | D6D172741D62E7CD00444337 /* SonyCameraReachability.m in Sources */, |
604 | 619 | D662E99F1D49F61600919C69 /* SonyCameraMediaStreamRecordingProfile.m in Sources */, |
605 | 620 | BE75D30D199495BF00F1BFC9 /* SonyCameraSettingView02Controller.m in Sources */, |
606 | 621 | C2540C67195A853600AE012C /* SampleDeviceDiscovery.m in Sources */, |
| 622 | + AB65A0111ED43DA900E68B86 /* SampleRemoteApi.m in Sources */, |
607 | 623 | BE75D3051994884200F1BFC9 /* SonyCameraModelController.m in Sources */, |
608 | 624 | C2540C28195A83D500AE012C /* SonyCameraDevicePlugin.m in Sources */, |
609 | 625 | C2540C65195A853600AE012C /* DeviceInfo.m in Sources */, |
610 | 626 | BE75D3161994A44500F1BFC9 /* SonyCameraSettingView04Controller.m in Sources */, |
611 | | - C2540C6C195A853600AE012C /* SampleRemoteApi.m in Sources */, |
612 | 627 | BE75D3041994884200F1BFC9 /* SonyCameraDataViewController.m in Sources */, |
613 | | - C2540C6B195A853600AE012C /* SampleCameraEventObserver.m in Sources */, |
| 628 | + AB65A00E1ED43DA900E68B86 /* SampleAvContentApi.m in Sources */, |
614 | 629 | D6C860481D3B436400232EEF /* SonyCameraService.m in Sources */, |
615 | 630 | C2540C69195A853600AE012C /* HttpAsynchronousRequest.m in Sources */, |
616 | 631 | D662E99C1D49F5D900919C69 /* SonyCameraSystemProfile.m in Sources */, |
617 | 632 | BE75D310199497F600F1BFC9 /* SonyCameraSettingView01Controller.m in Sources */, |
618 | 633 | C2540C6A195A853600AE012C /* HttpSynchronousRequest.m in Sources */, |
619 | 634 | C2540C73195AAFB400AE012C /* SonyCameraRemoteApiUtil.m in Sources */, |
620 | 635 | C2540C66195A853600AE012C /* DeviceList.m in Sources */, |
| 636 | + AB65A0101ED43DA900E68B86 /* SampleCameraEventObserver.m in Sources */, |
621 | 637 | BE75D3061994884200F1BFC9 /* SonyCameraViewController.m in Sources */, |
622 | 638 | BE4FDFCC198765B5001A3C86 /* SonyCameraCameraProfile.m in Sources */, |
623 | 639 | D662E9A51D4A16B300919C69 /* SonyCameraManager.m in Sources */, |
|
0 commit comments