Skip to content

Commit

Permalink
Fixed archiving the SDL dynamic library on iOS and tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 19, 2019
1 parent a0ac5ff commit a714892
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
Expand Up @@ -2990,7 +2990,6 @@
MACH_O_TYPE = mh_dylib;
PRODUCT_MODULE_NAME = SDL2;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
};
name = Debug;
};
Expand All @@ -3012,7 +3011,6 @@
MACH_O_TYPE = mh_dylib;
PRODUCT_MODULE_NAME = SDL2;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down Expand Up @@ -3176,7 +3174,6 @@
PRODUCT_MODULE_NAME = SDL2;
PRODUCT_NAME = SDL2;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
};
name = Debug;
};
Expand All @@ -3199,7 +3196,6 @@
PRODUCT_MODULE_NAME = SDL2;
PRODUCT_NAME = SDL2;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down

0 comments on commit a714892

Please sign in to comment.