forked from mirrors/linphone-iphone
set LINPHONE_SDK_VERSION par default
This commit is contained in:
parent
46a5652511
commit
1a3af675d2
2 changed files with 10 additions and 1 deletions
7
Podfile
7
Podfile
|
|
@ -109,7 +109,12 @@ post_install do |installer|
|
|||
end
|
||||
end
|
||||
|
||||
config.build_settings['OTHER_CFLAGS'] = '$(inherited) -DBCTBX_LOG_DOMAIN=\"ios\" -DCHECK_VERSION_UPDATE=FALSE -DENABLE_QRCODE=TRUE -DENABLE_SMS_INVITE=TRUE',"-DLINPHONE_SDK_VERSION=\\\"#{$linphone_sdk_version}\\\""
|
||||
config.build_settings['OTHER_CFLAGS'] = '-DBCTBX_LOG_DOMAIN=\"ios\"',
|
||||
'-DCHECK_VERSION_UPDATE=FALSE',
|
||||
'-DENABLE_QRCODE=TRUE',
|
||||
'-DENABLE_SMS_INVITE=TRUE',
|
||||
'$(inherited)',
|
||||
"-DLINPHONE_SDK_VERSION=\\\"#{$linphone_sdk_version}\\\""
|
||||
|
||||
app_project.save
|
||||
end
|
||||
|
|
|
|||
|
|
@ -5598,6 +5598,7 @@
|
|||
"-DENABLE_QRCODE=TRUE",
|
||||
"-DENABLE_SMS_INVITE=TRUE",
|
||||
"$(inherited)",
|
||||
"-DLINPHONE_SDK_VERSION=\\\"4.1-366-g1b22291\\\"",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.linphone.phone;
|
||||
PRODUCT_NAME = linphone;
|
||||
|
|
@ -5697,6 +5698,7 @@
|
|||
"-DENABLE_QRCODE=TRUE",
|
||||
"-DENABLE_SMS_INVITE=TRUE",
|
||||
"$(inherited)",
|
||||
"-DLINPHONE_SDK_VERSION=\\\"4.1-366-g1b22291\\\"",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.linphone.phone;
|
||||
PRODUCT_NAME = linphone;
|
||||
|
|
@ -5796,6 +5798,7 @@
|
|||
"-DENABLE_QRCODE=TRUE",
|
||||
"-DENABLE_SMS_INVITE=TRUE",
|
||||
"$(inherited)",
|
||||
"-DLINPHONE_SDK_VERSION=\\\"4.1-366-g1b22291\\\"",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.linphone.phone;
|
||||
PRODUCT_NAME = linphone;
|
||||
|
|
@ -5895,6 +5898,7 @@
|
|||
"-DENABLE_QRCODE=TRUE",
|
||||
"-DENABLE_SMS_INVITE=TRUE",
|
||||
"$(inherited)",
|
||||
"-DLINPHONE_SDK_VERSION=\\\"4.1-366-g1b22291\\\"",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.linphone.phone;
|
||||
PRODUCT_NAME = linphone;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue