mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
apple sore version 1.1
This commit is contained in:
parent
5d49e8d5d8
commit
3dd52b7a85
2 changed files with 37 additions and 2 deletions
35
disable-security.patch
Normal file
35
disable-security.patch
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
diff --git a/Settings.bundle/Root.plist b/Settings.bundle/Root.plist
|
||||
index 5bc0378..9d011f1 100644
|
||||
--- a/Settings.bundle/Root.plist
|
||||
+++ b/Settings.bundle/Root.plist
|
||||
@@ -169,7 +169,7 @@
|
||||
<array>
|
||||
<string>udp</string>
|
||||
<string>tcp</string>
|
||||
- <string>tls</string>
|
||||
+ <!--string>tls</string-->
|
||||
</array>
|
||||
<key>Type</key>
|
||||
<string>PSMultiValueSpecifier</string>
|
||||
@@ -177,10 +177,10 @@
|
||||
<array>
|
||||
<string>udp</string>
|
||||
<string>tcp</string>
|
||||
- <string>tls</string>
|
||||
+ <!--string>tls</string-->
|
||||
</array>
|
||||
</dict>
|
||||
- <dict>
|
||||
+ <!--dict>
|
||||
<key>DefaultValue</key>
|
||||
<false/>
|
||||
<key>Key</key>
|
||||
@@ -189,7 +189,7 @@
|
||||
<string>Secure rtp</string>
|
||||
<key>Type</key>
|
||||
<string>PSToggleSwitchSpecifier</string>
|
||||
- </dict>
|
||||
+ </dict-->
|
||||
<dict>
|
||||
<key>DefaultValue</key>
|
||||
<true/>
|
||||
|
|
@ -1828,7 +1828,7 @@
|
|||
armv6,
|
||||
);
|
||||
CODE_SIGN_ENTITLEMENTS = untitled.plist;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: jehan monnier";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = "";
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
|
|
@ -1862,7 +1862,7 @@
|
|||
ORDER_FILE = "";
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = linphone;
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "075921BC-C7D8-42E1-B864-F05FD9BF841C";
|
||||
SDKROOT = iphoneos;
|
||||
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = dynamic;
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue