mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
start liblinphone xcode integration
This commit is contained in:
parent
9146f6c3c8
commit
c7e7e808cd
4 changed files with 1136 additions and 10 deletions
|
|
@ -14,9 +14,6 @@
|
||||||
22058C71116E305000B08DDD /* icone-linphone-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 22058C70116E305000B08DDD /* icone-linphone-57.png */; };
|
22058C71116E305000B08DDD /* icone-linphone-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 22058C70116E305000B08DDD /* icone-linphone-57.png */; };
|
||||||
220FAD3110765B400068D98F /* libeXosip2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2810765B400068D98F /* libeXosip2.a */; };
|
220FAD3110765B400068D98F /* libeXosip2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2810765B400068D98F /* libeXosip2.a */; };
|
||||||
220FAD3210765B400068D98F /* libgsm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2910765B400068D98F /* libgsm.a */; };
|
220FAD3210765B400068D98F /* libgsm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2910765B400068D98F /* libgsm.a */; };
|
||||||
220FAD3310765B400068D98F /* liblinphone.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2A10765B400068D98F /* liblinphone.a */; };
|
|
||||||
220FAD3410765B400068D98F /* libmediastreamer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2B10765B400068D98F /* libmediastreamer.a */; };
|
|
||||||
220FAD3510765B400068D98F /* libortp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2C10765B400068D98F /* libortp.a */; };
|
|
||||||
220FAD3610765B400068D98F /* libosip2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2D10765B400068D98F /* libosip2.a */; };
|
220FAD3610765B400068D98F /* libosip2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2D10765B400068D98F /* libosip2.a */; };
|
||||||
220FAD3710765B400068D98F /* libosipparser2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2E10765B400068D98F /* libosipparser2.a */; };
|
220FAD3710765B400068D98F /* libosipparser2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2E10765B400068D98F /* libosipparser2.a */; };
|
||||||
220FAD3810765B400068D98F /* libspeex.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2F10765B400068D98F /* libspeex.a */; };
|
220FAD3810765B400068D98F /* libspeex.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2F10765B400068D98F /* libspeex.a */; };
|
||||||
|
|
@ -48,6 +45,10 @@
|
||||||
227BCDC210D4004600FBFD76 /* CallHistoryTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 227BCDC010D4004600FBFD76 /* CallHistoryTableViewController.m */; };
|
227BCDC210D4004600FBFD76 /* CallHistoryTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 227BCDC010D4004600FBFD76 /* CallHistoryTableViewController.m */; };
|
||||||
227BCDC310D4004600FBFD76 /* CallHistoryTableViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 227BCDC110D4004600FBFD76 /* CallHistoryTableViewController.xib */; };
|
227BCDC310D4004600FBFD76 /* CallHistoryTableViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 227BCDC110D4004600FBFD76 /* CallHistoryTableViewController.xib */; };
|
||||||
228697C411AC29B800E9E0CA /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 228697C311AC29B800E9E0CA /* CFNetwork.framework */; };
|
228697C411AC29B800E9E0CA /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 228697C311AC29B800E9E0CA /* CFNetwork.framework */; };
|
||||||
|
22A10EAF11F88F0800373793 /* liblinphone.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 22A10DA311F88C1F00373793 /* liblinphone.a */; };
|
||||||
|
22A10F3911F8960300373793 /* liblinphone.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2A10765B400068D98F /* liblinphone.a */; };
|
||||||
|
22A10F3A11F8960300373793 /* libmediastreamer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2B10765B400068D98F /* libmediastreamer.a */; };
|
||||||
|
22A10F3B11F8960300373793 /* libortp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 220FAD2C10765B400068D98F /* libortp.a */; };
|
||||||
22B5EFA310CE50BD00777D97 /* AddressBookUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B5EFA210CE50BD00777D97 /* AddressBookUI.framework */; };
|
22B5EFA310CE50BD00777D97 /* AddressBookUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B5EFA210CE50BD00777D97 /* AddressBookUI.framework */; };
|
||||||
22B5EFE510CE5E5800777D97 /* ContactPickerDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 22B5EFE410CE5E5800777D97 /* ContactPickerDelegate.m */; };
|
22B5EFE510CE5E5800777D97 /* ContactPickerDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 22B5EFE410CE5E5800777D97 /* ContactPickerDelegate.m */; };
|
||||||
22B5F03510CE6B2F00777D97 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B5F03410CE6B2F00777D97 /* AddressBook.framework */; };
|
22B5F03510CE6B2F00777D97 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B5F03410CE6B2F00777D97 /* AddressBook.framework */; };
|
||||||
|
|
@ -64,6 +65,16 @@
|
||||||
288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
|
288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXContainerItemProxy section */
|
||||||
|
22A10DA211F88C1F00373793 /* PBXContainerItemProxy */ = {
|
||||||
|
isa = PBXContainerItemProxy;
|
||||||
|
containerPortal = 22A10D9E11F88C1F00373793 /* liblinphone.xcodeproj */;
|
||||||
|
proxyType = 2;
|
||||||
|
remoteGlobalIDString = D2AAC07E0554694100DB518D /* liblinphone.a */;
|
||||||
|
remoteInfo = liblinphone;
|
||||||
|
};
|
||||||
|
/* End PBXContainerItemProxy section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||||
1D3623240D0F684500981E51 /* linphoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = linphoneAppDelegate.h; sourceTree = "<group>"; };
|
1D3623240D0F684500981E51 /* linphoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = linphoneAppDelegate.h; sourceTree = "<group>"; };
|
||||||
|
|
@ -219,6 +230,8 @@
|
||||||
227BCDC010D4004600FBFD76 /* CallHistoryTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CallHistoryTableViewController.m; sourceTree = "<group>"; };
|
227BCDC010D4004600FBFD76 /* CallHistoryTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CallHistoryTableViewController.m; sourceTree = "<group>"; };
|
||||||
227BCDC110D4004600FBFD76 /* CallHistoryTableViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CallHistoryTableViewController.xib; sourceTree = "<group>"; };
|
227BCDC110D4004600FBFD76 /* CallHistoryTableViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CallHistoryTableViewController.xib; sourceTree = "<group>"; };
|
||||||
228697C311AC29B800E9E0CA /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
|
228697C311AC29B800E9E0CA /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
|
||||||
|
22A10D9E11F88C1F00373793 /* liblinphone.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = liblinphone.xcodeproj; path = submodules/liblinphone.xcodeproj; sourceTree = "<group>"; };
|
||||||
|
22A10E9711F88D4D00373793 /* Debug-iphoneos */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Debug-iphoneos"; path = "submodules/build/Debug-iphoneos"; sourceTree = "<group>"; };
|
||||||
22B5EFA210CE50BD00777D97 /* AddressBookUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBookUI.framework; path = System/Library/Frameworks/AddressBookUI.framework; sourceTree = SDKROOT; };
|
22B5EFA210CE50BD00777D97 /* AddressBookUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBookUI.framework; path = System/Library/Frameworks/AddressBookUI.framework; sourceTree = SDKROOT; };
|
||||||
22B5EFE310CE5E5800777D97 /* ContactPickerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContactPickerDelegate.h; sourceTree = "<group>"; };
|
22B5EFE310CE5E5800777D97 /* ContactPickerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContactPickerDelegate.h; sourceTree = "<group>"; };
|
||||||
22B5EFE410CE5E5800777D97 /* ContactPickerDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContactPickerDelegate.m; sourceTree = "<group>"; };
|
22B5EFE410CE5E5800777D97 /* ContactPickerDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContactPickerDelegate.m; sourceTree = "<group>"; };
|
||||||
|
|
@ -247,6 +260,7 @@
|
||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
|
22A10EAF11F88F0800373793 /* liblinphone.a in Frameworks */,
|
||||||
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
|
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
|
||||||
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
|
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
|
||||||
288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
|
288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
|
||||||
|
|
@ -254,9 +268,6 @@
|
||||||
2274402F106F335E006EC466 /* AudioToolbox.framework in Frameworks */,
|
2274402F106F335E006EC466 /* AudioToolbox.framework in Frameworks */,
|
||||||
220FAD3110765B400068D98F /* libeXosip2.a in Frameworks */,
|
220FAD3110765B400068D98F /* libeXosip2.a in Frameworks */,
|
||||||
220FAD3210765B400068D98F /* libgsm.a in Frameworks */,
|
220FAD3210765B400068D98F /* libgsm.a in Frameworks */,
|
||||||
220FAD3310765B400068D98F /* liblinphone.a in Frameworks */,
|
|
||||||
220FAD3410765B400068D98F /* libmediastreamer.a in Frameworks */,
|
|
||||||
220FAD3510765B400068D98F /* libortp.a in Frameworks */,
|
|
||||||
220FAD3610765B400068D98F /* libosip2.a in Frameworks */,
|
220FAD3610765B400068D98F /* libosip2.a in Frameworks */,
|
||||||
220FAD3710765B400068D98F /* libosipparser2.a in Frameworks */,
|
220FAD3710765B400068D98F /* libosipparser2.a in Frameworks */,
|
||||||
220FAD3810765B400068D98F /* libspeex.a in Frameworks */,
|
220FAD3810765B400068D98F /* libspeex.a in Frameworks */,
|
||||||
|
|
@ -268,6 +279,9 @@
|
||||||
223148E41178A08200637D6A /* libilbc.a in Frameworks */,
|
223148E41178A08200637D6A /* libilbc.a in Frameworks */,
|
||||||
223148E61178A09900637D6A /* libmsilbc.a in Frameworks */,
|
223148E61178A09900637D6A /* libmsilbc.a in Frameworks */,
|
||||||
228697C411AC29B800E9E0CA /* CFNetwork.framework in Frameworks */,
|
228697C411AC29B800E9E0CA /* CFNetwork.framework in Frameworks */,
|
||||||
|
22A10F3911F8960300373793 /* liblinphone.a in Frameworks */,
|
||||||
|
22A10F3A11F8960300373793 /* libmediastreamer.a in Frameworks */,
|
||||||
|
22A10F3B11F8960300373793 /* libortp.a in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
|
@ -494,9 +508,18 @@
|
||||||
path = speex;
|
path = speex;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
22A10D9F11F88C1F00373793 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
22A10DA311F88C1F00373793 /* liblinphone.a */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
22A10D9E11F88C1F00373793 /* liblinphone.xcodeproj */,
|
||||||
223148E51178A09900637D6A /* libmsilbc.a */,
|
223148E51178A09900637D6A /* libmsilbc.a */,
|
||||||
223148E31178A08200637D6A /* libilbc.a */,
|
223148E31178A08200637D6A /* libilbc.a */,
|
||||||
220FAD2810765B400068D98F /* libeXosip2.a */,
|
220FAD2810765B400068D98F /* libeXosip2.a */,
|
||||||
|
|
@ -526,6 +549,7 @@
|
||||||
2264B6D111200342002C2C53 /* SystemConfiguration.framework */,
|
2264B6D111200342002C2C53 /* SystemConfiguration.framework */,
|
||||||
2258633C11410BAC00C5A737 /* README */,
|
2258633C11410BAC00C5A737 /* README */,
|
||||||
228697C311AC29B800E9E0CA /* CFNetwork.framework */,
|
228697C311AC29B800E9E0CA /* CFNetwork.framework */,
|
||||||
|
22A10E9711F88D4D00373793 /* Debug-iphoneos */,
|
||||||
);
|
);
|
||||||
name = CustomTemplate;
|
name = CustomTemplate;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
|
@ -607,6 +631,12 @@
|
||||||
hasScannedForEncodings = 1;
|
hasScannedForEncodings = 1;
|
||||||
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
|
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
|
||||||
projectDirPath = "";
|
projectDirPath = "";
|
||||||
|
projectReferences = (
|
||||||
|
{
|
||||||
|
ProductGroup = 22A10D9F11F88C1F00373793 /* Products */;
|
||||||
|
ProjectRef = 22A10D9E11F88C1F00373793 /* liblinphone.xcodeproj */;
|
||||||
|
},
|
||||||
|
);
|
||||||
projectRoot = "";
|
projectRoot = "";
|
||||||
targets = (
|
targets = (
|
||||||
1D6058900D05DD3D006BFB54 /* linphone */,
|
1D6058900D05DD3D006BFB54 /* linphone */,
|
||||||
|
|
@ -614,6 +644,16 @@
|
||||||
};
|
};
|
||||||
/* End PBXProject section */
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXReferenceProxy section */
|
||||||
|
22A10DA311F88C1F00373793 /* liblinphone.a */ = {
|
||||||
|
isa = PBXReferenceProxy;
|
||||||
|
fileType = archive.ar;
|
||||||
|
path = liblinphone.a;
|
||||||
|
remoteRef = 22A10DA211F88C1F00373793 /* PBXContainerItemProxy */;
|
||||||
|
sourceTree = BUILT_PRODUCTS_DIR;
|
||||||
|
};
|
||||||
|
/* End PBXReferenceProxy section */
|
||||||
|
|
||||||
/* Begin PBXResourcesBuildPhase section */
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
1D60588D0D05DD3D006BFB54 /* Resources */ = {
|
1D60588D0D05DD3D006BFB54 /* Resources */ = {
|
||||||
isa = PBXResourcesBuildPhase;
|
isa = PBXResourcesBuildPhase;
|
||||||
|
|
@ -679,11 +719,22 @@
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
GCC_PREFIX_HEADER = linphone_Prefix.pch;
|
GCC_PREFIX_HEADER = linphone_Prefix.pch;
|
||||||
HEADER_SEARCH_PATHS = "liblinphone-sdk/apple-darwin/include/**";
|
GCC_PREPROCESSOR_DEFINITIONS = IN_LINPHONE;
|
||||||
|
HEADER_SEARCH_PATHS = (
|
||||||
|
submodules/linphone/coreapi,
|
||||||
|
submodules/linphone/mediastreamer2/include,
|
||||||
|
submodules/linphone/mediastreamer2/include,
|
||||||
|
submodules/linphone/oRTP/include,
|
||||||
|
submodules/externals/gsm/,
|
||||||
|
submodules/externals/osip/include,
|
||||||
|
submodules/externals/exosip/include,
|
||||||
|
submodules/externals/speex/include,
|
||||||
|
);
|
||||||
INFOPLIST_FILE = "linphone-Info.plist";
|
INFOPLIST_FILE = "linphone-Info.plist";
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib\"",
|
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib\"",
|
||||||
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib/mediastreamer/plugins\"",
|
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib/mediastreamer/plugins\"",
|
||||||
|
"\"$(SRCROOT)/submodules/build/Debug-iphoneos\"",
|
||||||
);
|
);
|
||||||
PRODUCT_NAME = linphone;
|
PRODUCT_NAME = linphone;
|
||||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||||
|
|
@ -699,11 +750,22 @@
|
||||||
COPY_PHASE_STRIP = YES;
|
COPY_PHASE_STRIP = YES;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
GCC_PREFIX_HEADER = linphone_Prefix.pch;
|
GCC_PREFIX_HEADER = linphone_Prefix.pch;
|
||||||
HEADER_SEARCH_PATHS = "liblinphone-sdk/apple-darwin/include/**";
|
GCC_PREPROCESSOR_DEFINITIONS = IN_LINPHONE;
|
||||||
|
HEADER_SEARCH_PATHS = (
|
||||||
|
submodules/linphone/coreapi,
|
||||||
|
submodules/linphone/mediastreamer2/include,
|
||||||
|
submodules/linphone/mediastreamer2/include,
|
||||||
|
submodules/linphone/oRTP/include,
|
||||||
|
submodules/externals/gsm/,
|
||||||
|
submodules/externals/osip/include,
|
||||||
|
submodules/externals/exosip/include,
|
||||||
|
submodules/externals/speex/include,
|
||||||
|
);
|
||||||
INFOPLIST_FILE = "linphone-Info.plist";
|
INFOPLIST_FILE = "linphone-Info.plist";
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib\"",
|
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib\"",
|
||||||
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib/mediastreamer/plugins\"",
|
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib/mediastreamer/plugins\"",
|
||||||
|
"\"$(SRCROOT)/submodules/build/Debug-iphoneos\"",
|
||||||
);
|
);
|
||||||
PRODUCT_NAME = linphone;
|
PRODUCT_NAME = linphone;
|
||||||
SDKROOT = iphoneos4.0;
|
SDKROOT = iphoneos4.0;
|
||||||
|
|
@ -739,11 +801,22 @@
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
GCC_PREFIX_HEADER = linphone_Prefix.pch;
|
GCC_PREFIX_HEADER = linphone_Prefix.pch;
|
||||||
HEADER_SEARCH_PATHS = "liblinphone-sdk/apple-darwin/include/**";
|
GCC_PREPROCESSOR_DEFINITIONS = IN_LINPHONE;
|
||||||
|
HEADER_SEARCH_PATHS = (
|
||||||
|
submodules/linphone/coreapi,
|
||||||
|
submodules/linphone/mediastreamer2/include,
|
||||||
|
submodules/linphone/mediastreamer2/include,
|
||||||
|
submodules/linphone/oRTP/include,
|
||||||
|
submodules/externals/gsm/,
|
||||||
|
submodules/externals/osip/include,
|
||||||
|
submodules/externals/exosip/include,
|
||||||
|
submodules/externals/speex/include,
|
||||||
|
);
|
||||||
INFOPLIST_FILE = "linphone-Info.plist";
|
INFOPLIST_FILE = "linphone-Info.plist";
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib\"",
|
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib\"",
|
||||||
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib/mediastreamer/plugins\"",
|
"\"$(SRCROOT)/liblinphone-sdk/apple-darwin/lib/mediastreamer/plugins\"",
|
||||||
|
"\"$(SRCROOT)/submodules/build/Debug-iphoneos\"",
|
||||||
);
|
);
|
||||||
PRODUCT_NAME = linphone;
|
PRODUCT_NAME = linphone;
|
||||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||||
|
|
|
||||||
1046
submodules/liblinphone.xcodeproj/project.pbxproj
Normal file
1046
submodules/liblinphone.xcodeproj/project.pbxproj
Normal file
File diff suppressed because it is too large
Load diff
7
submodules/liblinphone_Prefix.pch
Normal file
7
submodules/liblinphone_Prefix.pch
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
//
|
||||||
|
// Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifdef __OBJC__
|
||||||
|
#import <Foundation/Foundation.h>
|
||||||
|
#endif
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3e8f9536eeea2e607e7612928f9ca7658bd2ffc4
|
Subproject commit 859f06d78a2ae7b1741a14242347220143f211b6
|
||||||
Loading…
Add table
Reference in a new issue