Skip to content

Commit 3c215f9

Browse files
committed
temporary
1 parent 9639293 commit 3c215f9

File tree

120 files changed

+14197
-603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+14197
-603
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,283 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
4C4A3FA1134F588000FCF038 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C4A3FA0134F588000FCF038 /* UIKit.framework */; };
11+
4C4A3FA3134F588000FCF038 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C4A3FA2134F588000FCF038 /* Foundation.framework */; };
12+
4C4A3FA5134F588000FCF038 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C4A3FA4134F588000FCF038 /* CoreGraphics.framework */; };
13+
4C4A3FAB134F588100FCF038 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4C4A3FA9134F588100FCF038 /* InfoPlist.strings */; };
14+
4C4A3FAE134F588100FCF038 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C4A3FAD134F588100FCF038 /* main.m */; };
15+
4C4A3FB1134F588100FCF038 /* AVCaptreSampleAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C4A3FB0134F588100FCF038 /* AVCaptreSampleAppDelegate.m */; };
16+
4C4A3FB4134F588100FCF038 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C4A3FB2134F588100FCF038 /* MainWindow.xib */; };
17+
4C4A3FC4134F5AC700FCF038 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C4A3FC3134F5AC700FCF038 /* CoreVideo.framework */; };
18+
4C4A3FC6134F5AD900FCF038 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C4A3FC5134F5AD900FCF038 /* CoreMedia.framework */; };
19+
4C4A3FCA134F5B6900FCF038 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C4A3FC9134F5B6900FCF038 /* AVFoundation.framework */; };
20+
/* End PBXBuildFile section */
21+
22+
/* Begin PBXFileReference section */
23+
4C4A3F9C134F588000FCF038 /* AVCaptreSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AVCaptreSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
24+
4C4A3FA0134F588000FCF038 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
25+
4C4A3FA2134F588000FCF038 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
26+
4C4A3FA4134F588000FCF038 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
27+
4C4A3FA8134F588000FCF038 /* AVCaptreSample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "AVCaptreSample-Info.plist"; sourceTree = "<group>"; };
28+
4C4A3FAA134F588100FCF038 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
29+
4C4A3FAC134F588100FCF038 /* AVCaptreSample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AVCaptreSample-Prefix.pch"; sourceTree = "<group>"; };
30+
4C4A3FAD134F588100FCF038 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31+
4C4A3FAF134F588100FCF038 /* AVCaptreSampleAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AVCaptreSampleAppDelegate.h; sourceTree = "<group>"; };
32+
4C4A3FB0134F588100FCF038 /* AVCaptreSampleAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AVCaptreSampleAppDelegate.m; sourceTree = "<group>"; };
33+
4C4A3FB3134F588100FCF038 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
34+
4C4A3FBA134F58A300FCF038 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
35+
4C4A3FBC134F58AD00FCF038 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
36+
4C4A3FC3134F5AC700FCF038 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
37+
4C4A3FC5134F5AD900FCF038 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
38+
4C4A3FC7134F5B6300FCF038 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
39+
4C4A3FC9134F5B6900FCF038 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
40+
/* End PBXFileReference section */
41+
42+
/* Begin PBXFrameworksBuildPhase section */
43+
4C4A3F99134F588000FCF038 /* Frameworks */ = {
44+
isa = PBXFrameworksBuildPhase;
45+
buildActionMask = 2147483647;
46+
files = (
47+
4C4A3FA1134F588000FCF038 /* UIKit.framework in Frameworks */,
48+
4C4A3FA3134F588000FCF038 /* Foundation.framework in Frameworks */,
49+
4C4A3FA5134F588000FCF038 /* CoreGraphics.framework in Frameworks */,
50+
4C4A3FC4134F5AC700FCF038 /* CoreVideo.framework in Frameworks */,
51+
4C4A3FC6134F5AD900FCF038 /* CoreMedia.framework in Frameworks */,
52+
4C4A3FCA134F5B6900FCF038 /* AVFoundation.framework in Frameworks */,
53+
);
54+
runOnlyForDeploymentPostprocessing = 0;
55+
};
56+
/* End PBXFrameworksBuildPhase section */
57+
58+
/* Begin PBXGroup section */
59+
4C4A3F91134F588000FCF038 = {
60+
isa = PBXGroup;
61+
children = (
62+
4C4A3FC7134F5B6300FCF038 /* AVFoundation.framework */,
63+
4C4A3FBC134F58AD00FCF038 /* CoreVideo.framework */,
64+
4C4A3FBA134F58A300FCF038 /* CoreMedia.framework */,
65+
4C4A3FA6134F588000FCF038 /* AVCaptreSample */,
66+
4C4A3F9F134F588000FCF038 /* Frameworks */,
67+
4C4A3F9D134F588000FCF038 /* Products */,
68+
);
69+
sourceTree = "<group>";
70+
};
71+
4C4A3F9D134F588000FCF038 /* Products */ = {
72+
isa = PBXGroup;
73+
children = (
74+
4C4A3F9C134F588000FCF038 /* AVCaptreSample.app */,
75+
);
76+
name = Products;
77+
sourceTree = "<group>";
78+
};
79+
4C4A3F9F134F588000FCF038 /* Frameworks */ = {
80+
isa = PBXGroup;
81+
children = (
82+
4C4A3FC9134F5B6900FCF038 /* AVFoundation.framework */,
83+
4C4A3FC5134F5AD900FCF038 /* CoreMedia.framework */,
84+
4C4A3FC3134F5AC700FCF038 /* CoreVideo.framework */,
85+
4C4A3FA0134F588000FCF038 /* UIKit.framework */,
86+
4C4A3FA2134F588000FCF038 /* Foundation.framework */,
87+
4C4A3FA4134F588000FCF038 /* CoreGraphics.framework */,
88+
);
89+
name = Frameworks;
90+
sourceTree = "<group>";
91+
};
92+
4C4A3FA6134F588000FCF038 /* AVCaptreSample */ = {
93+
isa = PBXGroup;
94+
children = (
95+
4C4A3FAF134F588100FCF038 /* AVCaptreSampleAppDelegate.h */,
96+
4C4A3FB0134F588100FCF038 /* AVCaptreSampleAppDelegate.m */,
97+
4C4A3FB2134F588100FCF038 /* MainWindow.xib */,
98+
4C4A3FA7134F588000FCF038 /* Supporting Files */,
99+
);
100+
path = AVCaptreSample;
101+
sourceTree = "<group>";
102+
};
103+
4C4A3FA7134F588000FCF038 /* Supporting Files */ = {
104+
isa = PBXGroup;
105+
children = (
106+
4C4A3FA8134F588000FCF038 /* AVCaptreSample-Info.plist */,
107+
4C4A3FA9134F588100FCF038 /* InfoPlist.strings */,
108+
4C4A3FAC134F588100FCF038 /* AVCaptreSample-Prefix.pch */,
109+
4C4A3FAD134F588100FCF038 /* main.m */,
110+
);
111+
name = "Supporting Files";
112+
sourceTree = "<group>";
113+
};
114+
/* End PBXGroup section */
115+
116+
/* Begin PBXNativeTarget section */
117+
4C4A3F9B134F588000FCF038 /* AVCaptreSample */ = {
118+
isa = PBXNativeTarget;
119+
buildConfigurationList = 4C4A3FB7134F588100FCF038 /* Build configuration list for PBXNativeTarget "AVCaptreSample" */;
120+
buildPhases = (
121+
4C4A3F98134F588000FCF038 /* Sources */,
122+
4C4A3F99134F588000FCF038 /* Frameworks */,
123+
4C4A3F9A134F588000FCF038 /* Resources */,
124+
);
125+
buildRules = (
126+
);
127+
dependencies = (
128+
);
129+
name = AVCaptreSample;
130+
productName = AVCaptreSample;
131+
productReference = 4C4A3F9C134F588000FCF038 /* AVCaptreSample.app */;
132+
productType = "com.apple.product-type.application";
133+
};
134+
/* End PBXNativeTarget section */
135+
136+
/* Begin PBXProject section */
137+
4C4A3F93134F588000FCF038 /* Project object */ = {
138+
isa = PBXProject;
139+
buildConfigurationList = 4C4A3F96134F588000FCF038 /* Build configuration list for PBXProject "AVCaptreSample" */;
140+
compatibilityVersion = "Xcode 3.2";
141+
developmentRegion = English;
142+
hasScannedForEncodings = 0;
143+
knownRegions = (
144+
en,
145+
);
146+
mainGroup = 4C4A3F91134F588000FCF038;
147+
productRefGroup = 4C4A3F9D134F588000FCF038 /* Products */;
148+
projectDirPath = "";
149+
projectRoot = "";
150+
targets = (
151+
4C4A3F9B134F588000FCF038 /* AVCaptreSample */,
152+
);
153+
};
154+
/* End PBXProject section */
155+
156+
/* Begin PBXResourcesBuildPhase section */
157+
4C4A3F9A134F588000FCF038 /* Resources */ = {
158+
isa = PBXResourcesBuildPhase;
159+
buildActionMask = 2147483647;
160+
files = (
161+
4C4A3FAB134F588100FCF038 /* InfoPlist.strings in Resources */,
162+
4C4A3FB4134F588100FCF038 /* MainWindow.xib in Resources */,
163+
);
164+
runOnlyForDeploymentPostprocessing = 0;
165+
};
166+
/* End PBXResourcesBuildPhase section */
167+
168+
/* Begin PBXSourcesBuildPhase section */
169+
4C4A3F98134F588000FCF038 /* Sources */ = {
170+
isa = PBXSourcesBuildPhase;
171+
buildActionMask = 2147483647;
172+
files = (
173+
4C4A3FAE134F588100FCF038 /* main.m in Sources */,
174+
4C4A3FB1134F588100FCF038 /* AVCaptreSampleAppDelegate.m in Sources */,
175+
);
176+
runOnlyForDeploymentPostprocessing = 0;
177+
};
178+
/* End PBXSourcesBuildPhase section */
179+
180+
/* Begin PBXVariantGroup section */
181+
4C4A3FA9134F588100FCF038 /* InfoPlist.strings */ = {
182+
isa = PBXVariantGroup;
183+
children = (
184+
4C4A3FAA134F588100FCF038 /* en */,
185+
);
186+
name = InfoPlist.strings;
187+
sourceTree = "<group>";
188+
};
189+
4C4A3FB2134F588100FCF038 /* MainWindow.xib */ = {
190+
isa = PBXVariantGroup;
191+
children = (
192+
4C4A3FB3134F588100FCF038 /* en */,
193+
);
194+
name = MainWindow.xib;
195+
sourceTree = "<group>";
196+
};
197+
/* End PBXVariantGroup section */
198+
199+
/* Begin XCBuildConfiguration section */
200+
4C4A3FB5134F588100FCF038 /* Debug */ = {
201+
isa = XCBuildConfiguration;
202+
buildSettings = {
203+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
204+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
205+
GCC_C_LANGUAGE_STANDARD = gnu99;
206+
GCC_OPTIMIZATION_LEVEL = 0;
207+
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
208+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
209+
GCC_VERSION = com.apple.compilers.llvmgcc42;
210+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
211+
GCC_WARN_UNUSED_VARIABLE = YES;
212+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
213+
SDKROOT = iphoneos;
214+
};
215+
name = Debug;
216+
};
217+
4C4A3FB6134F588100FCF038 /* Release */ = {
218+
isa = XCBuildConfiguration;
219+
buildSettings = {
220+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
221+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
222+
GCC_C_LANGUAGE_STANDARD = gnu99;
223+
GCC_VERSION = com.apple.compilers.llvmgcc42;
224+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
225+
GCC_WARN_UNUSED_VARIABLE = YES;
226+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
227+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
228+
SDKROOT = iphoneos;
229+
};
230+
name = Release;
231+
};
232+
4C4A3FB8134F588100FCF038 /* Debug */ = {
233+
isa = XCBuildConfiguration;
234+
buildSettings = {
235+
ALWAYS_SEARCH_USER_PATHS = NO;
236+
COPY_PHASE_STRIP = NO;
237+
GCC_DYNAMIC_NO_PIC = NO;
238+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
239+
GCC_PREFIX_HEADER = "AVCaptreSample/AVCaptreSample-Prefix.pch";
240+
INFOPLIST_FILE = "AVCaptreSample/AVCaptreSample-Info.plist";
241+
PRODUCT_NAME = "$(TARGET_NAME)";
242+
WRAPPER_EXTENSION = app;
243+
};
244+
name = Debug;
245+
};
246+
4C4A3FB9134F588100FCF038 /* Release */ = {
247+
isa = XCBuildConfiguration;
248+
buildSettings = {
249+
ALWAYS_SEARCH_USER_PATHS = NO;
250+
COPY_PHASE_STRIP = YES;
251+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
252+
GCC_PREFIX_HEADER = "AVCaptreSample/AVCaptreSample-Prefix.pch";
253+
INFOPLIST_FILE = "AVCaptreSample/AVCaptreSample-Info.plist";
254+
PRODUCT_NAME = "$(TARGET_NAME)";
255+
VALIDATE_PRODUCT = YES;
256+
WRAPPER_EXTENSION = app;
257+
};
258+
name = Release;
259+
};
260+
/* End XCBuildConfiguration section */
261+
262+
/* Begin XCConfigurationList section */
263+
4C4A3F96134F588000FCF038 /* Build configuration list for PBXProject "AVCaptreSample" */ = {
264+
isa = XCConfigurationList;
265+
buildConfigurations = (
266+
4C4A3FB5134F588100FCF038 /* Debug */,
267+
4C4A3FB6134F588100FCF038 /* Release */,
268+
);
269+
defaultConfigurationIsVisible = 0;
270+
defaultConfigurationName = Release;
271+
};
272+
4C4A3FB7134F588100FCF038 /* Build configuration list for PBXNativeTarget "AVCaptreSample" */ = {
273+
isa = XCConfigurationList;
274+
buildConfigurations = (
275+
4C4A3FB8134F588100FCF038 /* Debug */,
276+
4C4A3FB9134F588100FCF038 /* Release */,
277+
);
278+
defaultConfigurationIsVisible = 0;
279+
};
280+
/* End XCConfigurationList section */
281+
};
282+
rootObject = 4C4A3F93134F588000FCF038 /* Project object */;
283+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>${PRODUCT_NAME}</string>
9+
<key>CFBundleDocumentTypes</key>
10+
<array/>
11+
<key>CFBundleExecutable</key>
12+
<string>${EXECUTABLE_NAME}</string>
13+
<key>CFBundleIconFile</key>
14+
<string></string>
15+
<key>CFBundleIdentifier</key>
16+
<string>com.xcatsan.${PRODUCT_NAME:rfc1034identifier}</string>
17+
<key>CFBundleInfoDictionaryVersion</key>
18+
<string>6.0</string>
19+
<key>CFBundleName</key>
20+
<string>${PRODUCT_NAME}</string>
21+
<key>CFBundlePackageType</key>
22+
<string>APPL</string>
23+
<key>CFBundleShortVersionString</key>
24+
<string>1.0</string>
25+
<key>CFBundleSignature</key>
26+
<string>????</string>
27+
<key>CFBundleURLTypes</key>
28+
<array/>
29+
<key>CFBundleVersion</key>
30+
<string>1.0</string>
31+
<key>LSRequiresIPhoneOS</key>
32+
<true/>
33+
<key>NSMainNibFile</key>
34+
<string>MainWindow</string>
35+
<key>UIRequiredDeviceCapabilities</key>
36+
<array>
37+
<string>still-camera</string>
38+
<string>auto-focus-camera</string>
39+
</array>
40+
<key>UISupportedInterfaceOrientations</key>
41+
<array>
42+
<string>UIInterfaceOrientationPortrait</string>
43+
<string>UIInterfaceOrientationLandscapeLeft</string>
44+
<string>UIInterfaceOrientationLandscapeRight</string>
45+
</array>
46+
<key>UTExportedTypeDeclarations</key>
47+
<array/>
48+
<key>UTImportedTypeDeclarations</key>
49+
<array/>
50+
</dict>
51+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//
2+
// Prefix header for all source files of the 'AVCaptreSample' target in the 'AVCaptreSample' project
3+
//
4+
5+
#import <Availability.h>
6+
7+
#ifndef __IPHONE_3_0
8+
#warning "This project uses features only available in iPhone SDK 3.0 and later."
9+
#endif
10+
11+
#ifdef __OBJC__
12+
#import <UIKit/UIKit.h>
13+
#import <Foundation/Foundation.h>
14+
#endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
//
2+
// AVCaptreSampleAppDelegate.h
3+
// AVCaptreSample
4+
//
5+
// Created by Hiroshi Hashiguchi on 11/04/08.
6+
// Copyright 2011 __MyCompanyName__. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@interface AVCaptreSampleAppDelegate : NSObject <UIApplicationDelegate> {
12+
13+
}
14+
@property (nonatomic, retain) IBOutlet UIView* previewView;
15+
@property (nonatomic, retain) IBOutlet UIScrollView* scrollView;
16+
@property (nonatomic, retain) IBOutlet UIWindow *window;
17+
18+
@end

0 commit comments

Comments
 (0)