Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,323 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
48BE19701DC09BAA00F46C9C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 48BE196F1DC09BAA00F46C9C /* Assets.xcassets */; };
48BE19851DC09BE000F46C9C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 48BE197B1DC09BE000F46C9C /* AppDelegate.m */; };
48BE19861DC09BE000F46C9C /* CalendarCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 48BE197D1DC09BE000F46C9C /* CalendarCell.m */; };
48BE19871DC09BE000F46C9C /* CalendarPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 48BE197F1DC09BE000F46C9C /* CalendarPicker.m */; };
48BE19881DC09BE000F46C9C /* CalendarPicker.xib in Resources */ = {isa = PBXBuildFile; fileRef = 48BE19801DC09BE000F46C9C /* CalendarPicker.xib */; };
48BE19891DC09BE000F46C9C /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 48BE19811DC09BE000F46C9C /* Info.plist */; };
48BE198A1DC09BE000F46C9C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 48BE19821DC09BE000F46C9C /* main.m */; };
48BE198B1DC09BE000F46C9C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 48BE19841DC09BE000F46C9C /* ViewController.m */; };
48BE198E1DC09BF400F46C9C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 48BE198C1DC09BF400F46C9C /* LaunchScreen.xib */; };
48BE198F1DC09BF400F46C9C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 48BE198D1DC09BF400F46C9C /* Main.storyboard */; };
48BE19921DC09D6B00F46C9C /* calendar.m in Sources */ = {isa = PBXBuildFile; fileRef = 48BE19911DC09D6B00F46C9C /* calendar.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
48BE19601DC09BAA00F46C9C /* calender2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = calender2.app; sourceTree = BUILT_PRODUCTS_DIR; };
48BE196F1DC09BAA00F46C9C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
48BE197A1DC09BE000F46C9C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
48BE197B1DC09BE000F46C9C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
48BE197C1DC09BE000F46C9C /* CalendarCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarCell.h; sourceTree = "<group>"; };
48BE197D1DC09BE000F46C9C /* CalendarCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarCell.m; sourceTree = "<group>"; };
48BE197E1DC09BE000F46C9C /* CalendarPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CalendarPicker.h; sourceTree = "<group>"; };
48BE197F1DC09BE000F46C9C /* CalendarPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CalendarPicker.m; sourceTree = "<group>"; };
48BE19801DC09BE000F46C9C /* CalendarPicker.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CalendarPicker.xib; sourceTree = "<group>"; };
48BE19811DC09BE000F46C9C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
48BE19821DC09BE000F46C9C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
48BE19831DC09BE000F46C9C /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
48BE19841DC09BE000F46C9C /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
48BE198C1DC09BF400F46C9C /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
48BE198D1DC09BF400F46C9C /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
48BE19901DC09D6B00F46C9C /* calendar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = calendar.h; sourceTree = "<group>"; };
48BE19911DC09D6B00F46C9C /* calendar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = calendar.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
48BE195D1DC09BAA00F46C9C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
48BE19571DC09BAA00F46C9C = {
isa = PBXGroup;
children = (
48BE19621DC09BAA00F46C9C /* calender2 */,
48BE19611DC09BAA00F46C9C /* Products */,
);
sourceTree = "<group>";
};
48BE19611DC09BAA00F46C9C /* Products */ = {
isa = PBXGroup;
children = (
48BE19601DC09BAA00F46C9C /* calender2.app */,
);
name = Products;
sourceTree = "<group>";
};
48BE19621DC09BAA00F46C9C /* calender2 */ = {
isa = PBXGroup;
children = (
48BE198C1DC09BF400F46C9C /* LaunchScreen.xib */,
48BE198D1DC09BF400F46C9C /* Main.storyboard */,
48BE197A1DC09BE000F46C9C /* AppDelegate.h */,
48BE197B1DC09BE000F46C9C /* AppDelegate.m */,
48BE197C1DC09BE000F46C9C /* CalendarCell.h */,
48BE197D1DC09BE000F46C9C /* CalendarCell.m */,
48BE197E1DC09BE000F46C9C /* CalendarPicker.h */,
48BE197F1DC09BE000F46C9C /* CalendarPicker.m */,
48BE19801DC09BE000F46C9C /* CalendarPicker.xib */,
48BE19831DC09BE000F46C9C /* ViewController.h */,
48BE19841DC09BE000F46C9C /* ViewController.m */,
48BE196F1DC09BAA00F46C9C /* Assets.xcassets */,
48BE19631DC09BAA00F46C9C /* Supporting Files */,
);
path = calender2;
sourceTree = "<group>";
};
48BE19631DC09BAA00F46C9C /* Supporting Files */ = {
isa = PBXGroup;
children = (
48BE19901DC09D6B00F46C9C /* calendar.h */,
48BE19911DC09D6B00F46C9C /* calendar.m */,
48BE19811DC09BE000F46C9C /* Info.plist */,
48BE19821DC09BE000F46C9C /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
48BE195F1DC09BAA00F46C9C /* calender2 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 48BE19771DC09BAA00F46C9C /* Build configuration list for PBXNativeTarget "calender2" */;
buildPhases = (
48BE195C1DC09BAA00F46C9C /* Sources */,
48BE195D1DC09BAA00F46C9C /* Frameworks */,
48BE195E1DC09BAA00F46C9C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = calender2;
productName = calender2;
productReference = 48BE19601DC09BAA00F46C9C /* calender2.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
48BE19581DC09BAA00F46C9C /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = Will;
TargetAttributes = {
48BE195F1DC09BAA00F46C9C = {
CreatedOnToolsVersion = 8.0;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 48BE195B1DC09BAA00F46C9C /* Build configuration list for PBXProject "calender2" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 48BE19571DC09BAA00F46C9C;
productRefGroup = 48BE19611DC09BAA00F46C9C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
48BE195F1DC09BAA00F46C9C /* calender2 */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
48BE195E1DC09BAA00F46C9C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
48BE198E1DC09BF400F46C9C /* LaunchScreen.xib in Resources */,
48BE198F1DC09BF400F46C9C /* Main.storyboard in Resources */,
48BE19701DC09BAA00F46C9C /* Assets.xcassets in Resources */,
48BE19881DC09BE000F46C9C /* CalendarPicker.xib in Resources */,
48BE19891DC09BE000F46C9C /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
48BE195C1DC09BAA00F46C9C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
48BE19871DC09BE000F46C9C /* CalendarPicker.m in Sources */,
48BE19851DC09BE000F46C9C /* AppDelegate.m in Sources */,
48BE198A1DC09BE000F46C9C /* main.m in Sources */,
48BE19921DC09D6B00F46C9C /* calendar.m in Sources */,
48BE19861DC09BE000F46C9C /* CalendarCell.m in Sources */,
48BE198B1DC09BE000F46C9C /* ViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
48BE19751DC09BAA00F46C9C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
48BE19761DC09BAA00F46C9C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
48BE19781DC09BAA00F46C9C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = calender2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = zju.calender2;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
48BE19791DC09BAA00F46C9C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = calender2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = zju.calender2;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
48BE195B1DC09BAA00F46C9C /* Build configuration list for PBXProject "calender2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
48BE19751DC09BAA00F46C9C /* Debug */,
48BE19761DC09BAA00F46C9C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
48BE19771DC09BAA00F46C9C /* Build configuration list for PBXNativeTarget "calender2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
48BE19781DC09BAA00F46C9C /* Debug */,
48BE19791DC09BAA00F46C9C /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 48BE19581DC09BAA00F46C9C /* Project object */;
}
17 changes: 17 additions & 0 deletions 21651087李卓飞/project02/calender2/calender2/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// CalendarPicker
//
// Created by LZF on 16/10/26.
// Copyright © 2016年 LZF. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

45 changes: 45 additions & 0 deletions 21651087李卓飞/project02/calender2/calender2/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
//
// AppDelegate.m
// CalendarPicker
//
// Created by LZF on 16/10/26.
// Copyright © 2016年 LZF. All rights reserved.
//

#import "AppDelegate.h"

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
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
Loading