-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sorry for everything lumped into one but it’s been a long time and I didn’t do a good job keeping our internal branch (which is stuck in svn) in sync with the this one. I know I know I’m doing it wrong! :P This includes a bunch of modernization of the codebase including a switch to ARC (which many of you have already done). It also includes some rather significant changes to how events get from AppKit to UIKit, gesture recognizers, responder chain changes (attempts to integrate between NSResponder and UIResponder), and probably a bunch of other stuff I’ve forgotten about. Due to a heavy focus on iOS work lately, this code has not been extensively used or tested but it was well past time to get it out there.
- Loading branch information
Showing
248 changed files
with
5,491 additions
and
5,227 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
50 changes: 50 additions & 0 deletions
50
AVFoundation/AVFoundation.xcodeproj/project.xcworkspace/xcshareddata/AVFoundation.xccheckout
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,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDESourceControlProjectFavoriteDictionaryKey</key> | ||
<false/> | ||
<key>IDESourceControlProjectIdentifier</key> | ||
<string>D07BFBE5-D22F-4E7C-8EC3-D1129799E6A7</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>AVFoundation</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software/UIKit/trunk</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>AVFoundation/AVFoundation.xcodeproj/project.xcworkspace</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectRepositoryRootDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software/UIKit/trunk/AVFoundation/AVFoundation.xcodeproj</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>110</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryBranchesRelativeLocationKey</key> | ||
<string>UIKit/branches</string> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.subversion</string> | ||
<key>IDESourceControlRepositoryTrunkRelativeLocationKey</key> | ||
<string>UIKit/trunk</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>UIKit</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
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
50 changes: 50 additions & 0 deletions
50
...sBookUI/AddressBookUI.xcodeproj/project.xcworkspace/xcshareddata/AddressBookUI.xccheckout
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,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDESourceControlProjectFavoriteDictionaryKey</key> | ||
<false/> | ||
<key>IDESourceControlProjectIdentifier</key> | ||
<string>9F3968B1-EE4C-4FC9-9142-CB68E7E1F3AC</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>AddressBookUI</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software/UIKit/trunk</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>AddressBookUI/AddressBookUI.xcodeproj/project.xcworkspace</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectRepositoryRootDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software/UIKit/trunk/AddressBookUI/AddressBookUI.xcodeproj</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>110</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryBranchesRelativeLocationKey</key> | ||
<string>UIKit/branches</string> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.subversion</string> | ||
<key>IDESourceControlRepositoryTrunkRelativeLocationKey</key> | ||
<string>UIKit/trunk</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>UIKit</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
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
50 changes: 50 additions & 0 deletions
50
...Library/AssetsLibrary.xcodeproj/project.xcworkspace/xcshareddata/AssetsLibrary.xccheckout
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,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDESourceControlProjectFavoriteDictionaryKey</key> | ||
<false/> | ||
<key>IDESourceControlProjectIdentifier</key> | ||
<string>325CD246-7DA7-4A70-BA15-8AA78CD07E08</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>AssetsLibrary</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software/UIKit/trunk</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>AssetsLibrary/AssetsLibrary.xcodeproj/project.xcworkspace</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectRepositoryRootDictionary</key> | ||
<dict> | ||
<key>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>svn://dev.iconfactory.net/Projects/Software/UIKit/trunk/AssetsLibrary/AssetsLibrary.xcodeproj</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>110</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryBranchesRelativeLocationKey</key> | ||
<string>UIKit/branches</string> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.subversion</string> | ||
<key>IDESourceControlRepositoryTrunkRelativeLocationKey</key> | ||
<string>UIKit/trunk</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>4D4CCC13-43EF-4EE0-831F-37E84AFA83EA</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>UIKit</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
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.