Xcode 4.3 compatibility checkin
PackageInfo is declared as a class, but is used as a struct in a couple of
places which causes the Xcode 4.3 compiler to fail.
This patch removes the struct usage which is causing the compiler to fail.
Signed-off-by:
Al Sutton <al@funkyandroid.com>
Loading
Please register or sign in to comment