Skip to content

Commit a12e8c7

Browse files
author
UQ Times
committed
リモートコントロールサンプル
1 parent 4f577ca commit a12e8c7

File tree

12 files changed

+1113
-0
lines changed

12 files changed

+1113
-0
lines changed
Lines changed: 313 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,313 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
CEBF4BA91562686E00BEA0E7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEBF4BA81562686E00BEA0E7 /* UIKit.framework */; };
11+
CEBF4BAB1562686E00BEA0E7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEBF4BAA1562686E00BEA0E7 /* Foundation.framework */; };
12+
CEBF4BAD1562686E00BEA0E7 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEBF4BAC1562686E00BEA0E7 /* CoreGraphics.framework */; };
13+
CEBF4BB31562686E00BEA0E7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CEBF4BB11562686E00BEA0E7 /* InfoPlist.strings */; };
14+
CEBF4BB51562686E00BEA0E7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CEBF4BB41562686E00BEA0E7 /* main.m */; };
15+
CEBF4BB91562686E00BEA0E7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CEBF4BB81562686E00BEA0E7 /* AppDelegate.m */; };
16+
CEBF4BBC1562686E00BEA0E7 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CEBF4BBB1562686E00BEA0E7 /* ViewController.m */; };
17+
CEBF4BBF1562686F00BEA0E7 /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEBF4BBD1562686F00BEA0E7 /* ViewController_iPhone.xib */; };
18+
CEBF4BC21562686F00BEA0E7 /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEBF4BC01562686F00BEA0E7 /* ViewController_iPad.xib */; };
19+
CEBF4BD31562704300BEA0E7 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEBF4BD21562704300BEA0E7 /* AVFoundation.framework */; };
20+
CEBF4BD715628E1300BEA0E7 /* se_maoudamashii_magical13.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = CEBF4BD615628E1200BEA0E7 /* se_maoudamashii_magical13.mp3 */; };
21+
/* End PBXBuildFile section */
22+
23+
/* Begin PBXFileReference section */
24+
CEBF4BA41562686D00BEA0E7 /* RemoteControlSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RemoteControlSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
25+
CEBF4BA81562686E00BEA0E7 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26+
CEBF4BAA1562686E00BEA0E7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27+
CEBF4BAC1562686E00BEA0E7 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28+
CEBF4BB01562686E00BEA0E7 /* RemoteControlSample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RemoteControlSample-Info.plist"; sourceTree = "<group>"; };
29+
CEBF4BB21562686E00BEA0E7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
30+
CEBF4BB41562686E00BEA0E7 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31+
CEBF4BB61562686E00BEA0E7 /* RemoteControlSample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RemoteControlSample-Prefix.pch"; sourceTree = "<group>"; };
32+
CEBF4BB71562686E00BEA0E7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
33+
CEBF4BB81562686E00BEA0E7 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
34+
CEBF4BBA1562686E00BEA0E7 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
35+
CEBF4BBB1562686E00BEA0E7 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
36+
CEBF4BBE1562686F00BEA0E7 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; };
37+
CEBF4BC11562686F00BEA0E7 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; };
38+
CEBF4BD21562704300BEA0E7 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
39+
CEBF4BD615628E1200BEA0E7 /* se_maoudamashii_magical13.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = se_maoudamashii_magical13.mp3; sourceTree = "<group>"; };
40+
/* End PBXFileReference section */
41+
42+
/* Begin PBXFrameworksBuildPhase section */
43+
CEBF4BA11562686D00BEA0E7 /* Frameworks */ = {
44+
isa = PBXFrameworksBuildPhase;
45+
buildActionMask = 2147483647;
46+
files = (
47+
CEBF4BD31562704300BEA0E7 /* AVFoundation.framework in Frameworks */,
48+
CEBF4BA91562686E00BEA0E7 /* UIKit.framework in Frameworks */,
49+
CEBF4BAB1562686E00BEA0E7 /* Foundation.framework in Frameworks */,
50+
CEBF4BAD1562686E00BEA0E7 /* CoreGraphics.framework in Frameworks */,
51+
);
52+
runOnlyForDeploymentPostprocessing = 0;
53+
};
54+
/* End PBXFrameworksBuildPhase section */
55+
56+
/* Begin PBXGroup section */
57+
CEBF4B991562686B00BEA0E7 = {
58+
isa = PBXGroup;
59+
children = (
60+
CEBF4BAE1562686E00BEA0E7 /* RemoteControlSample */,
61+
CEBF4BA71562686D00BEA0E7 /* Frameworks */,
62+
CEBF4BA51562686D00BEA0E7 /* Products */,
63+
);
64+
sourceTree = "<group>";
65+
};
66+
CEBF4BA51562686D00BEA0E7 /* Products */ = {
67+
isa = PBXGroup;
68+
children = (
69+
CEBF4BA41562686D00BEA0E7 /* RemoteControlSample.app */,
70+
);
71+
name = Products;
72+
sourceTree = "<group>";
73+
};
74+
CEBF4BA71562686D00BEA0E7 /* Frameworks */ = {
75+
isa = PBXGroup;
76+
children = (
77+
CEBF4BD21562704300BEA0E7 /* AVFoundation.framework */,
78+
CEBF4BA81562686E00BEA0E7 /* UIKit.framework */,
79+
CEBF4BAA1562686E00BEA0E7 /* Foundation.framework */,
80+
CEBF4BAC1562686E00BEA0E7 /* CoreGraphics.framework */,
81+
);
82+
name = Frameworks;
83+
sourceTree = "<group>";
84+
};
85+
CEBF4BAE1562686E00BEA0E7 /* RemoteControlSample */ = {
86+
isa = PBXGroup;
87+
children = (
88+
CEBF4BB71562686E00BEA0E7 /* AppDelegate.h */,
89+
CEBF4BB81562686E00BEA0E7 /* AppDelegate.m */,
90+
CEBF4BBA1562686E00BEA0E7 /* ViewController.h */,
91+
CEBF4BBB1562686E00BEA0E7 /* ViewController.m */,
92+
CEBF4BBD1562686F00BEA0E7 /* ViewController_iPhone.xib */,
93+
CEBF4BC01562686F00BEA0E7 /* ViewController_iPad.xib */,
94+
CEBF4BD615628E1200BEA0E7 /* se_maoudamashii_magical13.mp3 */,
95+
CEBF4BAF1562686E00BEA0E7 /* Supporting Files */,
96+
);
97+
path = RemoteControlSample;
98+
sourceTree = "<group>";
99+
};
100+
CEBF4BAF1562686E00BEA0E7 /* Supporting Files */ = {
101+
isa = PBXGroup;
102+
children = (
103+
CEBF4BB01562686E00BEA0E7 /* RemoteControlSample-Info.plist */,
104+
CEBF4BB11562686E00BEA0E7 /* InfoPlist.strings */,
105+
CEBF4BB41562686E00BEA0E7 /* main.m */,
106+
CEBF4BB61562686E00BEA0E7 /* RemoteControlSample-Prefix.pch */,
107+
);
108+
name = "Supporting Files";
109+
sourceTree = "<group>";
110+
};
111+
/* End PBXGroup section */
112+
113+
/* Begin PBXNativeTarget section */
114+
CEBF4BA31562686D00BEA0E7 /* RemoteControlSample */ = {
115+
isa = PBXNativeTarget;
116+
buildConfigurationList = CEBF4BC51562686F00BEA0E7 /* Build configuration list for PBXNativeTarget "RemoteControlSample" */;
117+
buildPhases = (
118+
CEBF4BA01562686D00BEA0E7 /* Sources */,
119+
CEBF4BA11562686D00BEA0E7 /* Frameworks */,
120+
CEBF4BA21562686D00BEA0E7 /* Resources */,
121+
);
122+
buildRules = (
123+
);
124+
dependencies = (
125+
);
126+
name = RemoteControlSample;
127+
productName = RemoteControlSample;
128+
productReference = CEBF4BA41562686D00BEA0E7 /* RemoteControlSample.app */;
129+
productType = "com.apple.product-type.application";
130+
};
131+
/* End PBXNativeTarget section */
132+
133+
/* Begin PBXProject section */
134+
CEBF4B9B1562686B00BEA0E7 /* Project object */ = {
135+
isa = PBXProject;
136+
attributes = {
137+
LastUpgradeCheck = 0430;
138+
ORGANIZATIONNAME = Individual;
139+
};
140+
buildConfigurationList = CEBF4B9E1562686B00BEA0E7 /* Build configuration list for PBXProject "RemoteControlSample" */;
141+
compatibilityVersion = "Xcode 3.2";
142+
developmentRegion = English;
143+
hasScannedForEncodings = 0;
144+
knownRegions = (
145+
en,
146+
);
147+
mainGroup = CEBF4B991562686B00BEA0E7;
148+
productRefGroup = CEBF4BA51562686D00BEA0E7 /* Products */;
149+
projectDirPath = "";
150+
projectRoot = "";
151+
targets = (
152+
CEBF4BA31562686D00BEA0E7 /* RemoteControlSample */,
153+
);
154+
};
155+
/* End PBXProject section */
156+
157+
/* Begin PBXResourcesBuildPhase section */
158+
CEBF4BA21562686D00BEA0E7 /* Resources */ = {
159+
isa = PBXResourcesBuildPhase;
160+
buildActionMask = 2147483647;
161+
files = (
162+
CEBF4BB31562686E00BEA0E7 /* InfoPlist.strings in Resources */,
163+
CEBF4BBF1562686F00BEA0E7 /* ViewController_iPhone.xib in Resources */,
164+
CEBF4BC21562686F00BEA0E7 /* ViewController_iPad.xib in Resources */,
165+
CEBF4BD715628E1300BEA0E7 /* se_maoudamashii_magical13.mp3 in Resources */,
166+
);
167+
runOnlyForDeploymentPostprocessing = 0;
168+
};
169+
/* End PBXResourcesBuildPhase section */
170+
171+
/* Begin PBXSourcesBuildPhase section */
172+
CEBF4BA01562686D00BEA0E7 /* Sources */ = {
173+
isa = PBXSourcesBuildPhase;
174+
buildActionMask = 2147483647;
175+
files = (
176+
CEBF4BB51562686E00BEA0E7 /* main.m in Sources */,
177+
CEBF4BB91562686E00BEA0E7 /* AppDelegate.m in Sources */,
178+
CEBF4BBC1562686E00BEA0E7 /* ViewController.m in Sources */,
179+
);
180+
runOnlyForDeploymentPostprocessing = 0;
181+
};
182+
/* End PBXSourcesBuildPhase section */
183+
184+
/* Begin PBXVariantGroup section */
185+
CEBF4BB11562686E00BEA0E7 /* InfoPlist.strings */ = {
186+
isa = PBXVariantGroup;
187+
children = (
188+
CEBF4BB21562686E00BEA0E7 /* en */,
189+
);
190+
name = InfoPlist.strings;
191+
sourceTree = "<group>";
192+
};
193+
CEBF4BBD1562686F00BEA0E7 /* ViewController_iPhone.xib */ = {
194+
isa = PBXVariantGroup;
195+
children = (
196+
CEBF4BBE1562686F00BEA0E7 /* en */,
197+
);
198+
name = ViewController_iPhone.xib;
199+
sourceTree = "<group>";
200+
};
201+
CEBF4BC01562686F00BEA0E7 /* ViewController_iPad.xib */ = {
202+
isa = PBXVariantGroup;
203+
children = (
204+
CEBF4BC11562686F00BEA0E7 /* en */,
205+
);
206+
name = ViewController_iPad.xib;
207+
sourceTree = "<group>";
208+
};
209+
/* End PBXVariantGroup section */
210+
211+
/* Begin XCBuildConfiguration section */
212+
CEBF4BC31562686F00BEA0E7 /* Debug */ = {
213+
isa = XCBuildConfiguration;
214+
buildSettings = {
215+
ALWAYS_SEARCH_USER_PATHS = NO;
216+
ARCHS = (
217+
armv6,
218+
armv7,
219+
);
220+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
221+
COPY_PHASE_STRIP = NO;
222+
GCC_C_LANGUAGE_STANDARD = gnu99;
223+
GCC_DYNAMIC_NO_PIC = NO;
224+
GCC_OPTIMIZATION_LEVEL = 0;
225+
GCC_PREPROCESSOR_DEFINITIONS = (
226+
"DEBUG=1",
227+
"$(inherited)",
228+
);
229+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
230+
GCC_THUMB_SUPPORT = NO;
231+
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
232+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
233+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
234+
GCC_WARN_UNUSED_VARIABLE = YES;
235+
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
236+
SDKROOT = iphoneos;
237+
TARGETED_DEVICE_FAMILY = "1,2";
238+
};
239+
name = Debug;
240+
};
241+
CEBF4BC41562686F00BEA0E7 /* Release */ = {
242+
isa = XCBuildConfiguration;
243+
buildSettings = {
244+
ALWAYS_SEARCH_USER_PATHS = NO;
245+
ARCHS = (
246+
armv6,
247+
armv7,
248+
);
249+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
250+
COPY_PHASE_STRIP = YES;
251+
GCC_C_LANGUAGE_STANDARD = gnu99;
252+
GCC_THUMB_SUPPORT = NO;
253+
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
254+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
255+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
256+
GCC_WARN_UNUSED_VARIABLE = YES;
257+
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
258+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
259+
SDKROOT = iphoneos;
260+
TARGETED_DEVICE_FAMILY = "1,2";
261+
VALIDATE_PRODUCT = YES;
262+
};
263+
name = Release;
264+
};
265+
CEBF4BC61562686F00BEA0E7 /* Debug */ = {
266+
isa = XCBuildConfiguration;
267+
buildSettings = {
268+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
269+
GCC_PREFIX_HEADER = "RemoteControlSample/RemoteControlSample-Prefix.pch";
270+
GCC_THUMB_SUPPORT = NO;
271+
INFOPLIST_FILE = "RemoteControlSample/RemoteControlSample-Info.plist";
272+
PRODUCT_NAME = "$(TARGET_NAME)";
273+
WRAPPER_EXTENSION = app;
274+
};
275+
name = Debug;
276+
};
277+
CEBF4BC71562686F00BEA0E7 /* Release */ = {
278+
isa = XCBuildConfiguration;
279+
buildSettings = {
280+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
281+
GCC_PREFIX_HEADER = "RemoteControlSample/RemoteControlSample-Prefix.pch";
282+
GCC_THUMB_SUPPORT = NO;
283+
INFOPLIST_FILE = "RemoteControlSample/RemoteControlSample-Info.plist";
284+
PRODUCT_NAME = "$(TARGET_NAME)";
285+
WRAPPER_EXTENSION = app;
286+
};
287+
name = Release;
288+
};
289+
/* End XCBuildConfiguration section */
290+
291+
/* Begin XCConfigurationList section */
292+
CEBF4B9E1562686B00BEA0E7 /* Build configuration list for PBXProject "RemoteControlSample" */ = {
293+
isa = XCConfigurationList;
294+
buildConfigurations = (
295+
CEBF4BC31562686F00BEA0E7 /* Debug */,
296+
CEBF4BC41562686F00BEA0E7 /* Release */,
297+
);
298+
defaultConfigurationIsVisible = 0;
299+
defaultConfigurationName = Release;
300+
};
301+
CEBF4BC51562686F00BEA0E7 /* Build configuration list for PBXNativeTarget "RemoteControlSample" */ = {
302+
isa = XCConfigurationList;
303+
buildConfigurations = (
304+
CEBF4BC61562686F00BEA0E7 /* Debug */,
305+
CEBF4BC71562686F00BEA0E7 /* Release */,
306+
);
307+
defaultConfigurationIsVisible = 0;
308+
defaultConfigurationName = Release;
309+
};
310+
/* End XCConfigurationList section */
311+
};
312+
rootObject = CEBF4B9B1562686B00BEA0E7 /* Project object */;
313+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// AppDelegate.h
3+
// RemoteControlSample
4+
//
5+
// Created by UQ Times on 12/05/15.
6+
// Copyright (c) 2012年 Individual. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@class ViewController;
12+
13+
@interface AppDelegate : UIResponder <UIApplicationDelegate>
14+
15+
@property (strong, nonatomic) UIWindow *window;
16+
17+
@property (strong, nonatomic) ViewController *viewController;
18+
19+
@end

0 commit comments

Comments
 (0)