Skip to content

Commit

Permalink
Don't install the library when creating an iOS app archive
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 20, 2012
1 parent 60b7ea9 commit 10cdbbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode-iOS/SDL_image.xcodeproj/project.pbxproj
Expand Up @@ -249,6 +249,7 @@
LIBRARY_STYLE = STATIC;
PRODUCT_NAME = SDL2_image;
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
};
name = Debug;
};
Expand Down Expand Up @@ -290,6 +291,7 @@
LIBRARY_STYLE = STATIC;
PRODUCT_NAME = SDL2_image;
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down

0 comments on commit 10cdbbe

Please sign in to comment.