Skip to content

Commit 006d1a8

Browse files
author
lorenzo
committed
Initial Commit
0 parents  commit 006d1a8

11 files changed

+1310
-0
lines changed
Lines changed: 288 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,288 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
ED67EE78138B12C900487AF1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE77138B12C900487AF1 /* UIKit.framework */; };
11+
ED67EE7A138B12C900487AF1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE79138B12C900487AF1 /* Foundation.framework */; };
12+
ED67EE7C138B12C900487AF1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE7B138B12C900487AF1 /* CoreGraphics.framework */; };
13+
ED67EE82138B12C900487AF1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = ED67EE80138B12C900487AF1 /* InfoPlist.strings */; };
14+
ED67EE85138B12C900487AF1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = ED67EE84138B12C900487AF1 /* main.m */; };
15+
ED67EE88138B12C900487AF1 /* PaperStackDemoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = ED67EE87138B12C900487AF1 /* PaperStackDemoAppDelegate.m */; };
16+
ED67EE8B138B12C900487AF1 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = ED67EE89138B12C900487AF1 /* MainWindow.xib */; };
17+
ED67EE8E138B12C900487AF1 /* PaperStackDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ED67EE8D138B12C900487AF1 /* PaperStackDemoViewController.m */; };
18+
ED67EE91138B12C900487AF1 /* PaperStackDemoViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = ED67EE8F138B12C900487AF1 /* PaperStackDemoViewController.xib */; };
19+
/* End PBXBuildFile section */
20+
21+
/* Begin PBXFileReference section */
22+
ED67EE73138B12C900487AF1 /* PaperStackDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PaperStackDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
23+
ED67EE77138B12C900487AF1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
24+
ED67EE79138B12C900487AF1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
25+
ED67EE7B138B12C900487AF1 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
26+
ED67EE7F138B12C900487AF1 /* PaperStackDemo-Info.plist */ = {isa = PBXFileReference; path = "PaperStackDemo-Info.plist"; sourceTree = "<group>"; };
27+
ED67EE81138B12C900487AF1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
28+
ED67EE83138B12C900487AF1 /* PaperStackDemo-Prefix.pch */ = {isa = PBXFileReference; path = "PaperStackDemo-Prefix.pch"; sourceTree = "<group>"; };
29+
ED67EE84138B12C900487AF1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
30+
ED67EE86138B12C900487AF1 /* PaperStackDemoAppDelegate.h */ = {isa = PBXFileReference; path = PaperStackDemoAppDelegate.h; sourceTree = "<group>"; };
31+
ED67EE87138B12C900487AF1 /* PaperStackDemoAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PaperStackDemoAppDelegate.m; sourceTree = "<group>"; };
32+
ED67EE8A138B12C900487AF1 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
33+
ED67EE8C138B12C900487AF1 /* PaperStackDemoViewController.h */ = {isa = PBXFileReference; path = PaperStackDemoViewController.h; sourceTree = "<group>"; };
34+
ED67EE8D138B12C900487AF1 /* PaperStackDemoViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PaperStackDemoViewController.m; sourceTree = "<group>"; };
35+
ED67EE90138B12C900487AF1 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/PaperStackDemoViewController.xib; sourceTree = "<group>"; };
36+
/* End PBXFileReference section */
37+
38+
/* Begin PBXFrameworksBuildPhase section */
39+
ED67EE70138B12C900487AF1 /* Frameworks */ = {
40+
isa = PBXFrameworksBuildPhase;
41+
buildActionMask = 2147483647;
42+
files = (
43+
ED67EE78138B12C900487AF1 /* UIKit.framework in Frameworks */,
44+
ED67EE7A138B12C900487AF1 /* Foundation.framework in Frameworks */,
45+
ED67EE7C138B12C900487AF1 /* CoreGraphics.framework in Frameworks */,
46+
);
47+
runOnlyForDeploymentPostprocessing = 0;
48+
};
49+
/* End PBXFrameworksBuildPhase section */
50+
51+
/* Begin PBXGroup section */
52+
ED67EE68138B12C900487AF1 = {
53+
isa = PBXGroup;
54+
children = (
55+
ED67EE7D138B12C900487AF1 /* PaperStackDemo */,
56+
ED67EE76138B12C900487AF1 /* Frameworks */,
57+
ED67EE74138B12C900487AF1 /* Products */,
58+
);
59+
sourceTree = "<group>";
60+
};
61+
ED67EE74138B12C900487AF1 /* Products */ = {
62+
isa = PBXGroup;
63+
children = (
64+
ED67EE73138B12C900487AF1 /* PaperStackDemo.app */,
65+
);
66+
name = Products;
67+
sourceTree = "<group>";
68+
};
69+
ED67EE76138B12C900487AF1 /* Frameworks */ = {
70+
isa = PBXGroup;
71+
children = (
72+
ED67EE77138B12C900487AF1 /* UIKit.framework */,
73+
ED67EE79138B12C900487AF1 /* Foundation.framework */,
74+
ED67EE7B138B12C900487AF1 /* CoreGraphics.framework */,
75+
);
76+
name = Frameworks;
77+
sourceTree = "<group>";
78+
};
79+
ED67EE7D138B12C900487AF1 /* PaperStackDemo */ = {
80+
isa = PBXGroup;
81+
children = (
82+
ED67EE86138B12C900487AF1 /* PaperStackDemoAppDelegate.h */,
83+
ED67EE87138B12C900487AF1 /* PaperStackDemoAppDelegate.m */,
84+
ED67EE89138B12C900487AF1 /* MainWindow.xib */,
85+
ED67EE8C138B12C900487AF1 /* PaperStackDemoViewController.h */,
86+
ED67EE8D138B12C900487AF1 /* PaperStackDemoViewController.m */,
87+
ED67EE8F138B12C900487AF1 /* PaperStackDemoViewController.xib */,
88+
ED67EE7E138B12C900487AF1 /* Supporting Files */,
89+
);
90+
path = PaperStackDemo;
91+
sourceTree = "<group>";
92+
};
93+
ED67EE7E138B12C900487AF1 /* Supporting Files */ = {
94+
isa = PBXGroup;
95+
children = (
96+
ED67EE7F138B12C900487AF1 /* PaperStackDemo-Info.plist */,
97+
ED67EE80138B12C900487AF1 /* InfoPlist.strings */,
98+
ED67EE83138B12C900487AF1 /* PaperStackDemo-Prefix.pch */,
99+
ED67EE84138B12C900487AF1 /* main.m */,
100+
);
101+
name = "Supporting Files";
102+
sourceTree = "<group>";
103+
};
104+
/* End PBXGroup section */
105+
106+
/* Begin PBXNativeTarget section */
107+
ED67EE72138B12C900487AF1 /* PaperStackDemo */ = {
108+
isa = PBXNativeTarget;
109+
buildConfigurationList = ED67EE94138B12C900487AF1 /* Build configuration list for PBXNativeTarget "PaperStackDemo" */;
110+
buildPhases = (
111+
ED67EE6F138B12C900487AF1 /* Sources */,
112+
ED67EE70138B12C900487AF1 /* Frameworks */,
113+
ED67EE71138B12C900487AF1 /* Resources */,
114+
);
115+
buildRules = (
116+
);
117+
dependencies = (
118+
);
119+
name = PaperStackDemo;
120+
productName = PaperStackDemo;
121+
productReference = ED67EE73138B12C900487AF1 /* PaperStackDemo.app */;
122+
productType = "com.apple.product-type.application";
123+
};
124+
/* End PBXNativeTarget section */
125+
126+
/* Begin PBXProject section */
127+
ED67EE6A138B12C900487AF1 /* Project object */ = {
128+
isa = PBXProject;
129+
attributes = {
130+
ORGANIZATIONNAME = Mutado;
131+
};
132+
buildConfigurationList = ED67EE6D138B12C900487AF1 /* Build configuration list for PBXProject "PaperStackDemo" */;
133+
compatibilityVersion = "Xcode 3.2";
134+
developmentRegion = English;
135+
hasScannedForEncodings = 0;
136+
knownRegions = (
137+
en,
138+
);
139+
mainGroup = ED67EE68138B12C900487AF1;
140+
productRefGroup = ED67EE74138B12C900487AF1 /* Products */;
141+
projectDirPath = "";
142+
projectRoot = "";
143+
targets = (
144+
ED67EE72138B12C900487AF1 /* PaperStackDemo */,
145+
);
146+
};
147+
/* End PBXProject section */
148+
149+
/* Begin PBXResourcesBuildPhase section */
150+
ED67EE71138B12C900487AF1 /* Resources */ = {
151+
isa = PBXResourcesBuildPhase;
152+
buildActionMask = 2147483647;
153+
files = (
154+
ED67EE82138B12C900487AF1 /* InfoPlist.strings in Resources */,
155+
ED67EE8B138B12C900487AF1 /* MainWindow.xib in Resources */,
156+
ED67EE91138B12C900487AF1 /* PaperStackDemoViewController.xib in Resources */,
157+
);
158+
runOnlyForDeploymentPostprocessing = 0;
159+
};
160+
/* End PBXResourcesBuildPhase section */
161+
162+
/* Begin PBXSourcesBuildPhase section */
163+
ED67EE6F138B12C900487AF1 /* Sources */ = {
164+
isa = PBXSourcesBuildPhase;
165+
buildActionMask = 2147483647;
166+
files = (
167+
ED67EE85138B12C900487AF1 /* main.m in Sources */,
168+
ED67EE88138B12C900487AF1 /* PaperStackDemoAppDelegate.m in Sources */,
169+
ED67EE8E138B12C900487AF1 /* PaperStackDemoViewController.m in Sources */,
170+
);
171+
runOnlyForDeploymentPostprocessing = 0;
172+
};
173+
/* End PBXSourcesBuildPhase section */
174+
175+
/* Begin PBXVariantGroup section */
176+
ED67EE80138B12C900487AF1 /* InfoPlist.strings */ = {
177+
isa = PBXVariantGroup;
178+
children = (
179+
ED67EE81138B12C900487AF1 /* en */,
180+
);
181+
name = InfoPlist.strings;
182+
sourceTree = "<group>";
183+
};
184+
ED67EE89138B12C900487AF1 /* MainWindow.xib */ = {
185+
isa = PBXVariantGroup;
186+
children = (
187+
ED67EE8A138B12C900487AF1 /* en */,
188+
);
189+
name = MainWindow.xib;
190+
sourceTree = "<group>";
191+
};
192+
ED67EE8F138B12C900487AF1 /* PaperStackDemoViewController.xib */ = {
193+
isa = PBXVariantGroup;
194+
children = (
195+
ED67EE90138B12C900487AF1 /* en */,
196+
);
197+
name = PaperStackDemoViewController.xib;
198+
sourceTree = "<group>";
199+
};
200+
/* End PBXVariantGroup section */
201+
202+
/* Begin XCBuildConfiguration section */
203+
ED67EE92138B12C900487AF1 /* Debug */ = {
204+
isa = XCBuildConfiguration;
205+
buildSettings = {
206+
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
207+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
208+
GCC_C_LANGUAGE_STANDARD = gnu99;
209+
GCC_OPTIMIZATION_LEVEL = 0;
210+
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
211+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
212+
GCC_VERSION = com.apple.compilers.llvmgcc42;
213+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
214+
GCC_WARN_UNUSED_VARIABLE = YES;
215+
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
216+
SDKROOT = iphoneos;
217+
TARGETED_DEVICE_FAMILY = 2;
218+
};
219+
name = Debug;
220+
};
221+
ED67EE93138B12C900487AF1 /* Release */ = {
222+
isa = XCBuildConfiguration;
223+
buildSettings = {
224+
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
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+
TARGETED_DEVICE_FAMILY = 2;
234+
};
235+
name = Release;
236+
};
237+
ED67EE95138B12C900487AF1 /* Debug */ = {
238+
isa = XCBuildConfiguration;
239+
buildSettings = {
240+
ALWAYS_SEARCH_USER_PATHS = NO;
241+
COPY_PHASE_STRIP = NO;
242+
GCC_DYNAMIC_NO_PIC = NO;
243+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
244+
GCC_PREFIX_HEADER = "PaperStackDemo/PaperStackDemo-Prefix.pch";
245+
INFOPLIST_FILE = "PaperStackDemo/PaperStackDemo-Info.plist";
246+
PRODUCT_NAME = "$(TARGET_NAME)";
247+
WRAPPER_EXTENSION = app;
248+
};
249+
name = Debug;
250+
};
251+
ED67EE96138B12C900487AF1 /* Release */ = {
252+
isa = XCBuildConfiguration;
253+
buildSettings = {
254+
ALWAYS_SEARCH_USER_PATHS = NO;
255+
COPY_PHASE_STRIP = YES;
256+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
257+
GCC_PREFIX_HEADER = "PaperStackDemo/PaperStackDemo-Prefix.pch";
258+
INFOPLIST_FILE = "PaperStackDemo/PaperStackDemo-Info.plist";
259+
PRODUCT_NAME = "$(TARGET_NAME)";
260+
VALIDATE_PRODUCT = YES;
261+
WRAPPER_EXTENSION = app;
262+
};
263+
name = Release;
264+
};
265+
/* End XCBuildConfiguration section */
266+
267+
/* Begin XCConfigurationList section */
268+
ED67EE6D138B12C900487AF1 /* Build configuration list for PBXProject "PaperStackDemo" */ = {
269+
isa = XCConfigurationList;
270+
buildConfigurations = (
271+
ED67EE92138B12C900487AF1 /* Debug */,
272+
ED67EE93138B12C900487AF1 /* Release */,
273+
);
274+
defaultConfigurationIsVisible = 0;
275+
defaultConfigurationName = Release;
276+
};
277+
ED67EE94138B12C900487AF1 /* Build configuration list for PBXNativeTarget "PaperStackDemo" */ = {
278+
isa = XCConfigurationList;
279+
buildConfigurations = (
280+
ED67EE95138B12C900487AF1 /* Debug */,
281+
ED67EE96138B12C900487AF1 /* Release */,
282+
);
283+
defaultConfigurationIsVisible = 0;
284+
};
285+
/* End XCConfigurationList section */
286+
};
287+
rootObject = ED67EE6A138B12C900487AF1 /* Project object */;
288+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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>com.mutado.${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~ipad</key>
32+
<array>
33+
<string>UIInterfaceOrientationPortrait</string>
34+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
35+
<string>UIInterfaceOrientationLandscapeLeft</string>
36+
<string>UIInterfaceOrientationLandscapeRight</string>
37+
</array>
38+
</dict>
39+
</plist>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//
2+
// Prefix header for all source files of the 'PaperStackDemo' target in the 'PaperStackDemo' 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
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
//
2+
// PaperStackDemoAppDelegate.h
3+
// PaperStackDemo
4+
//
5+
// Created by Lorenzo Manfredi on 24/05/11.
6+
// Copyright 2011 Mutado. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@class PaperStackDemoViewController;
12+
13+
@interface PaperStackDemoAppDelegate : NSObject <UIApplicationDelegate> {
14+
15+
}
16+
17+
@property (nonatomic, retain) IBOutlet UIWindow *window;
18+
19+
@property (nonatomic, retain) IBOutlet PaperStackDemoViewController *viewController;
20+
21+
@end

0 commit comments

Comments
 (0)