Skip to content

Commit e583c98

Browse files
committed
workset in 2011-07-06
1 parent 3ca97ea commit e583c98

12 files changed

+1294
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
4CC9386B13C4450F006D2CD9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CC9386A13C4450F006D2CD9 /* UIKit.framework */; };
11+
4CC9386D13C4450F006D2CD9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CC9386C13C4450F006D2CD9 /* Foundation.framework */; };
12+
4CC9386F13C4450F006D2CD9 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CC9386E13C4450F006D2CD9 /* CoreGraphics.framework */; };
13+
4CC9387513C4450F006D2CD9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4CC9387313C4450F006D2CD9 /* InfoPlist.strings */; };
14+
4CC9387813C4450F006D2CD9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC9387713C4450F006D2CD9 /* main.m */; };
15+
4CC9387B13C4450F006D2CD9 /* RotateImageSampleAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC9387A13C4450F006D2CD9 /* RotateImageSampleAppDelegate.m */; };
16+
4CC9387E13C4450F006D2CD9 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CC9387C13C4450F006D2CD9 /* MainWindow.xib */; };
17+
4CC9388113C4450F006D2CD9 /* RotateImageSampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC9388013C4450F006D2CD9 /* RotateImageSampleViewController.m */; };
18+
4CC9388413C4450F006D2CD9 /* RotateImageSampleViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CC9388213C4450F006D2CD9 /* RotateImageSampleViewController.xib */; };
19+
4CC9388B13C44542006D2CD9 /* arrow_up.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CC9388A13C44542006D2CD9 /* arrow_up.png */; };
20+
/* End PBXBuildFile section */
21+
22+
/* Begin PBXFileReference section */
23+
4CC9386613C4450F006D2CD9 /* RotateImageSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RotateImageSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
24+
4CC9386A13C4450F006D2CD9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
25+
4CC9386C13C4450F006D2CD9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
26+
4CC9386E13C4450F006D2CD9 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
27+
4CC9387213C4450F006D2CD9 /* RotateImageSample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RotateImageSample-Info.plist"; sourceTree = "<group>"; };
28+
4CC9387413C4450F006D2CD9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
29+
4CC9387613C4450F006D2CD9 /* RotateImageSample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RotateImageSample-Prefix.pch"; sourceTree = "<group>"; };
30+
4CC9387713C4450F006D2CD9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31+
4CC9387913C4450F006D2CD9 /* RotateImageSampleAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RotateImageSampleAppDelegate.h; sourceTree = "<group>"; };
32+
4CC9387A13C4450F006D2CD9 /* RotateImageSampleAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RotateImageSampleAppDelegate.m; sourceTree = "<group>"; };
33+
4CC9387D13C4450F006D2CD9 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
34+
4CC9387F13C4450F006D2CD9 /* RotateImageSampleViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RotateImageSampleViewController.h; sourceTree = "<group>"; };
35+
4CC9388013C4450F006D2CD9 /* RotateImageSampleViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RotateImageSampleViewController.m; sourceTree = "<group>"; };
36+
4CC9388313C4450F006D2CD9 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/RotateImageSampleViewController.xib; sourceTree = "<group>"; };
37+
4CC9388A13C44542006D2CD9 /* arrow_up.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = arrow_up.png; sourceTree = "<group>"; };
38+
/* End PBXFileReference section */
39+
40+
/* Begin PBXFrameworksBuildPhase section */
41+
4CC9386313C4450F006D2CD9 /* Frameworks */ = {
42+
isa = PBXFrameworksBuildPhase;
43+
buildActionMask = 2147483647;
44+
files = (
45+
4CC9386B13C4450F006D2CD9 /* UIKit.framework in Frameworks */,
46+
4CC9386D13C4450F006D2CD9 /* Foundation.framework in Frameworks */,
47+
4CC9386F13C4450F006D2CD9 /* CoreGraphics.framework in Frameworks */,
48+
);
49+
runOnlyForDeploymentPostprocessing = 0;
50+
};
51+
/* End PBXFrameworksBuildPhase section */
52+
53+
/* Begin PBXGroup section */
54+
4CC9385B13C4450F006D2CD9 = {
55+
isa = PBXGroup;
56+
children = (
57+
4CC9387013C4450F006D2CD9 /* RotateImageSample */,
58+
4CC9386913C4450F006D2CD9 /* Frameworks */,
59+
4CC9386713C4450F006D2CD9 /* Products */,
60+
);
61+
sourceTree = "<group>";
62+
};
63+
4CC9386713C4450F006D2CD9 /* Products */ = {
64+
isa = PBXGroup;
65+
children = (
66+
4CC9386613C4450F006D2CD9 /* RotateImageSample.app */,
67+
);
68+
name = Products;
69+
sourceTree = "<group>";
70+
};
71+
4CC9386913C4450F006D2CD9 /* Frameworks */ = {
72+
isa = PBXGroup;
73+
children = (
74+
4CC9386A13C4450F006D2CD9 /* UIKit.framework */,
75+
4CC9386C13C4450F006D2CD9 /* Foundation.framework */,
76+
4CC9386E13C4450F006D2CD9 /* CoreGraphics.framework */,
77+
);
78+
name = Frameworks;
79+
sourceTree = "<group>";
80+
};
81+
4CC9387013C4450F006D2CD9 /* RotateImageSample */ = {
82+
isa = PBXGroup;
83+
children = (
84+
4CC9387913C4450F006D2CD9 /* RotateImageSampleAppDelegate.h */,
85+
4CC9387A13C4450F006D2CD9 /* RotateImageSampleAppDelegate.m */,
86+
4CC9387C13C4450F006D2CD9 /* MainWindow.xib */,
87+
4CC9387F13C4450F006D2CD9 /* RotateImageSampleViewController.h */,
88+
4CC9388013C4450F006D2CD9 /* RotateImageSampleViewController.m */,
89+
4CC9388213C4450F006D2CD9 /* RotateImageSampleViewController.xib */,
90+
4CC9387113C4450F006D2CD9 /* Supporting Files */,
91+
);
92+
path = RotateImageSample;
93+
sourceTree = "<group>";
94+
};
95+
4CC9387113C4450F006D2CD9 /* Supporting Files */ = {
96+
isa = PBXGroup;
97+
children = (
98+
4CC9388A13C44542006D2CD9 /* arrow_up.png */,
99+
4CC9387213C4450F006D2CD9 /* RotateImageSample-Info.plist */,
100+
4CC9387313C4450F006D2CD9 /* InfoPlist.strings */,
101+
4CC9387613C4450F006D2CD9 /* RotateImageSample-Prefix.pch */,
102+
4CC9387713C4450F006D2CD9 /* main.m */,
103+
);
104+
name = "Supporting Files";
105+
sourceTree = "<group>";
106+
};
107+
/* End PBXGroup section */
108+
109+
/* Begin PBXNativeTarget section */
110+
4CC9386513C4450F006D2CD9 /* RotateImageSample */ = {
111+
isa = PBXNativeTarget;
112+
buildConfigurationList = 4CC9388713C4450F006D2CD9 /* Build configuration list for PBXNativeTarget "RotateImageSample" */;
113+
buildPhases = (
114+
4CC9386213C4450F006D2CD9 /* Sources */,
115+
4CC9386313C4450F006D2CD9 /* Frameworks */,
116+
4CC9386413C4450F006D2CD9 /* Resources */,
117+
);
118+
buildRules = (
119+
);
120+
dependencies = (
121+
);
122+
name = RotateImageSample;
123+
productName = RotateImageSample;
124+
productReference = 4CC9386613C4450F006D2CD9 /* RotateImageSample.app */;
125+
productType = "com.apple.product-type.application";
126+
};
127+
/* End PBXNativeTarget section */
128+
129+
/* Begin PBXProject section */
130+
4CC9385D13C4450F006D2CD9 /* Project object */ = {
131+
isa = PBXProject;
132+
buildConfigurationList = 4CC9386013C4450F006D2CD9 /* Build configuration list for PBXProject "RotateImageSample" */;
133+
compatibilityVersion = "Xcode 3.2";
134+
developmentRegion = English;
135+
hasScannedForEncodings = 0;
136+
knownRegions = (
137+
en,
138+
);
139+
mainGroup = 4CC9385B13C4450F006D2CD9;
140+
productRefGroup = 4CC9386713C4450F006D2CD9 /* Products */;
141+
projectDirPath = "";
142+
projectRoot = "";
143+
targets = (
144+
4CC9386513C4450F006D2CD9 /* RotateImageSample */,
145+
);
146+
};
147+
/* End PBXProject section */
148+
149+
/* Begin PBXResourcesBuildPhase section */
150+
4CC9386413C4450F006D2CD9 /* Resources */ = {
151+
isa = PBXResourcesBuildPhase;
152+
buildActionMask = 2147483647;
153+
files = (
154+
4CC9387513C4450F006D2CD9 /* InfoPlist.strings in Resources */,
155+
4CC9387E13C4450F006D2CD9 /* MainWindow.xib in Resources */,
156+
4CC9388413C4450F006D2CD9 /* RotateImageSampleViewController.xib in Resources */,
157+
4CC9388B13C44542006D2CD9 /* arrow_up.png in Resources */,
158+
);
159+
runOnlyForDeploymentPostprocessing = 0;
160+
};
161+
/* End PBXResourcesBuildPhase section */
162+
163+
/* Begin PBXSourcesBuildPhase section */
164+
4CC9386213C4450F006D2CD9 /* Sources */ = {
165+
isa = PBXSourcesBuildPhase;
166+
buildActionMask = 2147483647;
167+
files = (
168+
4CC9387813C4450F006D2CD9 /* main.m in Sources */,
169+
4CC9387B13C4450F006D2CD9 /* RotateImageSampleAppDelegate.m in Sources */,
170+
4CC9388113C4450F006D2CD9 /* RotateImageSampleViewController.m in Sources */,
171+
);
172+
runOnlyForDeploymentPostprocessing = 0;
173+
};
174+
/* End PBXSourcesBuildPhase section */
175+
176+
/* Begin PBXVariantGroup section */
177+
4CC9387313C4450F006D2CD9 /* InfoPlist.strings */ = {
178+
isa = PBXVariantGroup;
179+
children = (
180+
4CC9387413C4450F006D2CD9 /* en */,
181+
);
182+
name = InfoPlist.strings;
183+
sourceTree = "<group>";
184+
};
185+
4CC9387C13C4450F006D2CD9 /* MainWindow.xib */ = {
186+
isa = PBXVariantGroup;
187+
children = (
188+
4CC9387D13C4450F006D2CD9 /* en */,
189+
);
190+
name = MainWindow.xib;
191+
sourceTree = "<group>";
192+
};
193+
4CC9388213C4450F006D2CD9 /* RotateImageSampleViewController.xib */ = {
194+
isa = PBXVariantGroup;
195+
children = (
196+
4CC9388313C4450F006D2CD9 /* en */,
197+
);
198+
name = RotateImageSampleViewController.xib;
199+
sourceTree = "<group>";
200+
};
201+
/* End PBXVariantGroup section */
202+
203+
/* Begin XCBuildConfiguration section */
204+
4CC9388513C4450F006D2CD9 /* Debug */ = {
205+
isa = XCBuildConfiguration;
206+
buildSettings = {
207+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
208+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
209+
GCC_C_LANGUAGE_STANDARD = gnu99;
210+
GCC_OPTIMIZATION_LEVEL = 0;
211+
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
212+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
213+
GCC_VERSION = com.apple.compilers.llvmgcc42;
214+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
215+
GCC_WARN_UNUSED_VARIABLE = YES;
216+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
217+
SDKROOT = iphoneos;
218+
};
219+
name = Debug;
220+
};
221+
4CC9388613C4450F006D2CD9 /* Release */ = {
222+
isa = XCBuildConfiguration;
223+
buildSettings = {
224+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
225+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
226+
GCC_C_LANGUAGE_STANDARD = gnu99;
227+
GCC_VERSION = com.apple.compilers.llvmgcc42;
228+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
229+
GCC_WARN_UNUSED_VARIABLE = YES;
230+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
231+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
232+
SDKROOT = iphoneos;
233+
};
234+
name = Release;
235+
};
236+
4CC9388813C4450F006D2CD9 /* Debug */ = {
237+
isa = XCBuildConfiguration;
238+
buildSettings = {
239+
ALWAYS_SEARCH_USER_PATHS = NO;
240+
COPY_PHASE_STRIP = NO;
241+
GCC_DYNAMIC_NO_PIC = NO;
242+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
243+
GCC_PREFIX_HEADER = "RotateImageSample/RotateImageSample-Prefix.pch";
244+
INFOPLIST_FILE = "RotateImageSample/RotateImageSample-Info.plist";
245+
PRODUCT_NAME = "$(TARGET_NAME)";
246+
WRAPPER_EXTENSION = app;
247+
};
248+
name = Debug;
249+
};
250+
4CC9388913C4450F006D2CD9 /* Release */ = {
251+
isa = XCBuildConfiguration;
252+
buildSettings = {
253+
ALWAYS_SEARCH_USER_PATHS = NO;
254+
COPY_PHASE_STRIP = YES;
255+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
256+
GCC_PREFIX_HEADER = "RotateImageSample/RotateImageSample-Prefix.pch";
257+
INFOPLIST_FILE = "RotateImageSample/RotateImageSample-Info.plist";
258+
PRODUCT_NAME = "$(TARGET_NAME)";
259+
VALIDATE_PRODUCT = YES;
260+
WRAPPER_EXTENSION = app;
261+
};
262+
name = Release;
263+
};
264+
/* End XCBuildConfiguration section */
265+
266+
/* Begin XCConfigurationList section */
267+
4CC9386013C4450F006D2CD9 /* Build configuration list for PBXProject "RotateImageSample" */ = {
268+
isa = XCConfigurationList;
269+
buildConfigurations = (
270+
4CC9388513C4450F006D2CD9 /* Debug */,
271+
4CC9388613C4450F006D2CD9 /* Release */,
272+
);
273+
defaultConfigurationIsVisible = 0;
274+
defaultConfigurationName = Release;
275+
};
276+
4CC9388713C4450F006D2CD9 /* Build configuration list for PBXNativeTarget "RotateImageSample" */ = {
277+
isa = XCConfigurationList;
278+
buildConfigurations = (
279+
4CC9388813C4450F006D2CD9 /* Debug */,
280+
4CC9388913C4450F006D2CD9 /* Release */,
281+
);
282+
defaultConfigurationIsVisible = 0;
283+
};
284+
/* End XCConfigurationList section */
285+
};
286+
rootObject = 4CC9385D13C4450F006D2CD9 /* Project object */;
287+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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>CFBundleExecutable</key>
10+
<string>${EXECUTABLE_NAME}</string>
11+
<key>CFBundleIconFile</key>
12+
<string></string>
13+
<key>CFBundleIdentifier</key>
14+
<string>jp.lakesoft.${PRODUCT_NAME:rfc1034identifier}</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>${PRODUCT_NAME}</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>1.0</string>
23+
<key>CFBundleSignature</key>
24+
<string>????</string>
25+
<key>CFBundleVersion</key>
26+
<string>1.0</string>
27+
<key>LSRequiresIPhoneOS</key>
28+
<true/>
29+
<key>NSMainNibFile</key>
30+
<string>MainWindow</string>
31+
<key>UISupportedInterfaceOrientations</key>
32+
<array>
33+
<string>UIInterfaceOrientationPortrait</string>
34+
<string>UIInterfaceOrientationLandscapeLeft</string>
35+
<string>UIInterfaceOrientationLandscapeRight</string>
36+
</array>
37+
</dict>
38+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//
2+
// Prefix header for all source files of the 'RotateImageSample' target in the 'RotateImageSample' 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,21 @@
1+
//
2+
// RotateImageSampleAppDelegate.h
3+
// RotateImageSample
4+
//
5+
// Created by Hiroshi Hashiguchi on 11/07/06.
6+
// Copyright 2011 __MyCompanyName__. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@class RotateImageSampleViewController;
12+
13+
@interface RotateImageSampleAppDelegate : NSObject <UIApplicationDelegate> {
14+
15+
}
16+
17+
@property (nonatomic, retain) IBOutlet UIWindow *window;
18+
19+
@property (nonatomic, retain) IBOutlet RotateImageSampleViewController *viewController;
20+
21+
@end

0 commit comments

Comments
 (0)