diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-22 20:38:45 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-22 20:38:45 +0000 |
| commit | 470766b0327a6327ac8ede2bf6ae9547992af7eb (patch) | |
| tree | fdbda0435704481de740ea11688a46945ebf5581 | |
| parent | eebd15b67838eae81a6cbebd2f31c2437d3bb3c3 (diff) | |
| download | pcsxr-470766b0327a6327ac8ede2bf6ae9547992af7eb.tar.gz | |
Generate pkginfo unconditionally.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87261 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/Configs/Pcsxr-Release.xcconfig | 1 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr.xcconfig | 1 | ||||
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/project.pbxproj | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig index 54013af5..2f3c357d 100644 --- a/macosx/Configs/Pcsxr-Release.xcconfig +++ b/macosx/Configs/Pcsxr-Release.xcconfig @@ -11,7 +11,6 @@ STRIP_INSTALLED_PRODUCT = YES DEAD_CODE_STRIPPING = YES APPLY_RULES_IN_COPY_FILES = YES -GENERATE_PKGINFO_FILE = YES INFOPLIST_OUTPUT_FORMAT = binary PLIST_FILE_OUTPUT_FORMAT = binary STRINGS_FILE_OUTPUT_ENCODING = binary diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig index 16b198c2..923fb575 100644 --- a/macosx/Configs/Pcsxr.xcconfig +++ b/macosx/Configs/Pcsxr.xcconfig @@ -20,3 +20,4 @@ PRODUCT_NAME = $(TARGET_NAME) GCC_C_LANGUAGE_STANDARD = gnu89 CLANG_CXX_LANGUAGE_STANDARD = gnu++0x CLANG_CXX_LIBRARY = libc++ +GENERATE_PKGINFO_FILE = YES diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index a5dbe797..5d204eba 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -3240,7 +3240,6 @@ ../libpcsxcore, ../macosx, ); - ONLY_ACTIVE_ARCH = YES; }; name = Debug; }; |
