mirror of
https://github.com/zhigang1992/CERoundProgressView.git
synced 2026-01-12 22:46:24 +08:00
Initial Commit
This commit is contained in:
281
RoundProgress.xcodeproj/project.pbxproj
Normal file
281
RoundProgress.xcodeproj/project.pbxproj
Normal file
@@ -0,0 +1,281 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
E230F6C1156F9B1D00D2B84B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E230F6C0156F9B1D00D2B84B /* UIKit.framework */; };
|
||||
E230F6C3156F9B1D00D2B84B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E230F6C2156F9B1D00D2B84B /* Foundation.framework */; };
|
||||
E230F6C5156F9B1D00D2B84B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E230F6C4156F9B1D00D2B84B /* CoreGraphics.framework */; };
|
||||
E230F6CB156F9B1D00D2B84B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E230F6C9156F9B1D00D2B84B /* InfoPlist.strings */; };
|
||||
E230F6CD156F9B1D00D2B84B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E230F6CC156F9B1D00D2B84B /* main.m */; };
|
||||
E230F6D1156F9B1D00D2B84B /* CEAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E230F6D0156F9B1D00D2B84B /* CEAppDelegate.m */; };
|
||||
E230F6D4156F9B1D00D2B84B /* CEViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E230F6D3156F9B1D00D2B84B /* CEViewController.m */; };
|
||||
E230F6D7156F9B1D00D2B84B /* CEViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E230F6D5156F9B1D00D2B84B /* CEViewController.xib */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
E230F6BC156F9B1D00D2B84B /* RoundProgress.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RoundProgress.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E230F6C0156F9B1D00D2B84B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
E230F6C2156F9B1D00D2B84B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
E230F6C4156F9B1D00D2B84B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
E230F6C8156F9B1D00D2B84B /* RoundProgress-Info.plist */ = {isa = PBXFileReference; path = "RoundProgress-Info.plist"; sourceTree = "<group>"; };
|
||||
E230F6CA156F9B1D00D2B84B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
E230F6CC156F9B1D00D2B84B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
E230F6CE156F9B1D00D2B84B /* RoundProgress-Prefix.pch */ = {isa = PBXFileReference; path = "RoundProgress-Prefix.pch"; sourceTree = "<group>"; };
|
||||
E230F6CF156F9B1D00D2B84B /* CEAppDelegate.h */ = {isa = PBXFileReference; path = CEAppDelegate.h; sourceTree = "<group>"; };
|
||||
E230F6D0156F9B1D00D2B84B /* CEAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CEAppDelegate.m; sourceTree = "<group>"; };
|
||||
E230F6D2156F9B1D00D2B84B /* CEViewController.h */ = {isa = PBXFileReference; path = CEViewController.h; sourceTree = "<group>"; };
|
||||
E230F6D3156F9B1D00D2B84B /* CEViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CEViewController.m; sourceTree = "<group>"; };
|
||||
E230F6D6156F9B1D00D2B84B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/CEViewController.xib; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
E230F6B9156F9B1D00D2B84B /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E230F6C1156F9B1D00D2B84B /* UIKit.framework in Frameworks */,
|
||||
E230F6C3156F9B1D00D2B84B /* Foundation.framework in Frameworks */,
|
||||
E230F6C5156F9B1D00D2B84B /* CoreGraphics.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
E230F6B1156F9B1C00D2B84B = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E230F6C6156F9B1D00D2B84B /* RoundProgress */,
|
||||
E230F6BF156F9B1D00D2B84B /* Frameworks */,
|
||||
E230F6BD156F9B1D00D2B84B /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E230F6BD156F9B1D00D2B84B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E230F6BC156F9B1D00D2B84B /* RoundProgress.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E230F6BF156F9B1D00D2B84B /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E230F6C0156F9B1D00D2B84B /* UIKit.framework */,
|
||||
E230F6C2156F9B1D00D2B84B /* Foundation.framework */,
|
||||
E230F6C4156F9B1D00D2B84B /* CoreGraphics.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E230F6C6156F9B1D00D2B84B /* RoundProgress */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E230F6CF156F9B1D00D2B84B /* CEAppDelegate.h */,
|
||||
E230F6D0156F9B1D00D2B84B /* CEAppDelegate.m */,
|
||||
E230F6D2156F9B1D00D2B84B /* CEViewController.h */,
|
||||
E230F6D3156F9B1D00D2B84B /* CEViewController.m */,
|
||||
E230F6D5156F9B1D00D2B84B /* CEViewController.xib */,
|
||||
E230F6C7156F9B1D00D2B84B /* Supporting Files */,
|
||||
);
|
||||
path = RoundProgress;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E230F6C7156F9B1D00D2B84B /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E230F6C8156F9B1D00D2B84B /* RoundProgress-Info.plist */,
|
||||
E230F6C9156F9B1D00D2B84B /* InfoPlist.strings */,
|
||||
E230F6CC156F9B1D00D2B84B /* main.m */,
|
||||
E230F6CE156F9B1D00D2B84B /* RoundProgress-Prefix.pch */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
E230F6BB156F9B1D00D2B84B /* RoundProgress */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = E230F6DA156F9B1D00D2B84B /* Build configuration list for PBXNativeTarget "RoundProgress" */;
|
||||
buildPhases = (
|
||||
E230F6B8156F9B1D00D2B84B /* Sources */,
|
||||
E230F6B9156F9B1D00D2B84B /* Frameworks */,
|
||||
E230F6BA156F9B1D00D2B84B /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = RoundProgress;
|
||||
productName = RoundProgress;
|
||||
productReference = E230F6BC156F9B1D00D2B84B /* RoundProgress.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
E230F6B3156F9B1C00D2B84B /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
CLASSPREFIX = CE;
|
||||
LastUpgradeCheck = 0430;
|
||||
ORGANIZATIONNAME = "Céroce";
|
||||
};
|
||||
buildConfigurationList = E230F6B6156F9B1C00D2B84B /* Build configuration list for PBXProject "RoundProgress" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = E230F6B1156F9B1C00D2B84B;
|
||||
productRefGroup = E230F6BD156F9B1D00D2B84B /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
E230F6BB156F9B1D00D2B84B /* RoundProgress */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
E230F6BA156F9B1D00D2B84B /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E230F6CB156F9B1D00D2B84B /* InfoPlist.strings in Resources */,
|
||||
E230F6D7156F9B1D00D2B84B /* CEViewController.xib in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
E230F6B8156F9B1D00D2B84B /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E230F6CD156F9B1D00D2B84B /* main.m in Sources */,
|
||||
E230F6D1156F9B1D00D2B84B /* CEAppDelegate.m in Sources */,
|
||||
E230F6D4156F9B1D00D2B84B /* CEViewController.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
E230F6C9156F9B1D00D2B84B /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
E230F6CA156F9B1D00D2B84B /* en */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E230F6D5156F9B1D00D2B84B /* CEViewController.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
E230F6D6156F9B1D00D2B84B /* en */,
|
||||
);
|
||||
name = CEViewController.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
E230F6D8156F9B1D00D2B84B /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
E230F6D9156F9B1D00D2B84B /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
E230F6DB156F9B1D00D2B84B /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "RoundProgress/RoundProgress-Prefix.pch";
|
||||
INFOPLIST_FILE = "RoundProgress/RoundProgress-Info.plist";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
E230F6DC156F9B1D00D2B84B /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "RoundProgress/RoundProgress-Prefix.pch";
|
||||
INFOPLIST_FILE = "RoundProgress/RoundProgress-Info.plist";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
E230F6B6156F9B1C00D2B84B /* Build configuration list for PBXProject "RoundProgress" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
E230F6D8156F9B1D00D2B84B /* Debug */,
|
||||
E230F6D9156F9B1D00D2B84B /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
E230F6DA156F9B1D00D2B84B /* Build configuration list for PBXNativeTarget "RoundProgress" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
E230F6DB156F9B1D00D2B84B /* Debug */,
|
||||
E230F6DC156F9B1D00D2B84B /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = E230F6B3156F9B1C00D2B84B /* Project object */;
|
||||
}
|
||||
19
RoundProgress/CEAppDelegate.h
Normal file
19
RoundProgress/CEAppDelegate.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// CEAppDelegate.h
|
||||
// RoundProgress
|
||||
//
|
||||
// Created by Renaud Pradenc on 25/05/12.
|
||||
// Copyright (c) 2012 Céroce. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class CEViewController;
|
||||
|
||||
@interface CEAppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
@property (strong, nonatomic) CEViewController *viewController;
|
||||
|
||||
@end
|
||||
62
RoundProgress/CEAppDelegate.m
Normal file
62
RoundProgress/CEAppDelegate.m
Normal file
@@ -0,0 +1,62 @@
|
||||
//
|
||||
// CEAppDelegate.m
|
||||
// RoundProgress
|
||||
//
|
||||
// Created by Renaud Pradenc on 25/05/12.
|
||||
// Copyright (c) 2012 Céroce. All rights reserved.
|
||||
//
|
||||
|
||||
#import "CEAppDelegate.h"
|
||||
|
||||
#import "CEViewController.h"
|
||||
|
||||
@implementation CEAppDelegate
|
||||
|
||||
@synthesize window = _window;
|
||||
@synthesize viewController = _viewController;
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[_window release];
|
||||
[_viewController release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease];
|
||||
// Override point for customization after application launch.
|
||||
self.viewController = [[[CEViewController alloc] initWithNibName:@"CEViewController" bundle:nil] autorelease];
|
||||
self.window.rootViewController = self.viewController;
|
||||
[self.window makeKeyAndVisible];
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)applicationWillResignActive:(UIApplication *)application
|
||||
{
|
||||
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
||||
}
|
||||
|
||||
- (void)applicationDidEnterBackground:(UIApplication *)application
|
||||
{
|
||||
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
|
||||
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
|
||||
}
|
||||
|
||||
- (void)applicationWillEnterForeground:(UIApplication *)application
|
||||
{
|
||||
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
|
||||
}
|
||||
|
||||
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||
{
|
||||
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
|
||||
}
|
||||
|
||||
- (void)applicationWillTerminate:(UIApplication *)application
|
||||
{
|
||||
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
|
||||
}
|
||||
|
||||
@end
|
||||
13
RoundProgress/CEViewController.h
Normal file
13
RoundProgress/CEViewController.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// CEViewController.h
|
||||
// RoundProgress
|
||||
//
|
||||
// Created by Renaud Pradenc on 25/05/12.
|
||||
// Copyright (c) 2012 Céroce. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface CEViewController : UIViewController
|
||||
|
||||
@end
|
||||
34
RoundProgress/CEViewController.m
Normal file
34
RoundProgress/CEViewController.m
Normal file
@@ -0,0 +1,34 @@
|
||||
//
|
||||
// CEViewController.m
|
||||
// RoundProgress
|
||||
//
|
||||
// Created by Renaud Pradenc on 25/05/12.
|
||||
// Copyright (c) 2012 Céroce. All rights reserved.
|
||||
//
|
||||
|
||||
#import "CEViewController.h"
|
||||
|
||||
@interface CEViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation CEViewController
|
||||
|
||||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
}
|
||||
|
||||
- (void)viewDidUnload
|
||||
{
|
||||
[super viewDidUnload];
|
||||
// Release any retained subviews of the main view.
|
||||
}
|
||||
|
||||
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
|
||||
{
|
||||
return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
|
||||
}
|
||||
|
||||
@end
|
||||
38
RoundProgress/RoundProgress-Info.plist
Normal file
38
RoundProgress/RoundProgress-Info.plist
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.ceroce.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<array>
|
||||
<string>armv7</string>
|
||||
</array>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
14
RoundProgress/RoundProgress-Prefix.pch
Normal file
14
RoundProgress/RoundProgress-Prefix.pch
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Prefix header for all source files of the 'RoundProgress' target in the 'RoundProgress' project
|
||||
//
|
||||
|
||||
#import <Availability.h>
|
||||
|
||||
#ifndef __IPHONE_4_0
|
||||
#warning "This project uses features only available in iOS SDK 4.0 and later."
|
||||
#endif
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
119
RoundProgress/en.lproj/CEViewController.xib
Normal file
119
RoundProgress/en.lproj/CEViewController.xib
Normal file
@@ -0,0 +1,119 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
|
||||
<data>
|
||||
<int key="IBDocument.SystemTarget">1280</int>
|
||||
<string key="IBDocument.SystemVersion">11C25</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">1919</string>
|
||||
<string key="IBDocument.AppKitVersion">1138.11</string>
|
||||
<string key="IBDocument.HIToolboxVersion">566.00</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string key="NS.object.0">916</string>
|
||||
</object>
|
||||
<array key="IBDocument.IntegratedClassDependencies">
|
||||
<string>IBProxyObject</string>
|
||||
<string>IBUIView</string>
|
||||
</array>
|
||||
<array key="IBDocument.PluginDependencies">
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</array>
|
||||
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
|
||||
<integer value="1" key="NS.object.0"/>
|
||||
</object>
|
||||
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
|
||||
<object class="IBProxyObject" id="372490531">
|
||||
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBProxyObject" id="843779117">
|
||||
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBUIView" id="774585933">
|
||||
<reference key="NSNextResponder"/>
|
||||
<int key="NSvFlags">274</int>
|
||||
<string key="NSFrame">{{0, 20}, {320, 460}}</string>
|
||||
<reference key="NSSuperview"/>
|
||||
<reference key="NSWindow"/>
|
||||
<object class="NSColor" key="IBUIBackgroundColor">
|
||||
<int key="NSColorSpace">3</int>
|
||||
<bytes key="NSWhite">MC43NQA</bytes>
|
||||
<object class="NSColorSpace" key="NSCustomColorSpace">
|
||||
<int key="NSID">2</int>
|
||||
</object>
|
||||
</object>
|
||||
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
||||
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
</array>
|
||||
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||
<array class="NSMutableArray" key="connectionRecords">
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">view</string>
|
||||
<reference key="source" ref="372490531"/>
|
||||
<reference key="destination" ref="774585933"/>
|
||||
</object>
|
||||
<int key="connectionID">7</int>
|
||||
</object>
|
||||
</array>
|
||||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||
<array key="orderedObjects">
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">0</int>
|
||||
<array key="object" id="0"/>
|
||||
<reference key="children" ref="1000"/>
|
||||
<nil key="parent"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-1</int>
|
||||
<reference key="object" ref="372490531"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">File's Owner</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-2</int>
|
||||
<reference key="object" ref="843779117"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">6</int>
|
||||
<reference key="object" ref="774585933"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<dictionary class="NSMutableDictionary" key="flattenedProperties">
|
||||
<string key="-1.CustomClassName">CEViewController</string>
|
||||
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string key="-2.CustomClassName">UIResponder</string>
|
||||
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</dictionary>
|
||||
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
|
||||
<nil key="activeLocalization"/>
|
||||
<dictionary class="NSMutableDictionary" key="localizations"/>
|
||||
<nil key="sourceID"/>
|
||||
<int key="maxID">7</int>
|
||||
</object>
|
||||
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">CEViewController</string>
|
||||
<string key="superclassName">UIViewController</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">./Classes/CEViewController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
</array>
|
||||
</object>
|
||||
<int key="IBDocument.localizationMode">0</int>
|
||||
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||
<string key="IBCocoaTouchPluginVersion">916</string>
|
||||
</data>
|
||||
</archive>
|
||||
2
RoundProgress/en.lproj/InfoPlist.strings
Normal file
2
RoundProgress/en.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
18
RoundProgress/main.m
Normal file
18
RoundProgress/main.m
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// main.m
|
||||
// RoundProgress
|
||||
//
|
||||
// Created by Renaud Pradenc on 25/05/12.
|
||||
// Copyright (c) 2012 Céroce. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "CEAppDelegate.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
@autoreleasepool {
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([CEAppDelegate class]));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user