Skip to content

Commit

Permalink
Notes and SDK changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Aug 8, 2012
1 parent 5890f1a commit 3d7eaf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES_AND_TODO_LIST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].

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!

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ Dave DeLong
Drarok Ithaqua
Chris Dolan
Sriram Patil
Geoffrey Foster

Aaaaannnd, Gus Mueller (that's me!)
6 changes: 0 additions & 6 deletions fmdb.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand All @@ -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;
};
Expand All @@ -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;
};
Expand All @@ -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;
};
Expand Down

0 comments on commit 3d7eaf6

Please sign in to comment.