-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/1.1.2: (21 commits) Bumb version to 1.1.2. Fix lastEvent not getting set. compatibility shim, runtime checking example, file-level events --------------------------------------------------------------- validate project settings, update to xcode 3.2 Fixed "missing base SDK". Fixed a bug in the CDEventsCallback(...) code which could cause the excludedURLs to be disregarded. Changed the lastEvent property of the CDEvents class to readonly in public and readwrite in private. Fixed a bug in the test app which could cause an exception to be raised. Fixed a lot of small formatting and cross reference errors in the API doc. Fixed a dup symbols bug properly, thanks to Kirk Kerekes. Defined MACOSX_DEPLOYMENT_TARGET to 10.5. Added some Xcode 4 stuff to the git ignore file. Revert "Changed two "const <type> <name>" constants to macros (they caused duplicate symbol linking errors when the header was included more than once for the same product)." Fixed small markdown error. Added still maintained image. Changed two "const <type> <name>" constants to macros (they caused duplicate symbol linking errors when the header was included more than once for the same product). Changed test application to use full CDEvents init method. Fixed missing __weak code mark in the delegate property declaration. Changed the compiler to LLVM 1.5. Marked CDEventsDelegate pointer as a weak pointer (for GC). ... Conflicts: CDEvents.xcodeproj/project.pbxproj
- Loading branch information
Showing
11 changed files
with
281 additions
and
149 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
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
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
Oops, something went wrong.