Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
defcaeff
Commit
defcaeff
authored
May 19, 2013
by
Jean-Baptiste Kempf
Browse files
Various improvements and fixes for distribution and packaging
parent
f101c426
Changes
1
Hide whitespace changes
Inline
Side-by-side
VLC for iOS.xcodeproj/project.pbxproj
View file @
defcaeff
...
...
@@ -1017,7 +1017,7 @@
DEAD_CODE_STRIPPING
=
NO
;
EXCLUDED_SOURCE_FILE_NAMES
=
""
;
GCC_C_LANGUAGE_STANDARD
=
c99
;
GCC_OPTIMIZATION_LEVEL
=
3
;
GCC_OPTIMIZATION_LEVEL
=
2
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"AspenProject/VLC for iOS-Prefix.pch"
;
HEADER_SEARCH_PATHS
=
(
...
...
@@ -1032,9 +1032,7 @@
"\"$(SRCROOT)/External/MobileVLCKit\""
,
);
ONLY_ACTIVE_ARCH
=
YES
;
OTHER_LDFLAGS
=
"-Wl,-no_pie"
;
PRODUCT_NAME
=
"VLC for iOS"
;
WRAPPER_EXTENSION
=
app
;
};
name
=
Debug
;
};
...
...
@@ -1044,7 +1042,7 @@
CLANG_ENABLE_OBJC_ARC
=
YES
;
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Distribution"
;
COPY_PHASE_STRIP
=
NO
;
COPY_PHASE_STRIP
=
YES
;
DEAD_CODE_STRIPPING
=
NO
;
EXCLUDED_SOURCE_FILE_NAMES
=
""
;
GCC_C_LANGUAGE_STANDARD
=
c99
;
...
...
@@ -1063,11 +1061,9 @@
"\"$(SRCROOT)/External/MobileVLCKit\""
,
);
ONLY_ACTIVE_ARCH
=
NO
;
OTHER_LDFLAGS
=
"-Wl,-no_pie"
;
PRODUCT_NAME
=
"VLC for iOS"
;
PROVISIONING_PROFILE
=
""
;
"PROVISIONING_PROFILE[sdk=iphoneos*]"
=
""
;
WRAPPER_EXTENSION
=
app
;
};
name
=
Release
;
};
...
...
@@ -1102,7 +1098,7 @@
CLANG_ENABLE_OBJC_ARC
=
YES
;
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Distribution"
;
COPY_PHASE_STRIP
=
NO
;
COPY_PHASE_STRIP
=
YES
;
DEAD_CODE_STRIPPING
=
NO
;
EXCLUDED_SOURCE_FILE_NAMES
=
"iTunesArtwork*"
;
GCC_C_LANGUAGE_STANDARD
=
c99
;
...
...
@@ -1121,11 +1117,9 @@
"\"$(SRCROOT)/External/MobileVLCKit\""
,
);
ONLY_ACTIVE_ARCH
=
NO
;
OTHER_LDFLAGS
=
"-Wl,-no_pie"
;
PRODUCT_NAME
=
"VLC for iOS"
;
PROVISIONING_PROFILE
=
""
;
"PROVISIONING_PROFILE[sdk=iphoneos*]"
=
""
;
WRAPPER_EXTENSION
=
app
;
};
name
=
Distribution
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment