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
38fc0b63
Commit
38fc0b63
authored
Oct 11, 2013
by
Felix Paul Kühne
Browse files
Fix linker warning
parent
d727cf4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
VLC for iOS.xcodeproj/project.pbxproj
View file @
38fc0b63
...
...
@@ -2382,6 +2382,7 @@
"\"$(SDKROOT)/usr/lib/system\""
,
);
ONLY_ACTIVE_ARCH
=
YES
;
OTHER_LDFLAGS
=
"-Wl,-no_pie"
;
PRODUCT_NAME
=
"VLC for iOS"
;
};
name
=
Debug
;
...
...
@@ -2419,6 +2420,7 @@
"\"$(SDKROOT)/usr/lib/system\""
,
);
ONLY_ACTIVE_ARCH
=
NO
;
OTHER_LDFLAGS
=
"-Wl,-no_pie"
;
PRODUCT_NAME
=
"VLC for iOS"
;
PROVISIONING_PROFILE
=
""
;
"PROVISIONING_PROFILE[sdk=iphoneos*]"
=
""
;
...
...
@@ -2483,6 +2485,7 @@
"\"$(SDKROOT)/usr/lib/system\""
,
);
ONLY_ACTIVE_ARCH
=
NO
;
OTHER_LDFLAGS
=
"-Wl,-no_pie"
;
PRODUCT_NAME
=
"VLC for iOS"
;
PROVISIONING_PROFILE
=
""
;
"PROVISIONING_PROFILE[sdk=iphoneos*]"
=
""
;
...
...
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