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
c114fe96
Commit
c114fe96
authored
May 16, 2013
by
Gleb Pinigin
Browse files
Add scheme for App Store distribution, exclude iTunesArtwork from Distribution scheme
parent
1be95cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject.xcodeproj/project.pbxproj
View file @
c114fe96
...
...
@@ -702,6 +702,7 @@
CLANG_ENABLE_OBJC_ARC
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEAD_CODE_STRIPPING
=
NO
;
EXCLUDED_SOURCE_FILE_NAMES
=
""
;
GCC_C_LANGUAGE_STANDARD
=
c99
;
GCC_OPTIMIZATION_LEVEL
=
3
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
...
...
@@ -729,6 +730,7 @@
CLANG_ENABLE_OBJC_ARC
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEAD_CODE_STRIPPING
=
NO
;
EXCLUDED_SOURCE_FILE_NAMES
=
""
;
GCC_C_LANGUAGE_STANDARD
=
c99
;
GCC_OPTIMIZATION_LEVEL
=
3
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
...
...
@@ -750,6 +752,59 @@
};
name
=
Release
;
};
A7035BBF174519E40057DFA7
/* Distribution */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++0x"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_WARN_CONSTANT_CONVERSION
=
YES
;
CLANG_WARN_EMPTY_BODY
=
YES
;
CLANG_WARN_ENUM_CONVERSION
=
YES
;
CLANG_WARN_INT_CONVERSION
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
COPY_PHASE_STRIP
=
YES
;
GCC_C_LANGUAGE_STANDARD
=
gnu99
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES
;
GCC_WARN_UNINITIALIZED_AUTOS
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
IPHONEOS_DEPLOYMENT_TARGET
=
6.1
;
OTHER_CFLAGS
=
"-DNS_BLOCK_ASSERTIONS=1"
;
SDKROOT
=
iphoneos
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
VALIDATE_PRODUCT
=
YES
;
};
name
=
Distribution
;
};
A7035BC0174519E40057DFA7
/* Distribution */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CLANG_ENABLE_OBJC_ARC
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEAD_CODE_STRIPPING
=
NO
;
EXCLUDED_SOURCE_FILE_NAMES
=
"iTunesArtwork*"
;
GCC_C_LANGUAGE_STANDARD
=
c99
;
GCC_OPTIMIZATION_LEVEL
=
3
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"AspenProject/AspenProject-Prefix.pch"
;
HEADER_SEARCH_PATHS
=
(
"$(SRCROOT)/External/MobileVLCKit/include"
,
"$(SRCROOT)/External/MediaLibraryKit/include"
,
);
INFOPLIST_FILE
=
"AspenProject/AspenProject-Info.plist"
;
IPHONEOS_DEPLOYMENT_TARGET
=
5.1
;
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"\"$(SRCROOT)/External/MediaLibraryKit\""
,
"\"$(SRCROOT)/External/MobileVLCKit\""
,
);
OTHER_LDFLAGS
=
"-Wl,-no_pie"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
WRAPPER_EXTENSION
=
app
;
};
name
=
Distribution
;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
...
...
@@ -758,6 +813,7 @@
buildConfigurations
=
(
7D94FD0816DE7D1100F2623B
/* Debug */
,
7D94FD0916DE7D1100F2623B
/* Release */
,
A7035BBF174519E40057DFA7
/* Distribution */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
...
...
@@ -767,6 +823,7 @@
buildConfigurations
=
(
7D94FD0B16DE7D1100F2623B
/* Debug */
,
7D94FD0C16DE7D1100F2623B
/* Release */
,
A7035BC0174519E40057DFA7
/* Distribution */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
...
...
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