Skip to content

Commit 077ec73

Browse files
committed
Added ActivityIndicatorStatusBarDemo
1 parent ff49bbb commit 077ec73

File tree

18 files changed

+1016
-48
lines changed

18 files changed

+1016
-48
lines changed
Lines changed: 305 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,305 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
E2E4FA2C17440A1F007EACB5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2E4FA2B17440A1F007EACB5 /* UIKit.framework */; };
11+
E2E4FA2E17440A1F007EACB5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2E4FA2D17440A1F007EACB5 /* Foundation.framework */; };
12+
E2E4FA3017440A1F007EACB5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2E4FA2F17440A1F007EACB5 /* CoreGraphics.framework */; };
13+
E2E4FA3617440A1F007EACB5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E2E4FA3417440A1F007EACB5 /* InfoPlist.strings */; };
14+
E2E4FA3817440A1F007EACB5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E2E4FA3717440A1F007EACB5 /* main.m */; };
15+
E2E4FA3C17440A1F007EACB5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E2E4FA3B17440A1F007EACB5 /* AppDelegate.m */; };
16+
E2E4FA3E17440A1F007EACB5 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = E2E4FA3D17440A1F007EACB5 /* Default.png */; };
17+
E2E4FA4017440A20007EACB5 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2E4FA3F17440A1F007EACB5 /* [email protected] */; };
18+
E2E4FA4217440A20007EACB5 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2E4FA4117440A20007EACB5 /* [email protected] */; };
19+
E2E4FA4517440A20007EACB5 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E2E4FA4417440A20007EACB5 /* ViewController.m */; };
20+
E2E4FA4817440A20007EACB5 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2E4FA4617440A20007EACB5 /* ViewController.xib */; };
21+
/* End PBXBuildFile section */
22+
23+
/* Begin PBXFileReference section */
24+
E2E4FA2817440A1F007EACB5 /* ActivityIndicatorStatusBarDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ActivityIndicatorStatusBarDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
25+
E2E4FA2B17440A1F007EACB5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26+
E2E4FA2D17440A1F007EACB5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27+
E2E4FA2F17440A1F007EACB5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28+
E2E4FA3317440A1F007EACB5 /* ActivityIndicatorStatusBarDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ActivityIndicatorStatusBarDemo-Info.plist"; sourceTree = "<group>"; };
29+
E2E4FA3517440A1F007EACB5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
30+
E2E4FA3717440A1F007EACB5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31+
E2E4FA3917440A1F007EACB5 /* ActivityIndicatorStatusBarDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ActivityIndicatorStatusBarDemo-Prefix.pch"; sourceTree = "<group>"; };
32+
E2E4FA3A17440A1F007EACB5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
33+
E2E4FA3B17440A1F007EACB5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
34+
E2E4FA3D17440A1F007EACB5 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
35+
E2E4FA3F17440A1F007EACB5 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
36+
E2E4FA4117440A20007EACB5 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
37+
E2E4FA4317440A20007EACB5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
38+
E2E4FA4417440A20007EACB5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
39+
E2E4FA4717440A20007EACB5 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
40+
/* End PBXFileReference section */
41+
42+
/* Begin PBXFrameworksBuildPhase section */
43+
E2E4FA2517440A1F007EACB5 /* Frameworks */ = {
44+
isa = PBXFrameworksBuildPhase;
45+
buildActionMask = 2147483647;
46+
files = (
47+
E2E4FA2C17440A1F007EACB5 /* UIKit.framework in Frameworks */,
48+
E2E4FA2E17440A1F007EACB5 /* Foundation.framework in Frameworks */,
49+
E2E4FA3017440A1F007EACB5 /* CoreGraphics.framework in Frameworks */,
50+
);
51+
runOnlyForDeploymentPostprocessing = 0;
52+
};
53+
/* End PBXFrameworksBuildPhase section */
54+
55+
/* Begin PBXGroup section */
56+
E2E4FA1F17440A1F007EACB5 = {
57+
isa = PBXGroup;
58+
children = (
59+
E2E4FA3117440A1F007EACB5 /* ActivityIndicatorStatusBarDemo */,
60+
E2E4FA2A17440A1F007EACB5 /* Frameworks */,
61+
E2E4FA2917440A1F007EACB5 /* Products */,
62+
);
63+
sourceTree = "<group>";
64+
};
65+
E2E4FA2917440A1F007EACB5 /* Products */ = {
66+
isa = PBXGroup;
67+
children = (
68+
E2E4FA2817440A1F007EACB5 /* ActivityIndicatorStatusBarDemo.app */,
69+
);
70+
name = Products;
71+
sourceTree = "<group>";
72+
};
73+
E2E4FA2A17440A1F007EACB5 /* Frameworks */ = {
74+
isa = PBXGroup;
75+
children = (
76+
E2E4FA2B17440A1F007EACB5 /* UIKit.framework */,
77+
E2E4FA2D17440A1F007EACB5 /* Foundation.framework */,
78+
E2E4FA2F17440A1F007EACB5 /* CoreGraphics.framework */,
79+
);
80+
name = Frameworks;
81+
sourceTree = "<group>";
82+
};
83+
E2E4FA3117440A1F007EACB5 /* ActivityIndicatorStatusBarDemo */ = {
84+
isa = PBXGroup;
85+
children = (
86+
E2E4FA3A17440A1F007EACB5 /* AppDelegate.h */,
87+
E2E4FA3B17440A1F007EACB5 /* AppDelegate.m */,
88+
E2E4FA4317440A20007EACB5 /* ViewController.h */,
89+
E2E4FA4417440A20007EACB5 /* ViewController.m */,
90+
E2E4FA4617440A20007EACB5 /* ViewController.xib */,
91+
E2E4FA3217440A1F007EACB5 /* Supporting Files */,
92+
);
93+
path = ActivityIndicatorStatusBarDemo;
94+
sourceTree = "<group>";
95+
};
96+
E2E4FA3217440A1F007EACB5 /* Supporting Files */ = {
97+
isa = PBXGroup;
98+
children = (
99+
E2E4FA3317440A1F007EACB5 /* ActivityIndicatorStatusBarDemo-Info.plist */,
100+
E2E4FA3417440A1F007EACB5 /* InfoPlist.strings */,
101+
E2E4FA3717440A1F007EACB5 /* main.m */,
102+
E2E4FA3917440A1F007EACB5 /* ActivityIndicatorStatusBarDemo-Prefix.pch */,
103+
E2E4FA3D17440A1F007EACB5 /* Default.png */,
104+
E2E4FA3F17440A1F007EACB5 /* [email protected] */,
105+
E2E4FA4117440A20007EACB5 /* [email protected] */,
106+
);
107+
name = "Supporting Files";
108+
sourceTree = "<group>";
109+
};
110+
/* End PBXGroup section */
111+
112+
/* Begin PBXNativeTarget section */
113+
E2E4FA2717440A1F007EACB5 /* ActivityIndicatorStatusBarDemo */ = {
114+
isa = PBXNativeTarget;
115+
buildConfigurationList = E2E4FA4B17440A20007EACB5 /* Build configuration list for PBXNativeTarget "ActivityIndicatorStatusBarDemo" */;
116+
buildPhases = (
117+
E2E4FA2417440A1F007EACB5 /* Sources */,
118+
E2E4FA2517440A1F007EACB5 /* Frameworks */,
119+
E2E4FA2617440A1F007EACB5 /* Resources */,
120+
);
121+
buildRules = (
122+
);
123+
dependencies = (
124+
);
125+
name = ActivityIndicatorStatusBarDemo;
126+
productName = ActivityIndicatorStatusBarDemo;
127+
productReference = E2E4FA2817440A1F007EACB5 /* ActivityIndicatorStatusBarDemo.app */;
128+
productType = "com.apple.product-type.application";
129+
};
130+
/* End PBXNativeTarget section */
131+
132+
/* Begin PBXProject section */
133+
E2E4FA2017440A1F007EACB5 /* Project object */ = {
134+
isa = PBXProject;
135+
attributes = {
136+
LastUpgradeCheck = 0460;
137+
ORGANIZATIONNAME = "Arthur Knopper";
138+
};
139+
buildConfigurationList = E2E4FA2317440A1F007EACB5 /* Build configuration list for PBXProject "ActivityIndicatorStatusBarDemo" */;
140+
compatibilityVersion = "Xcode 3.2";
141+
developmentRegion = English;
142+
hasScannedForEncodings = 0;
143+
knownRegions = (
144+
en,
145+
);
146+
mainGroup = E2E4FA1F17440A1F007EACB5;
147+
productRefGroup = E2E4FA2917440A1F007EACB5 /* Products */;
148+
projectDirPath = "";
149+
projectRoot = "";
150+
targets = (
151+
E2E4FA2717440A1F007EACB5 /* ActivityIndicatorStatusBarDemo */,
152+
);
153+
};
154+
/* End PBXProject section */
155+
156+
/* Begin PBXResourcesBuildPhase section */
157+
E2E4FA2617440A1F007EACB5 /* Resources */ = {
158+
isa = PBXResourcesBuildPhase;
159+
buildActionMask = 2147483647;
160+
files = (
161+
E2E4FA3617440A1F007EACB5 /* InfoPlist.strings in Resources */,
162+
E2E4FA3E17440A1F007EACB5 /* Default.png in Resources */,
163+
E2E4FA4017440A20007EACB5 /* [email protected] in Resources */,
164+
E2E4FA4217440A20007EACB5 /* [email protected] in Resources */,
165+
E2E4FA4817440A20007EACB5 /* ViewController.xib in Resources */,
166+
);
167+
runOnlyForDeploymentPostprocessing = 0;
168+
};
169+
/* End PBXResourcesBuildPhase section */
170+
171+
/* Begin PBXSourcesBuildPhase section */
172+
E2E4FA2417440A1F007EACB5 /* Sources */ = {
173+
isa = PBXSourcesBuildPhase;
174+
buildActionMask = 2147483647;
175+
files = (
176+
E2E4FA3817440A1F007EACB5 /* main.m in Sources */,
177+
E2E4FA3C17440A1F007EACB5 /* AppDelegate.m in Sources */,
178+
E2E4FA4517440A20007EACB5 /* ViewController.m in Sources */,
179+
);
180+
runOnlyForDeploymentPostprocessing = 0;
181+
};
182+
/* End PBXSourcesBuildPhase section */
183+
184+
/* Begin PBXVariantGroup section */
185+
E2E4FA3417440A1F007EACB5 /* InfoPlist.strings */ = {
186+
isa = PBXVariantGroup;
187+
children = (
188+
E2E4FA3517440A1F007EACB5 /* en */,
189+
);
190+
name = InfoPlist.strings;
191+
sourceTree = "<group>";
192+
};
193+
E2E4FA4617440A20007EACB5 /* ViewController.xib */ = {
194+
isa = PBXVariantGroup;
195+
children = (
196+
E2E4FA4717440A20007EACB5 /* en */,
197+
);
198+
name = ViewController.xib;
199+
sourceTree = "<group>";
200+
};
201+
/* End PBXVariantGroup section */
202+
203+
/* Begin XCBuildConfiguration section */
204+
E2E4FA4917440A20007EACB5 /* Debug */ = {
205+
isa = XCBuildConfiguration;
206+
buildSettings = {
207+
ALWAYS_SEARCH_USER_PATHS = NO;
208+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
209+
CLANG_CXX_LIBRARY = "libc++";
210+
CLANG_ENABLE_OBJC_ARC = YES;
211+
CLANG_WARN_CONSTANT_CONVERSION = YES;
212+
CLANG_WARN_EMPTY_BODY = YES;
213+
CLANG_WARN_ENUM_CONVERSION = YES;
214+
CLANG_WARN_INT_CONVERSION = YES;
215+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
216+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
217+
COPY_PHASE_STRIP = NO;
218+
GCC_C_LANGUAGE_STANDARD = gnu99;
219+
GCC_DYNAMIC_NO_PIC = NO;
220+
GCC_OPTIMIZATION_LEVEL = 0;
221+
GCC_PREPROCESSOR_DEFINITIONS = (
222+
"DEBUG=1",
223+
"$(inherited)",
224+
);
225+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
226+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
227+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
228+
GCC_WARN_UNUSED_VARIABLE = YES;
229+
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
230+
ONLY_ACTIVE_ARCH = YES;
231+
SDKROOT = iphoneos;
232+
};
233+
name = Debug;
234+
};
235+
E2E4FA4A17440A20007EACB5 /* Release */ = {
236+
isa = XCBuildConfiguration;
237+
buildSettings = {
238+
ALWAYS_SEARCH_USER_PATHS = NO;
239+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
240+
CLANG_CXX_LIBRARY = "libc++";
241+
CLANG_ENABLE_OBJC_ARC = YES;
242+
CLANG_WARN_CONSTANT_CONVERSION = YES;
243+
CLANG_WARN_EMPTY_BODY = YES;
244+
CLANG_WARN_ENUM_CONVERSION = YES;
245+
CLANG_WARN_INT_CONVERSION = YES;
246+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
247+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
248+
COPY_PHASE_STRIP = YES;
249+
GCC_C_LANGUAGE_STANDARD = gnu99;
250+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
251+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
252+
GCC_WARN_UNUSED_VARIABLE = YES;
253+
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
254+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
255+
SDKROOT = iphoneos;
256+
VALIDATE_PRODUCT = YES;
257+
};
258+
name = Release;
259+
};
260+
E2E4FA4C17440A20007EACB5 /* Debug */ = {
261+
isa = XCBuildConfiguration;
262+
buildSettings = {
263+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
264+
GCC_PREFIX_HEADER = "ActivityIndicatorStatusBarDemo/ActivityIndicatorStatusBarDemo-Prefix.pch";
265+
INFOPLIST_FILE = "ActivityIndicatorStatusBarDemo/ActivityIndicatorStatusBarDemo-Info.plist";
266+
PRODUCT_NAME = "$(TARGET_NAME)";
267+
WRAPPER_EXTENSION = app;
268+
};
269+
name = Debug;
270+
};
271+
E2E4FA4D17440A20007EACB5 /* Release */ = {
272+
isa = XCBuildConfiguration;
273+
buildSettings = {
274+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
275+
GCC_PREFIX_HEADER = "ActivityIndicatorStatusBarDemo/ActivityIndicatorStatusBarDemo-Prefix.pch";
276+
INFOPLIST_FILE = "ActivityIndicatorStatusBarDemo/ActivityIndicatorStatusBarDemo-Info.plist";
277+
PRODUCT_NAME = "$(TARGET_NAME)";
278+
WRAPPER_EXTENSION = app;
279+
};
280+
name = Release;
281+
};
282+
/* End XCBuildConfiguration section */
283+
284+
/* Begin XCConfigurationList section */
285+
E2E4FA2317440A1F007EACB5 /* Build configuration list for PBXProject "ActivityIndicatorStatusBarDemo" */ = {
286+
isa = XCConfigurationList;
287+
buildConfigurations = (
288+
E2E4FA4917440A20007EACB5 /* Debug */,
289+
E2E4FA4A17440A20007EACB5 /* Release */,
290+
);
291+
defaultConfigurationIsVisible = 0;
292+
defaultConfigurationName = Release;
293+
};
294+
E2E4FA4B17440A20007EACB5 /* Build configuration list for PBXNativeTarget "ActivityIndicatorStatusBarDemo" */ = {
295+
isa = XCConfigurationList;
296+
buildConfigurations = (
297+
E2E4FA4C17440A20007EACB5 /* Debug */,
298+
E2E4FA4D17440A20007EACB5 /* Release */,
299+
);
300+
defaultConfigurationIsVisible = 0;
301+
};
302+
/* End XCConfigurationList section */
303+
};
304+
rootObject = E2E4FA2017440A1F007EACB5 /* Project object */;
305+
}

ActivityIndicatorStatusBarDemo/ActivityIndicatorStatusBarDemo.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.

0 commit comments

Comments
 (0)