Skip to content

Commit

Permalink
Merge pull request #81 from aufflick/master
Browse files Browse the repository at this point in the history
Arc migration
  • Loading branch information
AlanQuatermain committed Dec 1, 2011
2 parents 90ab0f3 + 12b747d commit 4072978
Show file tree
Hide file tree
Showing 21 changed files with 321 additions and 452 deletions.
4 changes: 4 additions & 0 deletions AQGridView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/AQGridView.dst;
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -292,6 +293,7 @@
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = BUILTIN_IMAGES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
PRODUCT_NAME = AQGridView;
};
name = Debug;
Expand All @@ -301,13 +303,15 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
DSTROOT = /tmp/AQGridView.dst;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = AQGridView_Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = BUILTIN_IMAGES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
PRODUCT_NAME = AQGridView;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion Classes/AQGridView.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ extern NSString * const AQGridViewSelectionDidChangeNotification;

@interface AQGridView : UIScrollView
{
id<AQGridViewDataSource> _dataSource;
id<AQGridViewDataSource> __unsafe_unretained _dataSource;

AQGridViewData * _gridData;
NSMutableArray * _updateInfoStack;
Expand Down
Loading

0 comments on commit 4072978

Please sign in to comment.