]> git.saurik.com Git - cydia.git/log
cydia.git
13 years agoMerge commit :(. Bring in my work on URLs and UITabBarController into one functioning...
Grant Paul [Sun, 23 Jan 2011 00:10:09 +0000 (16:10 -0800)] 
Merge commit :(. Bring in my work on URLs and UITabBarController into one functioning whole!

 - Queueing badges and controllers work.
 - As far as I can tell, no broken URLs on Cydia pages.
   - There might still be one the website, but that's not under my control.
 - Lazy loads tabs again, but also doesn't reload the home page when switching back to it (yay!).
 - Adds "Show Pacakge Settings" duplicated text as a section header on the PackageSettingsController, for asthetic reasons.
 - Popups are *still* broken, and I still don't know why.

13 years agofixed a few outdated cydia:// URLs
Grant Paul [Sat, 22 Jan 2011 23:48:14 +0000 (15:48 -0800)] 
fixed a few outdated cydia:// URLs

13 years agoMove Source{Cell,Controller} lower in MobileCydia.mm.
Jay Freeman (saurik) [Tue, 4 Jan 2011 00:29:14 +0000 (16:29 -0800)] 
Move Source{Cell,Controller} lower in MobileCydia.mm.

13 years agoRemove SourceCell::description_ and hard-code height.
Jay Freeman (saurik) [Sun, 2 Jan 2011 01:18:29 +0000 (17:18 -0800)] 
Remove SourceCell::description_ and hard-code height.

13 years agoUse 73, not 73.0f, for uniformity.
Jay Freeman (saurik) [Sun, 2 Jan 2011 01:16:46 +0000 (17:16 -0800)] 
Use 73, not 73.0f, for uniformity.

13 years agoRemove (unused) +[PackageCell heightForPackage:].
Jay Freeman (saurik) [Sun, 2 Jan 2011 01:14:22 +0000 (17:14 -0800)] 
Remove (unused) +[PackageCell heightForPackage:].

13 years agoMerge branch 'master' of saurik.com:cydia into url-tabbar
Grant Paul [Wed, 5 Jan 2011 07:31:15 +0000 (23:31 -0800)] 
Merge branch 'master' of saurik.com:cydia into url-tabbar

13 years agoUntil the ignored toggle saves state, disallow modifying the state.
Grant Paul [Tue, 4 Jan 2011 07:05:26 +0000 (23:05 -0800)] 
Until the ignored toggle saves state, disallow modifying the state.

13 years agoUntil the ignored toggle saves state, disallow modifying the state.
Grant Paul [Tue, 4 Jan 2011 07:05:26 +0000 (23:05 -0800)] 
Until the ignored toggle saves state, disallow modifying the state.

13 years ago[LARGE COMMIT] Switch to lazy-loaded SDK-style tab management. Remove the tags on...
Grant Paul [Tue, 4 Jan 2011 06:59:48 +0000 (22:59 -0800)] 
[LARGE COMMIT] Switch to lazy-loaded SDK-style tab management. Remove the tags on the tab bar items, and remove a significant chunk of code. Also, fix a few internal pages (and the BrowserView) to work with the new URL schemes.

13 years agoRemoved obsolete reference to AddSourceController.
Grant Paul [Tue, 4 Jan 2011 04:54:38 +0000 (20:54 -0800)] 
Removed obsolete reference to AddSourceController.

13 years agoAdd CYEmulatedLoadingController, because there is no reason not to fake the whole...
Grant Paul [Tue, 4 Jan 2011 04:49:35 +0000 (20:49 -0800)] 
Add CYEmulatedLoadingController, because there is no reason not to fake the whole thing, and plenty of reasons to do so.

13 years agoBegan reworking of URL handling system; renamed a few classes to remove unnecessary...
Grant Paul [Tue, 4 Jan 2011 03:44:37 +0000 (19:44 -0800)] 
Began reworking of URL handling system; renamed a few classes to remove unnecessary CY prefix.

13 years agoShow dead sources
Ryan Petrich [Mon, 3 Jan 2011 13:29:52 +0000 (06:29 -0700)] 
Show dead sources

13 years agoFix crash on Changes tab due to section index out of bounds
Ryan Petrich [Mon, 3 Jan 2011 08:28:47 +0000 (01:28 -0700)] 
Fix crash on Changes tab due to section index out of bounds

13 years agoRemove (non-functional) shake-to-undo mechanism.
Jay Freeman (saurik) [Wed, 22 Dec 2010 06:48:45 +0000 (22:48 -0800)] 
Remove (non-functional) shake-to-undo mechanism.

13 years agoUse pngcrush to crush the images as we build the package.
Jay Freeman (saurik) [Wed, 15 Dec 2010 02:40:38 +0000 (18:40 -0800)] 
Use pngcrush to crush the images as we build the package.

13 years agog++ -mthumb
Jay Freeman (saurik) [Wed, 15 Dec 2010 01:04:01 +0000 (17:04 -0800)] 
g++ -mthumb

13 years agoRemoved random source icons from Cydia's package.
Jay Freeman (saurik) [Tue, 14 Dec 2010 22:52:21 +0000 (14:52 -0800)] 
Removed random source icons from Cydia's package.

13 years agoDisplay the size of the output package after dpkg-deb.
Jay Freeman (saurik) [Tue, 14 Dec 2010 22:51:04 +0000 (14:51 -0800)] 
Display the size of the output package after dpkg-deb.

13 years agoUse dpkg-deb -z to specify compression type.
Jay Freeman (saurik) [Tue, 14 Dec 2010 22:50:42 +0000 (14:50 -0800)] 
Use dpkg-deb -z to specify compression type.

13 years agoRevert all PNG files to their pre-pngcrush state.
Jay Freeman (saurik) [Tue, 7 Dec 2010 11:01:16 +0000 (03:01 -0800)] 
Revert all PNG files to their pre-pngcrush state.

13 years agoFurther break down _profile usage for ChangesController.
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:24:18 +0000 (02:24 -0800)] 
Further break down _profile usage for ChangesController.

13 years agoAdd database lock @synchronized to -[ChangesController reloadData].
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:23:33 +0000 (02:23 -0800)] 
Add database lock @synchronized to -[ChangesController reloadData].

13 years agoReallocate ChangesController::packages_ in _reloadPackages: instead of clearing in...
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:23:24 +0000 (02:23 -0800)] 
Reallocate ChangesController::packages_ in _reloadPackages: instead of clearing in reloadData.

13 years agoAllow profiling usage of Database::sections_ in -[Database mappedSectionForPointer:].
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:20:00 +0000 (02:20 -0800)] 
Allow profiling usage of Database::sections_ in -[Database mappedSectionForPointer:].

13 years agoAdd _unlikely() to conditions in -[Package unfiltered].
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:18:46 +0000 (02:18 -0800)] 
Add _unlikely() to conditions in -[Package unfiltered].

13 years agoDo not highlight section cell text while editing.
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:16:40 +0000 (02:16 -0800)] 
Do not highlight section cell text while editing.

13 years agoFix 'resubmit form' dialog: new alert API crash.
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:15:37 +0000 (02:15 -0800)] 
Fix 'resubmit form' dialog: new alert API crash.

13 years agoStore Package::role_ as integer instead of NSString.
Jay Freeman (saurik) [Mon, 6 Dec 2010 12:59:36 +0000 (04:59 -0800)] 
Store Package::role_ as integer instead of NSString.

13 years agoCache section remap using APT cache pointer.
Jay Freeman (saurik) [Mon, 6 Dec 2010 12:58:20 +0000 (04:58 -0800)] 
Cache section remap using APT cache pointer.

13 years agoSwitch to native UITabBarController handling, and rewrite URL subsystem. Also make...
Grant Paul [Thu, 30 Dec 2010 09:52:12 +0000 (01:52 -0800)] 
Switch to native UITabBarController handling, and rewrite URL subsystem. Also make a number of changes, creating and renaming classes for the different pages dispalyed in Cydia. Incomplete; -urlForPage methods are not implemented or used and CYSearchController does not yet exist.

13 years agoAllow BrowserView subclasses to be notified of changes in loading state.
Grant Paul [Wed, 29 Dec 2010 06:05:59 +0000 (22:05 -0800)] 
Allow BrowserView subclasses to be notified of changes in loading state.

13 years agoCode, not comments, to control if the navigation bar on the homepage is hidden.
Grant Paul [Wed, 29 Dec 2010 06:00:04 +0000 (22:00 -0800)] 
Code, not comments, to control if the navigation bar on the homepage is hidden.

13 years agoYou can now tap a loading button to manage a commercial package, but not to install it.
Grant Paul [Mon, 20 Dec 2010 03:12:36 +0000 (19:12 -0800)] 
You can now tap a loading button to manage a commercial package, but not to install it.

13 years agoAdded Greek translation by limneos.
Grant Paul [Sun, 12 Dec 2010 19:43:44 +0000 (11:43 -0800)] 
Added Greek translation by limneos.

13 years agoAdd new package sorting engine (disabled due to speed) that uses the native 3.0+...
Grant Paul [Sun, 12 Dec 2010 11:18:07 +0000 (03:18 -0800)] 
Add new package sorting engine (disabled due to speed) that uses the native 3.0+ UILocalizedIndexedCollation to more closely mimic the official lists and provide localization for the table indexes. However, it UILocalizedIndexedCollation is unusably slow (about 7x slower than the previous implementation), so it is currently disabled (even if enabled, though, it is only used if UILocalizedIndexedCollation is available).

13 years agoCleanup my stupidity: remove logging, fix landscape back buttons (via delegation...
Grant Paul [Sun, 12 Dec 2010 07:28:51 +0000 (23:28 -0800)] 
Cleanup my stupidity: remove logging, fix landscape back buttons (via delegation to parent view controllers), and such.

13 years agoFixed empty Statistics on confirm page if all statistics have been removed.
Grant Paul [Sun, 12 Dec 2010 07:11:07 +0000 (23:11 -0800)] 
Fixed empty Statistics on confirm page if all statistics have been removed.

13 years agoFactored out CYLoadingIndicator, fixed landscape launches wrt CYLoadingIndicator...
Grant Paul [Sun, 12 Dec 2010 06:29:21 +0000 (22:29 -0800)] 
Factored out CYLoadingIndicator, fixed landscape launches wrt CYLoadingIndicator positioning.

13 years agoUndo my own fix for the lack of pinstripes on the iPad: pinstripes spread out when...
Grant Paul [Sun, 12 Dec 2010 04:42:01 +0000 (20:42 -0800)] 
Undo my own fix for the lack of pinstripes on the iPad: pinstripes spread out when rotating when using -pinStripeColor. A real fix is still needed.

13 years agoSpringBoard gets away with a completely fake status bar; Cydia can get away with...
Grant Paul [Sun, 12 Dec 2010 04:38:25 +0000 (20:38 -0800)] 
SpringBoard gets away with a completely fake status bar; Cydia can get away with a fake tab bar.

13 years agoremove obsolete methods left-over from UIViewController transition
Grant Paul [Sun, 12 Dec 2010 02:47:01 +0000 (18:47 -0800)] 
remove obsolete methods left-over from UIViewController transition

13 years agoRenamed SourceTable to SourceController, makes much more sense now.
Grant Paul [Sun, 12 Dec 2010 01:01:57 +0000 (17:01 -0800)] 
Renamed SourceTable to SourceController, makes much more sense now.

13 years agoDisabled obsolete usage to AddSourceController.
Grant Paul [Sun, 12 Dec 2010 01:01:26 +0000 (17:01 -0800)] 
Disabled obsolete usage to AddSourceController.

13 years agoRemoved unused AddSourceController stub.
Grant Paul [Sun, 12 Dec 2010 00:54:06 +0000 (16:54 -0800)] 
Removed unused AddSourceController stub.

13 years agoFix iPad pinstripes using private API; it sucks but it's the only way to work around...
Grant Paul [Sun, 12 Dec 2010 00:17:16 +0000 (16:17 -0800)] 
Fix iPad pinstripes using private API; it sucks but it's the only way to work around Apple's idiotic bug there.

13 years agoGerman localization update.
Grant Paul [Wed, 8 Dec 2010 08:26:31 +0000 (00:26 -0800)] 
German localization update.

13 years agoAllow ./version.sh on a specified commit-ish.
Jay Freeman (saurik) [Mon, 6 Dec 2010 11:04:40 +0000 (03:04 -0800)] 
Allow ./version.sh on a specified commit-ish.

13 years agoReload all the crazy different iPad tabs.
Jay Freeman (saurik) [Mon, 6 Dec 2010 11:04:17 +0000 (03:04 -0800)] 
Reload all the crazy different iPad tabs.

13 years agoFixed slight issue with last commit: always saved section editing changes even if...
Grant Paul [Sat, 4 Dec 2010 09:16:09 +0000 (01:16 -0800)] 
Fixed slight issue with last commit: always saved section editing changes even if you were not in editing mode.

13 years agoFixed bug switching tabs while editing sections, SectionsController -> CYSectionsCont...
Grant Paul [Sat, 4 Dec 2010 09:12:56 +0000 (01:12 -0800)] 
Fixed bug switching tabs while editing sections, SectionsController -> CYSectionsController.

13 years agoMake errors not horribly ugly looking on the iPad.
Grant Paul [Sat, 4 Dec 2010 07:39:29 +0000 (23:39 -0800)] 
Make errors not horribly ugly looking on the iPad.

13 years agoMore correctly handle a couple (impossible) corner cases of the new Cytore import...
Jay Freeman (saurik) [Fri, 3 Dec 2010 16:30:18 +0000 (08:30 -0800)] 
More correctly handle a couple (impossible) corner cases of the new Cytore import process.

13 years agoAdd _trace() calls around system() usage.
Jay Freeman (saurik) [Fri, 3 Dec 2010 10:58:34 +0000 (02:58 -0800)] 
Add _trace() calls around system() usage.

13 years agoUse uikittools' sbreload for Finish_ in ('restart', 'reload').
Jay Freeman (saurik) [Fri, 3 Dec 2010 10:57:01 +0000 (02:57 -0800)] 
Use uikittools' sbreload for Finish_ in ('restart', 'reload').

13 years agoCompile for 2.0 using 3.2 SDK (for now).
Jay Freeman (saurik) [Fri, 3 Dec 2010 09:36:27 +0000 (01:36 -0800)] 
Compile for 2.0 using 3.2 SDK (for now).

13 years agoUse reboot2() instead of system("reboot").
Jay Freeman (saurik) [Fri, 3 Dec 2010 00:00:57 +0000 (16:00 -0800)] 
Use reboot2() instead of system("reboot").

13 years agoPrefer SBReboot() (when available) to system("reboot").
Jay Freeman (saurik) [Thu, 2 Dec 2010 14:23:02 +0000 (06:23 -0800)] 
Prefer SBReboot() (when available) to system("reboot").

13 years agoRemove 1.x-compatible ApplicationIconBadge logic.
Jay Freeman (saurik) [Thu, 2 Dec 2010 12:49:05 +0000 (04:49 -0800)] 
Remove 1.x-compatible ApplicationIconBadge logic.

13 years agoAdded Chinese localization (complete), updated English localization, updated Cydia...
Grant Paul [Fri, 3 Dec 2010 09:12:46 +0000 (01:12 -0800)] 
Added Chinese localization (complete), updated English localization, updated Cydia to use two new strings. French and German localizations are currently lacking.

13 years agoRemoved unused/obsolete global variables.
Grant Paul [Fri, 3 Dec 2010 04:57:01 +0000 (20:57 -0800)] 
Removed unused/obsolete global variables.

13 years agoNaming sanity: RoleController -> CYSettingsController; SettingsController -> CYPackag...
Grant Paul [Fri, 3 Dec 2010 04:51:25 +0000 (20:51 -0800)] 
Naming sanity: RoleController -> CYSettingsController; SettingsController -> CYPackageSettingsController

13 years agoFixed cancel button sizing; blackified dropbar.
Grant Paul [Fri, 3 Dec 2010 01:19:18 +0000 (17:19 -0800)] 
Fixed cancel button sizing; blackified dropbar.

13 years agoFix the automatic scrolling - UIKit no longer likes 0-height rects :(. Only auto...
Dustin L. Howett [Thu, 2 Dec 2010 12:23:34 +0000 (07:23 -0500)] 
Fix the automatic scrolling - UIKit no longer likes 0-height rects :(. Only auto-scroll if we're within 20pt of the bottom of the output, so the user can scroll back in the middle of an operation.

13 years agoUse UIApplication::networkActivityIndicator to indicate network activity.
Jay Freeman (saurik) [Thu, 2 Dec 2010 11:33:09 +0000 (03:33 -0800)] 
Use UIApplication::networkActivityIndicator to indicate network activity.

13 years agoProtect against various <script/>-injection attacks.
Jay Freeman (saurik) [Thu, 2 Dec 2010 11:07:54 +0000 (03:07 -0800)] 
Protect against various <script/>-injection attacks.

13 years agoAutomatically use gcc 4.0 to target iOS 2.0, if available.
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:56:31 +0000 (02:56 -0800)] 
Automatically use gcc 4.0 to target iOS 2.0, if available.

13 years agoAdd section icons for: Fonts, Site-Specific Apps, and Soundboards.
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:28:41 +0000 (02:28 -0800)] 
Add section icons for: Fonts, Site-Specific Apps, and Soundboards.

13 years agopngcrush -rem alla -iphone -reduce -brute *.png
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:19:20 +0000 (02:19 -0800)] 
pngcrush -rem alla -iphone -reduce -brute *.png

13 years agoSubsections, like Addons (SBSettings), cannot have icons.
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:04:31 +0000 (02:04 -0800)] 
Subsections, like Addons (SBSettings), cannot have icons.

13 years agoUse high-resolution icons for purpose badges.
Jay Freeman (saurik) [Thu, 2 Dec 2010 09:56:59 +0000 (01:56 -0800)] 
Use high-resolution icons for purpose badges.

13 years agoRemove firmware (>= 3.2) dependency from control file.
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:29:42 +0000 (02:29 -0800)] 
Remove firmware (>= 3.2) dependency from control file.

13 years agoRepurpose -[Cydia hudIsShowing] as -[Cydia isSafeToSuspend].
Jay Freeman (saurik) [Thu, 2 Dec 2010 08:46:10 +0000 (00:46 -0800)] 
Repurpose -[Cydia hudIsShowing] as -[Cydia isSafeToSuspend].

13 years agoImprove era locking on tables to allow rotation with HUDs.
Jay Freeman (saurik) [Thu, 2 Dec 2010 08:43:49 +0000 (00:43 -0800)] 
Improve era locking on tables to allow rotation with HUDs.

13 years agoOnly run the UIActivityIndicatorView animation while visible.
Jay Freeman (saurik) [Thu, 2 Dec 2010 07:04:06 +0000 (23:04 -0800)] 
Only run the UIActivityIndicatorView animation while visible.

13 years agoFix reload button layout on 2.x browser.
Jay Freeman (saurik) [Thu, 2 Dec 2010 07:00:25 +0000 (23:00 -0800)] 
Fix reload button layout on 2.x browser.

13 years agoIntegrate SDURLCache: disk cache FTW.
Jay Freeman (saurik) [Thu, 2 Dec 2010 04:43:02 +0000 (20:43 -0800)] 
Integrate SDURLCache: disk cache FTW.

13 years agoPackage::id_ needs to be backed by Cytore, not APT.
Jay Freeman (saurik) [Thu, 2 Dec 2010 02:13:54 +0000 (18:13 -0800)] 
Package::id_ needs to be backed by Cytore, not APT.

13 years agoOne less private class: goodbye UIProgressView, hello UIActivityIndicatorView.
Grant Paul [Thu, 2 Dec 2010 05:45:16 +0000 (21:45 -0800)] 
One less private class: goodbye UIProgressView, hello UIActivityIndicatorView.

13 years agoApparently, NSRecycleZone actually destroys the zone.
Jay Freeman (saurik) [Thu, 2 Dec 2010 00:30:20 +0000 (16:30 -0800)] 
Apparently, NSRecycleZone actually destroys the zone.

13 years agoFix Sections.plist (<string>...</key>)
Dustin L. Howett [Wed, 1 Dec 2010 23:56:04 +0000 (18:56 -0500)] 
Fix Sections.plist (<string>...</key>)

13 years agoCache the Database::packages_ capacity in Cytore.
Jay Freeman (saurik) [Wed, 1 Dec 2010 23:52:05 +0000 (15:52 -0800)] 
Cache the Database::packages_ capacity in Cytore.

13 years agoAdd a ~srk to the version if !ForRelease.
Jay Freeman (saurik) [Wed, 1 Dec 2010 15:03:18 +0000 (07:03 -0800)] 
Add a ~srk to the version if !ForRelease.

13 years agoUse UISearchBar::_searchField if -[UISearchBar searchField] does not exist.
Jay Freeman (saurik) [Wed, 1 Dec 2010 14:57:55 +0000 (06:57 -0800)] 
Use UISearchBar::_searchField if -[UISearchBar searchField] does not exist.

13 years agoMerge CYContainer with CYTabBarController for 2.x support.
Jay Freeman (saurik) [Wed, 1 Dec 2010 14:43:08 +0000 (06:43 -0800)] 
Merge CYContainer with CYTabBarController for 2.x support.

13 years agoSupport missing version information in metadata.
Jay Freeman (saurik) [Wed, 1 Dec 2010 12:58:22 +0000 (04:58 -0800)] 
Support missing version information in metadata.

13 years agoCheck respondsToSelector: for CYWebViewDelegate::JavaScript*Panel.
Jay Freeman (saurik) [Wed, 1 Dec 2010 09:26:35 +0000 (01:26 -0800)] 
Check respondsToSelector: for CYWebViewDelegate::JavaScript*Panel.

13 years agoRandom removals of some dead comments/code.
Jay Freeman (saurik) [Wed, 1 Dec 2010 09:25:20 +0000 (01:25 -0800)] 
Random removals of some dead comments/code.

13 years agoMake the Q'd UI actually respond to queue changes.
Jay Freeman (saurik) [Wed, 1 Dec 2010 09:00:37 +0000 (01:00 -0800)] 
Make the Q'd UI actually respond to queue changes.

13 years agoAdd a _trace() to applicationDidFinishLaunching:.
Jay Freeman (saurik) [Wed, 1 Dec 2010 07:48:37 +0000 (23:48 -0800)] 
Add a _trace() to applicationDidFinishLaunching:.

13 years agoMove reserved_ linkages up to Cytore::Block.
Jay Freeman (saurik) [Wed, 1 Dec 2010 07:48:17 +0000 (23:48 -0800)] 
Move reserved_ linkages up to Cytore::Block.

13 years agoAdd File::mappings_ to Cytore for munmap() and msync().
Jay Freeman (saurik) [Wed, 1 Dec 2010 07:38:24 +0000 (23:38 -0800)] 
Add File::mappings_ to Cytore for munmap() and msync().

13 years agoNormalized Changed_ = true; placement.
Jay Freeman (saurik) [Wed, 1 Dec 2010 01:19:20 +0000 (17:19 -0800)] 
Normalized Changed_ = true; placement.

13 years agoCache the epic sort ordering to Cytore.
Jay Freeman (saurik) [Wed, 1 Dec 2010 01:03:39 +0000 (17:03 -0800)] 
Cache the epic sort ordering to Cytore.

13 years agoAllocate Package objects into an NSZone.
Jay Freeman (saurik) [Wed, 1 Dec 2010 00:27:29 +0000 (16:27 -0800)] 
Allocate Package objects into an NSZone.

13 years agoReorganized and bit-packed fields of Package.
Jay Freeman (saurik) [Wed, 1 Dec 2010 00:03:55 +0000 (16:03 -0800)] 
Reorganized and bit-packed fields of Package.

13 years agoMinor simplification to StripVersion_: ?: over if.
Jay Freeman (saurik) [Wed, 1 Dec 2010 00:03:35 +0000 (16:03 -0800)] 
Minor simplification to StripVersion_: ?: over if.

13 years agoStore Package::metadata_ as a pointer, not a Cytore::Offset<>.
Jay Freeman (saurik) [Tue, 30 Nov 2010 14:00:56 +0000 (06:00 -0800)] 
Store Package::metadata_ as a pointer, not a Cytore::Offset<>.

13 years agoAvoid using hasTag: during Package initialization.
Jay Freeman (saurik) [Tue, 30 Nov 2010 13:50:13 +0000 (05:50 -0800)] 
Avoid using hasTag: during Package initialization.