Browse Source

Notes and SDK changes.

ccgus 13 years ago
parent
commit
3d7eaf67be
3 changed files with 4 additions and 6 deletions
  1. 3 0
      CHANGES_AND_TODO_LIST.txt
  2. 1 0
      CONTRIBUTORS.txt
  3. 0 6
      fmdb.xcodeproj/project.pbxproj

+ 3 - 0
CHANGES_AND_TODO_LIST.txt

@@ -3,6 +3,9 @@ Zip, nada, zilch.  Got any ideas?
 
 If you would like to contribute some code- awesome!  I just ask that you make it conform to the coding conventions already set in here, and to add a couple of tests for your new code to fmdb.m.  And of course, the code should be of general use to more than just a couple of folks.  Send your patches to gus@flyingmeat.com.
 
+2012.08.08
+    Fixed some problems when compiling with ARC against the 10.8 SDK (patch from Geoffrey Foster!).
+
 2012.05.29:
     Changed up the behavior of binding empty NSData objects ([NSData data]).  It will now insert an empty value, rather than a null value- which is consistent with [NSMutableData data] and empty strings (see https://github.com/ccgus/fmdb/issues/73 for a discussion on this).  Thanks to Jens Alfke for pointing this out!
     

+ 1 - 0
CONTRIBUTORS.txt

@@ -31,5 +31,6 @@ Dave DeLong
 Drarok Ithaqua
 Chris Dolan
 Sriram Patil
+Geoffrey Foster
 
 Aaaaannnd, Gus Mueller (that's me!)

+ 0 - 6
fmdb.xcodeproj/project.pbxproj

@@ -286,9 +286,7 @@
 				GCC_WARN_SHADOW = YES;
 				INSTALL_PATH = "$(HOME)/bin";
 				LIBRARY_SEARCH_PATHS = "$(LIBRARY_SEARCH_PATHS)";
-				MACOSX_DEPLOYMENT_TARGET = 10.7;
 				PRODUCT_NAME = fmdb;
-				SDKROOT = macosx;
 			};
 			name = Debug;
 		};
@@ -308,9 +306,7 @@
 				GCC_WARN_SHADOW = YES;
 				INSTALL_PATH = "$(HOME)/bin";
 				LIBRARY_SEARCH_PATHS = "$(LIBRARY_SEARCH_PATHS)";
-				MACOSX_DEPLOYMENT_TARGET = 10.7;
 				PRODUCT_NAME = fmdb;
-				SDKROOT = macosx;
 			};
 			name = Release;
 		};
@@ -326,7 +322,6 @@
 				GCC_WARN_PEDANTIC = YES;
 				GCC_WARN_SIGN_COMPARE = YES;
 				GCC_WARN_UNUSED_VARIABLE = YES;
-				MACOSX_DEPLOYMENT_TARGET = 10.7;
 			};
 			name = Debug;
 		};
@@ -337,7 +332,6 @@
 				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
 				GCC_WARN_UNUSED_VARIABLE = YES;
-				MACOSX_DEPLOYMENT_TARGET = 10.7;
 			};
 			name = Release;
 		};