Skip to content

Commit 3802050

Browse files
committed
added Camera Sample
1 parent 87f50fa commit 3802050

28 files changed

Lines changed: 1591 additions & 0 deletions
Lines changed: 290 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,290 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
4C6436AB147B0EBC00C50759 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C6436AA147B0EBC00C50759 /* AVFoundation.framework */; };
11+
4C6436B1147B107700C50759 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C6436B0147B107700C50759 /* QuartzCore.framework */; };
12+
4C75EF4C147B0B0600465A12 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C75EF4B147B0B0600465A12 /* UIKit.framework */; };
13+
4C75EF4E147B0B0600465A12 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C75EF4D147B0B0600465A12 /* Foundation.framework */; };
14+
4C75EF50147B0B0600465A12 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C75EF4F147B0B0600465A12 /* CoreGraphics.framework */; };
15+
4C75EF56147B0B0600465A12 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4C75EF54147B0B0600465A12 /* InfoPlist.strings */; };
16+
4C75EF58147B0B0600465A12 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C75EF57147B0B0600465A12 /* main.m */; };
17+
4C75EF5C147B0B0600465A12 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C75EF5B147B0B0600465A12 /* AppDelegate.m */; };
18+
4C75EF5F147B0B0600465A12 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C75EF5E147B0B0600465A12 /* ViewController.m */; };
19+
4C75EF62147B0B0700465A12 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C75EF60147B0B0700465A12 /* ViewController.xib */; };
20+
/* End PBXBuildFile section */
21+
22+
/* Begin PBXFileReference section */
23+
4C6436AA147B0EBC00C50759 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
24+
4C6436B0147B107700C50759 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
25+
4C75EF47147B0B0600465A12 /* CameraSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CameraSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
26+
4C75EF4B147B0B0600465A12 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
27+
4C75EF4D147B0B0600465A12 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
28+
4C75EF4F147B0B0600465A12 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
29+
4C75EF53147B0B0600465A12 /* CameraSample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CameraSample-Info.plist"; sourceTree = "<group>"; };
30+
4C75EF55147B0B0600465A12 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
31+
4C75EF57147B0B0600465A12 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
32+
4C75EF59147B0B0600465A12 /* CameraSample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CameraSample-Prefix.pch"; sourceTree = "<group>"; };
33+
4C75EF5A147B0B0600465A12 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
34+
4C75EF5B147B0B0600465A12 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
35+
4C75EF5D147B0B0600465A12 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
36+
4C75EF5E147B0B0600465A12 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
37+
4C75EF61147B0B0700465A12 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
38+
/* End PBXFileReference section */
39+
40+
/* Begin PBXFrameworksBuildPhase section */
41+
4C75EF44147B0B0600465A12 /* Frameworks */ = {
42+
isa = PBXFrameworksBuildPhase;
43+
buildActionMask = 2147483647;
44+
files = (
45+
4C6436B1147B107700C50759 /* QuartzCore.framework in Frameworks */,
46+
4C6436AB147B0EBC00C50759 /* AVFoundation.framework in Frameworks */,
47+
4C75EF4C147B0B0600465A12 /* UIKit.framework in Frameworks */,
48+
4C75EF4E147B0B0600465A12 /* Foundation.framework in Frameworks */,
49+
4C75EF50147B0B0600465A12 /* CoreGraphics.framework in Frameworks */,
50+
);
51+
runOnlyForDeploymentPostprocessing = 0;
52+
};
53+
/* End PBXFrameworksBuildPhase section */
54+
55+
/* Begin PBXGroup section */
56+
4C75EF3C147B0B0600465A12 = {
57+
isa = PBXGroup;
58+
children = (
59+
4C6436B0147B107700C50759 /* QuartzCore.framework */,
60+
4C6436AA147B0EBC00C50759 /* AVFoundation.framework */,
61+
4C75EF51147B0B0600465A12 /* CameraSample */,
62+
4C75EF4A147B0B0600465A12 /* Frameworks */,
63+
4C75EF48147B0B0600465A12 /* Products */,
64+
);
65+
sourceTree = "<group>";
66+
};
67+
4C75EF48147B0B0600465A12 /* Products */ = {
68+
isa = PBXGroup;
69+
children = (
70+
4C75EF47147B0B0600465A12 /* CameraSample.app */,
71+
);
72+
name = Products;
73+
sourceTree = "<group>";
74+
};
75+
4C75EF4A147B0B0600465A12 /* Frameworks */ = {
76+
isa = PBXGroup;
77+
children = (
78+
4C75EF4B147B0B0600465A12 /* UIKit.framework */,
79+
4C75EF4D147B0B0600465A12 /* Foundation.framework */,
80+
4C75EF4F147B0B0600465A12 /* CoreGraphics.framework */,
81+
);
82+
name = Frameworks;
83+
sourceTree = "<group>";
84+
};
85+
4C75EF51147B0B0600465A12 /* CameraSample */ = {
86+
isa = PBXGroup;
87+
children = (
88+
4C75EF5A147B0B0600465A12 /* AppDelegate.h */,
89+
4C75EF5B147B0B0600465A12 /* AppDelegate.m */,
90+
4C75EF5D147B0B0600465A12 /* ViewController.h */,
91+
4C75EF5E147B0B0600465A12 /* ViewController.m */,
92+
4C75EF60147B0B0700465A12 /* ViewController.xib */,
93+
4C75EF52147B0B0600465A12 /* Supporting Files */,
94+
);
95+
path = CameraSample;
96+
sourceTree = "<group>";
97+
};
98+
4C75EF52147B0B0600465A12 /* Supporting Files */ = {
99+
isa = PBXGroup;
100+
children = (
101+
4C75EF53147B0B0600465A12 /* CameraSample-Info.plist */,
102+
4C75EF54147B0B0600465A12 /* InfoPlist.strings */,
103+
4C75EF57147B0B0600465A12 /* main.m */,
104+
4C75EF59147B0B0600465A12 /* CameraSample-Prefix.pch */,
105+
);
106+
name = "Supporting Files";
107+
sourceTree = "<group>";
108+
};
109+
/* End PBXGroup section */
110+
111+
/* Begin PBXNativeTarget section */
112+
4C75EF46147B0B0600465A12 /* CameraSample */ = {
113+
isa = PBXNativeTarget;
114+
buildConfigurationList = 4C75EF65147B0B0700465A12 /* Build configuration list for PBXNativeTarget "CameraSample" */;
115+
buildPhases = (
116+
4C75EF43147B0B0600465A12 /* Sources */,
117+
4C75EF44147B0B0600465A12 /* Frameworks */,
118+
4C75EF45147B0B0600465A12 /* Resources */,
119+
);
120+
buildRules = (
121+
);
122+
dependencies = (
123+
);
124+
name = CameraSample;
125+
productName = CameraSample;
126+
productReference = 4C75EF47147B0B0600465A12 /* CameraSample.app */;
127+
productType = "com.apple.product-type.application";
128+
};
129+
/* End PBXNativeTarget section */
130+
131+
/* Begin PBXProject section */
132+
4C75EF3E147B0B0600465A12 /* Project object */ = {
133+
isa = PBXProject;
134+
attributes = {
135+
LastUpgradeCheck = 0420;
136+
};
137+
buildConfigurationList = 4C75EF41147B0B0600465A12 /* Build configuration list for PBXProject "CameraSample" */;
138+
compatibilityVersion = "Xcode 3.2";
139+
developmentRegion = English;
140+
hasScannedForEncodings = 0;
141+
knownRegions = (
142+
en,
143+
);
144+
mainGroup = 4C75EF3C147B0B0600465A12;
145+
productRefGroup = 4C75EF48147B0B0600465A12 /* Products */;
146+
projectDirPath = "";
147+
projectRoot = "";
148+
targets = (
149+
4C75EF46147B0B0600465A12 /* CameraSample */,
150+
);
151+
};
152+
/* End PBXProject section */
153+
154+
/* Begin PBXResourcesBuildPhase section */
155+
4C75EF45147B0B0600465A12 /* Resources */ = {
156+
isa = PBXResourcesBuildPhase;
157+
buildActionMask = 2147483647;
158+
files = (
159+
4C75EF56147B0B0600465A12 /* InfoPlist.strings in Resources */,
160+
4C75EF62147B0B0700465A12 /* ViewController.xib in Resources */,
161+
);
162+
runOnlyForDeploymentPostprocessing = 0;
163+
};
164+
/* End PBXResourcesBuildPhase section */
165+
166+
/* Begin PBXSourcesBuildPhase section */
167+
4C75EF43147B0B0600465A12 /* Sources */ = {
168+
isa = PBXSourcesBuildPhase;
169+
buildActionMask = 2147483647;
170+
files = (
171+
4C75EF58147B0B0600465A12 /* main.m in Sources */,
172+
4C75EF5C147B0B0600465A12 /* AppDelegate.m in Sources */,
173+
4C75EF5F147B0B0600465A12 /* ViewController.m in Sources */,
174+
);
175+
runOnlyForDeploymentPostprocessing = 0;
176+
};
177+
/* End PBXSourcesBuildPhase section */
178+
179+
/* Begin PBXVariantGroup section */
180+
4C75EF54147B0B0600465A12 /* InfoPlist.strings */ = {
181+
isa = PBXVariantGroup;
182+
children = (
183+
4C75EF55147B0B0600465A12 /* en */,
184+
);
185+
name = InfoPlist.strings;
186+
sourceTree = "<group>";
187+
};
188+
4C75EF60147B0B0700465A12 /* ViewController.xib */ = {
189+
isa = PBXVariantGroup;
190+
children = (
191+
4C75EF61147B0B0700465A12 /* en */,
192+
);
193+
name = ViewController.xib;
194+
sourceTree = "<group>";
195+
};
196+
/* End PBXVariantGroup section */
197+
198+
/* Begin XCBuildConfiguration section */
199+
4C75EF63147B0B0700465A12 /* Debug */ = {
200+
isa = XCBuildConfiguration;
201+
buildSettings = {
202+
ALWAYS_SEARCH_USER_PATHS = NO;
203+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
204+
CLANG_ENABLE_OBJC_ARC = YES;
205+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
206+
COPY_PHASE_STRIP = NO;
207+
GCC_C_LANGUAGE_STANDARD = gnu99;
208+
GCC_DYNAMIC_NO_PIC = NO;
209+
GCC_OPTIMIZATION_LEVEL = 0;
210+
GCC_PREPROCESSOR_DEFINITIONS = (
211+
"DEBUG=1",
212+
"$(inherited)",
213+
);
214+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
215+
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
216+
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
217+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
218+
GCC_WARN_UNUSED_VARIABLE = YES;
219+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
220+
SDKROOT = iphoneos;
221+
};
222+
name = Debug;
223+
};
224+
4C75EF64147B0B0700465A12 /* Release */ = {
225+
isa = XCBuildConfiguration;
226+
buildSettings = {
227+
ALWAYS_SEARCH_USER_PATHS = NO;
228+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
229+
CLANG_ENABLE_OBJC_ARC = YES;
230+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
231+
COPY_PHASE_STRIP = YES;
232+
GCC_C_LANGUAGE_STANDARD = gnu99;
233+
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
234+
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
235+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
236+
GCC_WARN_UNUSED_VARIABLE = YES;
237+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
238+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
239+
SDKROOT = iphoneos;
240+
VALIDATE_PRODUCT = YES;
241+
};
242+
name = Release;
243+
};
244+
4C75EF66147B0B0700465A12 /* Debug */ = {
245+
isa = XCBuildConfiguration;
246+
buildSettings = {
247+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
248+
GCC_PREFIX_HEADER = "CameraSample/CameraSample-Prefix.pch";
249+
INFOPLIST_FILE = "CameraSample/CameraSample-Info.plist";
250+
PRODUCT_NAME = "$(TARGET_NAME)";
251+
WRAPPER_EXTENSION = app;
252+
};
253+
name = Debug;
254+
};
255+
4C75EF67147B0B0700465A12 /* Release */ = {
256+
isa = XCBuildConfiguration;
257+
buildSettings = {
258+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
259+
GCC_PREFIX_HEADER = "CameraSample/CameraSample-Prefix.pch";
260+
INFOPLIST_FILE = "CameraSample/CameraSample-Info.plist";
261+
PRODUCT_NAME = "$(TARGET_NAME)";
262+
WRAPPER_EXTENSION = app;
263+
};
264+
name = Release;
265+
};
266+
/* End XCBuildConfiguration section */
267+
268+
/* Begin XCConfigurationList section */
269+
4C75EF41147B0B0600465A12 /* Build configuration list for PBXProject "CameraSample" */ = {
270+
isa = XCConfigurationList;
271+
buildConfigurations = (
272+
4C75EF63147B0B0700465A12 /* Debug */,
273+
4C75EF64147B0B0700465A12 /* Release */,
274+
);
275+
defaultConfigurationIsVisible = 0;
276+
defaultConfigurationName = Release;
277+
};
278+
4C75EF65147B0B0700465A12 /* Build configuration list for PBXNativeTarget "CameraSample" */ = {
279+
isa = XCConfigurationList;
280+
buildConfigurations = (
281+
4C75EF66147B0B0700465A12 /* Debug */,
282+
4C75EF67147B0B0700465A12 /* Release */,
283+
);
284+
defaultConfigurationIsVisible = 0;
285+
defaultConfigurationName = Release;
286+
};
287+
/* End XCConfigurationList section */
288+
};
289+
rootObject = 4C75EF3E147B0B0600465A12 /* Project object */;
290+
}

CameraSample/CameraSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEWorkspaceUserSettings_HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
6+
<true/>
7+
<key>IDEWorkspaceUserSettings_SnapshotAutomaticallyBeforeSignificantChanges</key>
8+
<true/>
9+
</dict>
10+
</plist>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "1.0">
5+
</Bucket>

0 commit comments

Comments
 (0)