Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
f76d0084
Commit
f76d0084
authored
Jan 24, 2014
by
Felix Paul Kühne
Browse files
disable assertions for distribution
parent
5f6491b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
VLC for iOS.xcodeproj/project.pbxproj
View file @
f76d0084
...
...
@@ -2889,6 +2889,7 @@
CLANG_ENABLE_OBJC_ARC
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEAD_CODE_STRIPPING
=
NO
;
ENABLE_NS_ASSERTIONS
=
YES
;
EXCLUDED_SOURCE_FILE_NAMES
=
""
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -2934,6 +2935,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Distribution"
;
COPY_PHASE_STRIP
=
YES
;
DEAD_CODE_STRIPPING
=
NO
;
ENABLE_NS_ASSERTIONS
=
NO
;
EXCLUDED_SOURCE_FILE_NAMES
=
""
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -3006,6 +3008,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Distribution"
;
COPY_PHASE_STRIP
=
YES
;
DEAD_CODE_STRIPPING
=
NO
;
ENABLE_NS_ASSERTIONS
=
NO
;
EXCLUDED_SOURCE_FILE_NAMES
=
"iTunesArtwork*"
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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