-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1722113
Showing
17 changed files
with
1,057 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Mac OS X | ||
*.DS_Store | ||
*.psd | ||
|
||
# Xcode | ||
*.pbxuser | ||
*.mode1v3 | ||
*.mode2v3 | ||
*.perspectivev3 | ||
*.xcuserstate | ||
project.xcworkspace/ | ||
xcuserdata/ | ||
|
||
# Generated files | ||
build/ | ||
*.[oa] | ||
*.pyc | ||
|
||
# Backup files | ||
*~.nib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,312 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 46; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
22E0D9191545EE5B00BB6BB5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22E0D9181545EE5B00BB6BB5 /* UIKit.framework */; }; | ||
22E0D91B1545EE5B00BB6BB5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22E0D91A1545EE5B00BB6BB5 /* Foundation.framework */; }; | ||
22E0D91D1545EE5B00BB6BB5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22E0D91C1545EE5B00BB6BB5 /* CoreGraphics.framework */; }; | ||
22E0D9231545EE5B00BB6BB5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 22E0D9211545EE5B00BB6BB5 /* InfoPlist.strings */; }; | ||
22E0D9251545EE5B00BB6BB5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E0D9241545EE5B00BB6BB5 /* main.m */; }; | ||
22E0D9291545EE5B00BB6BB5 /* SVAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E0D9281545EE5B00BB6BB5 /* SVAppDelegate.m */; }; | ||
22E0D92C1545EE5B00BB6BB5 /* SVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E0D92B1545EE5B00BB6BB5 /* SVViewController.m */; }; | ||
22E0D92F1545EE5B00BB6BB5 /* SVViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 22E0D92D1545EE5B00BB6BB5 /* SVViewController.xib */; }; | ||
22E0D93D1545EE7600BB6BB5 /* SVPullToRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E0D93B1545EE7600BB6BB5 /* SVPullToRefresh.m */; }; | ||
22E0D93E1545EE7600BB6BB5 /* SVPullToRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 22E0D93C1545EE7600BB6BB5 /* SVPullToRefresh.bundle */; }; | ||
22E0D9411545EE9000BB6BB5 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22E0D9401545EE9000BB6BB5 /* QuartzCore.framework */; }; | ||
22E0D94B1545F63300BB6BB5 /* README.textile in Resources */ = {isa = PBXBuildFile; fileRef = 22E0D94A1545F63300BB6BB5 /* README.textile */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
22E0D9141545EE5B00BB6BB5 /* SVPullToRefreshDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SVPullToRefreshDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
22E0D9181545EE5B00BB6BB5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | ||
22E0D91A1545EE5B00BB6BB5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | ||
22E0D91C1545EE5B00BB6BB5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | ||
22E0D9201545EE5B00BB6BB5 /* SVPullToRefreshDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SVPullToRefreshDemo-Info.plist"; sourceTree = "<group>"; }; | ||
22E0D9221545EE5B00BB6BB5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
22E0D9241545EE5B00BB6BB5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | ||
22E0D9261545EE5B00BB6BB5 /* SVPullToRefreshDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SVPullToRefreshDemo-Prefix.pch"; sourceTree = "<group>"; }; | ||
22E0D9271545EE5B00BB6BB5 /* SVAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SVAppDelegate.h; sourceTree = "<group>"; }; | ||
22E0D9281545EE5B00BB6BB5 /* SVAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SVAppDelegate.m; sourceTree = "<group>"; }; | ||
22E0D92A1545EE5B00BB6BB5 /* SVViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SVViewController.h; sourceTree = "<group>"; }; | ||
22E0D92B1545EE5B00BB6BB5 /* SVViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SVViewController.m; sourceTree = "<group>"; }; | ||
22E0D92E1545EE5B00BB6BB5 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/SVViewController.xib; sourceTree = "<group>"; }; | ||
22E0D93A1545EE7600BB6BB5 /* SVPullToRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVPullToRefresh.h; sourceTree = "<group>"; }; | ||
22E0D93B1545EE7600BB6BB5 /* SVPullToRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVPullToRefresh.m; sourceTree = "<group>"; }; | ||
22E0D93C1545EE7600BB6BB5 /* SVPullToRefresh.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = SVPullToRefresh.bundle; sourceTree = "<group>"; }; | ||
22E0D9401545EE9000BB6BB5 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | ||
22E0D94A1545F63300BB6BB5 /* README.textile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.textile; path = ../README.textile; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
22E0D9111545EE5B00BB6BB5 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
22E0D9411545EE9000BB6BB5 /* QuartzCore.framework in Frameworks */, | ||
22E0D9191545EE5B00BB6BB5 /* UIKit.framework in Frameworks */, | ||
22E0D91B1545EE5B00BB6BB5 /* Foundation.framework in Frameworks */, | ||
22E0D91D1545EE5B00BB6BB5 /* CoreGraphics.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
22E0D9091545EE5B00BB6BB5 = { | ||
isa = PBXGroup; | ||
children = ( | ||
22E0D94A1545F63300BB6BB5 /* README.textile */, | ||
22E0D91E1545EE5B00BB6BB5 /* Demo */, | ||
22E0D9391545EE7600BB6BB5 /* SVPullToRefresh */, | ||
22E0D9171545EE5B00BB6BB5 /* Frameworks */, | ||
22E0D9151545EE5B00BB6BB5 /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
22E0D9151545EE5B00BB6BB5 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
22E0D9141545EE5B00BB6BB5 /* SVPullToRefreshDemo.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
22E0D9171545EE5B00BB6BB5 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
22E0D9401545EE9000BB6BB5 /* QuartzCore.framework */, | ||
22E0D9181545EE5B00BB6BB5 /* UIKit.framework */, | ||
22E0D91A1545EE5B00BB6BB5 /* Foundation.framework */, | ||
22E0D91C1545EE5B00BB6BB5 /* CoreGraphics.framework */, | ||
); | ||
name = Frameworks; | ||
sourceTree = "<group>"; | ||
}; | ||
22E0D91E1545EE5B00BB6BB5 /* Demo */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
22E0D9271545EE5B00BB6BB5 /* SVAppDelegate.h */, | ||
22E0D9281545EE5B00BB6BB5 /* SVAppDelegate.m */, | ||
22E0D92A1545EE5B00BB6BB5 /* SVViewController.h */, | ||
22E0D92B1545EE5B00BB6BB5 /* SVViewController.m */, | ||
22E0D92D1545EE5B00BB6BB5 /* SVViewController.xib */, | ||
22E0D91F1545EE5B00BB6BB5 /* Supporting Files */, | ||
); | ||
name = Demo; | ||
path = SVPullToRefreshDemo; | ||
sourceTree = "<group>"; | ||
}; | ||
22E0D91F1545EE5B00BB6BB5 /* Supporting Files */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
22E0D9201545EE5B00BB6BB5 /* SVPullToRefreshDemo-Info.plist */, | ||
22E0D9211545EE5B00BB6BB5 /* InfoPlist.strings */, | ||
22E0D9241545EE5B00BB6BB5 /* main.m */, | ||
22E0D9261545EE5B00BB6BB5 /* SVPullToRefreshDemo-Prefix.pch */, | ||
); | ||
name = "Supporting Files"; | ||
sourceTree = "<group>"; | ||
}; | ||
22E0D9391545EE7600BB6BB5 /* SVPullToRefresh */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
22E0D93A1545EE7600BB6BB5 /* SVPullToRefresh.h */, | ||
22E0D93B1545EE7600BB6BB5 /* SVPullToRefresh.m */, | ||
22E0D93C1545EE7600BB6BB5 /* SVPullToRefresh.bundle */, | ||
); | ||
name = SVPullToRefresh; | ||
path = ../SVPullToRefresh; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
22E0D9131545EE5B00BB6BB5 /* SVPullToRefreshDemo */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 22E0D9321545EE5B00BB6BB5 /* Build configuration list for PBXNativeTarget "SVPullToRefreshDemo" */; | ||
buildPhases = ( | ||
22E0D9101545EE5B00BB6BB5 /* Sources */, | ||
22E0D9111545EE5B00BB6BB5 /* Frameworks */, | ||
22E0D9121545EE5B00BB6BB5 /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = SVPullToRefreshDemo; | ||
productName = SVPullToRefreshDemo; | ||
productReference = 22E0D9141545EE5B00BB6BB5 /* SVPullToRefreshDemo.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
22E0D90B1545EE5B00BB6BB5 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
CLASSPREFIX = SV; | ||
LastUpgradeCheck = 0430; | ||
ORGANIZATIONNAME = Home; | ||
}; | ||
buildConfigurationList = 22E0D90E1545EE5B00BB6BB5 /* Build configuration list for PBXProject "SVPullToRefreshDemo" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
); | ||
mainGroup = 22E0D9091545EE5B00BB6BB5; | ||
productRefGroup = 22E0D9151545EE5B00BB6BB5 /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
22E0D9131545EE5B00BB6BB5 /* SVPullToRefreshDemo */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
22E0D9121545EE5B00BB6BB5 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
22E0D9231545EE5B00BB6BB5 /* InfoPlist.strings in Resources */, | ||
22E0D92F1545EE5B00BB6BB5 /* SVViewController.xib in Resources */, | ||
22E0D93E1545EE7600BB6BB5 /* SVPullToRefresh.bundle in Resources */, | ||
22E0D94B1545F63300BB6BB5 /* README.textile in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
22E0D9101545EE5B00BB6BB5 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
22E0D9251545EE5B00BB6BB5 /* main.m in Sources */, | ||
22E0D9291545EE5B00BB6BB5 /* SVAppDelegate.m in Sources */, | ||
22E0D92C1545EE5B00BB6BB5 /* SVViewController.m in Sources */, | ||
22E0D93D1545EE7600BB6BB5 /* SVPullToRefresh.m in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
22E0D9211545EE5B00BB6BB5 /* InfoPlist.strings */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
22E0D9221545EE5B00BB6BB5 /* en */, | ||
); | ||
name = InfoPlist.strings; | ||
sourceTree = "<group>"; | ||
}; | ||
22E0D92D1545EE5B00BB6BB5 /* SVViewController.xib */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
22E0D92E1545EE5B00BB6BB5 /* en */, | ||
); | ||
name = SVViewController.xib; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
22E0D9301545EE5B00BB6BB5 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
"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; | ||
}; | ||
22E0D9311545EE5B00BB6BB5 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
"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; | ||
}; | ||
22E0D9331545EE5B00BB6BB5 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "SVPullToRefreshDemo/SVPullToRefreshDemo-Prefix.pch"; | ||
INFOPLIST_FILE = "SVPullToRefreshDemo/SVPullToRefreshDemo-Info.plist"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Debug; | ||
}; | ||
22E0D9341545EE5B00BB6BB5 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "SVPullToRefreshDemo/SVPullToRefreshDemo-Prefix.pch"; | ||
INFOPLIST_FILE = "SVPullToRefreshDemo/SVPullToRefreshDemo-Info.plist"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
22E0D90E1545EE5B00BB6BB5 /* Build configuration list for PBXProject "SVPullToRefreshDemo" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
22E0D9301545EE5B00BB6BB5 /* Debug */, | ||
22E0D9311545EE5B00BB6BB5 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
22E0D9321545EE5B00BB6BB5 /* Build configuration list for PBXNativeTarget "SVPullToRefreshDemo" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
22E0D9331545EE5B00BB6BB5 /* Debug */, | ||
22E0D9341545EE5B00BB6BB5 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = 22E0D90B1545EE5B00BB6BB5 /* Project object */; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// SVAppDelegate.h | ||
// SVPullToRefreshDemo | ||
// | ||
// Created by Sam Vermette on 23.04.12. | ||
// Copyright (c) 2012 samvermette.com. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@class SVViewController; | ||
|
||
@interface SVAppDelegate : UIResponder <UIApplicationDelegate> | ||
|
||
@property (strong, nonatomic) UIWindow *window; | ||
|
||
@property (strong, nonatomic) SVViewController *viewController; | ||
|
||
@end |
Oops, something went wrong.