Skip to content

Commit

Permalink
Workaround for SDwebimage crash on 64bit SDWebImage/SDWebImage#494
Browse files Browse the repository at this point in the history
  • Loading branch information
nychng committed Mar 4, 2014
1 parent 3d099c9 commit cae8668
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CityPorn.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@
2D4AED4F18A49B2F00AB62B1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -483,6 +484,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "CityPorn/CityPorn-Prefix.pch";
INFOPLIST_FILE = "CityPorn/CityPorn-Info.plist";
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand All @@ -492,6 +494,7 @@
2D4AED5018A49B2F00AB62B1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Distribution: Nai Chng (HGKXQD78ZG)";
Expand All @@ -503,6 +506,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "CityPorn/CityPorn-Prefix.pch";
INFOPLIST_FILE = "CityPorn/CityPorn-Info.plist";
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,19 @@
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "CityPorn/MasterViewController.m"
timestampString = "415016258.95915"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "167"
endingLineNumber = "167"
landmarkName = "-collectionView:cellForItemAtIndexPath:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "CityPorn/MasterViewController.m"
timestampString = "415016258.95915"
timestampString = "415606106.437715"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "154"
endingLineNumber = "154"
landmarkName = "-collectionView:cellForItemAtIndexPath:"
startingLineNumber = "80"
endingLineNumber = "80"
landmarkName = "-loadImages"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
Expand All @@ -42,11 +26,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "CityPorn/MasterViewController.m"
timestampString = "415016258.95915"
timestampString = "415606162.475562"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "144"
endingLineNumber = "144"
startingLineNumber = "149"
endingLineNumber = "149"
landmarkName = "-collectionView:cellForItemAtIndexPath:"
landmarkType = "5">
</BreakpointContent>
Expand Down

0 comments on commit cae8668

Please sign in to comment.