From 22df57e83d06b904aa1d75e7bd47180156b9ca31 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Tue, 23 Jun 2020 15:16:00 +0200 Subject: [PATCH] init HelloLinphone --- .gitignore | 8 +- .../HelloLinphone.xcodeproj/project.pbxproj | 418 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../contents.xcworkspacedata | 10 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../HelloLinphone/AppDelegate.swift | 37 ++ .../AppIcon.appiconset/Contents.json | 98 ++++ .../Assets.xcassets/Contents.json | 6 + .../Base.lproj/LaunchScreen.storyboard | 25 ++ .../HelloLinphone/ContentView.swift | 22 + swift/HelloLinphone/HelloLinphone/Info.plist | 60 +++ .../Preview Assets.xcassets/Contents.json | 6 + .../HelloLinphone/SceneDelegate.swift | 74 ++++ swift/HelloLinphone/Podfile | 24 + 15 files changed, 810 insertions(+), 1 deletion(-) create mode 100644 swift/HelloLinphone/HelloLinphone.xcodeproj/project.pbxproj create mode 100644 swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 swift/HelloLinphone/HelloLinphone.xcworkspace/contents.xcworkspacedata create mode 100644 swift/HelloLinphone/HelloLinphone.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 swift/HelloLinphone/HelloLinphone/AppDelegate.swift create mode 100644 swift/HelloLinphone/HelloLinphone/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 swift/HelloLinphone/HelloLinphone/Assets.xcassets/Contents.json create mode 100644 swift/HelloLinphone/HelloLinphone/Base.lproj/LaunchScreen.storyboard create mode 100644 swift/HelloLinphone/HelloLinphone/ContentView.swift create mode 100644 swift/HelloLinphone/HelloLinphone/Info.plist create mode 100644 swift/HelloLinphone/HelloLinphone/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 swift/HelloLinphone/HelloLinphone/SceneDelegate.swift create mode 100644 swift/HelloLinphone/Podfile diff --git a/.gitignore b/.gitignore index 227cf34..1dc8b16 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ java/captures java/.externalNativeBuild java/.cxx - # C# / UWP Files / VS Specifiq files .vs/ *.rsuser @@ -26,3 +25,10 @@ AppPackages [Oo]bj/ [Bb]in/ + +swift/HelloLinphone/Podfile.lock +swift/HelloLinphone/Pods/ +swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/xcuserdata/ +swift/HelloLinphone/HelloLinphone.xcodeproj/xcuserdata/ +swift/HelloLinphone/HelloLinphone.xcworkspace/xcuserdata/ + diff --git a/swift/HelloLinphone/HelloLinphone.xcodeproj/project.pbxproj b/swift/HelloLinphone/HelloLinphone.xcodeproj/project.pbxproj new file mode 100644 index 0000000..7398130 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone.xcodeproj/project.pbxproj @@ -0,0 +1,418 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 6109A53324A1FB600080B339 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6109A53224A1FB600080B339 /* AppDelegate.swift */; }; + 6109A53524A1FB600080B339 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6109A53424A1FB600080B339 /* SceneDelegate.swift */; }; + 6109A53724A1FB600080B339 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6109A53624A1FB600080B339 /* ContentView.swift */; }; + 6109A53924A1FB610080B339 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6109A53824A1FB610080B339 /* Assets.xcassets */; }; + 6109A53C24A1FB610080B339 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6109A53B24A1FB610080B339 /* Preview Assets.xcassets */; }; + 6109A53F24A1FB610080B339 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6109A53D24A1FB610080B339 /* LaunchScreen.storyboard */; }; + 77A49EE3C36F606277338500 /* Pods_HelloLinphone.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77C78D4B854746B756F138EC /* Pods_HelloLinphone.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 58D449155D749B90DECEF33F /* Pods-HelloLinphone.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloLinphone.debug.xcconfig"; path = "Target Support Files/Pods-HelloLinphone/Pods-HelloLinphone.debug.xcconfig"; sourceTree = ""; }; + 6109A52F24A1FB600080B339 /* HelloLinphone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloLinphone.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 6109A53224A1FB600080B339 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 6109A53424A1FB600080B339 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + 6109A53624A1FB600080B339 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + 6109A53824A1FB610080B339 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 6109A53B24A1FB610080B339 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 6109A53E24A1FB610080B339 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 6109A54024A1FB610080B339 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 77C78D4B854746B756F138EC /* Pods_HelloLinphone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HelloLinphone.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CCABD171CB8B5F0B32B7C819 /* Pods-HelloLinphone.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloLinphone.release.xcconfig"; path = "Target Support Files/Pods-HelloLinphone/Pods-HelloLinphone.release.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 6109A52C24A1FB600080B339 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 77A49EE3C36F606277338500 /* Pods_HelloLinphone.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 12F6903ABA1B6D98B920C503 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 77C78D4B854746B756F138EC /* Pods_HelloLinphone.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 6109A52624A1FB600080B339 = { + isa = PBXGroup; + children = ( + 6109A53124A1FB600080B339 /* HelloLinphone */, + 6109A53024A1FB600080B339 /* Products */, + 7DEB177E8F89B4C059EAD432 /* Pods */, + 12F6903ABA1B6D98B920C503 /* Frameworks */, + ); + sourceTree = ""; + }; + 6109A53024A1FB600080B339 /* Products */ = { + isa = PBXGroup; + children = ( + 6109A52F24A1FB600080B339 /* HelloLinphone.app */, + ); + name = Products; + sourceTree = ""; + }; + 6109A53124A1FB600080B339 /* HelloLinphone */ = { + isa = PBXGroup; + children = ( + 6109A53224A1FB600080B339 /* AppDelegate.swift */, + 6109A53424A1FB600080B339 /* SceneDelegate.swift */, + 6109A53624A1FB600080B339 /* ContentView.swift */, + 6109A53824A1FB610080B339 /* Assets.xcassets */, + 6109A53D24A1FB610080B339 /* LaunchScreen.storyboard */, + 6109A54024A1FB610080B339 /* Info.plist */, + 6109A53A24A1FB610080B339 /* Preview Content */, + ); + path = HelloLinphone; + sourceTree = ""; + }; + 6109A53A24A1FB610080B339 /* Preview Content */ = { + isa = PBXGroup; + children = ( + 6109A53B24A1FB610080B339 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + 7DEB177E8F89B4C059EAD432 /* Pods */ = { + isa = PBXGroup; + children = ( + 58D449155D749B90DECEF33F /* Pods-HelloLinphone.debug.xcconfig */, + CCABD171CB8B5F0B32B7C819 /* Pods-HelloLinphone.release.xcconfig */, + ); + name = Pods; + path = Pods; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 6109A52E24A1FB600080B339 /* HelloLinphone */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6109A54324A1FB610080B339 /* Build configuration list for PBXNativeTarget "HelloLinphone" */; + buildPhases = ( + F68B6F6ACD48C202C8DC4322 /* [CP] Check Pods Manifest.lock */, + 6109A52B24A1FB600080B339 /* Sources */, + 6109A52C24A1FB600080B339 /* Frameworks */, + 6109A52D24A1FB600080B339 /* Resources */, + 724EF46BD0CBE3A1971D77D0 /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = HelloLinphone; + productName = HelloLinphone; + productReference = 6109A52F24A1FB600080B339 /* HelloLinphone.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 6109A52724A1FB600080B339 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1150; + LastUpgradeCheck = 1150; + ORGANIZATIONNAME = belledonne; + TargetAttributes = { + 6109A52E24A1FB600080B339 = { + CreatedOnToolsVersion = 11.5; + }; + }; + }; + buildConfigurationList = 6109A52A24A1FB600080B339 /* Build configuration list for PBXProject "HelloLinphone" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 6109A52624A1FB600080B339; + productRefGroup = 6109A53024A1FB600080B339 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 6109A52E24A1FB600080B339 /* HelloLinphone */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 6109A52D24A1FB600080B339 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6109A53F24A1FB610080B339 /* LaunchScreen.storyboard in Resources */, + 6109A53C24A1FB610080B339 /* Preview Assets.xcassets in Resources */, + 6109A53924A1FB610080B339 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 724EF46BD0CBE3A1971D77D0 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-HelloLinphone/Pods-HelloLinphone-frameworks-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-HelloLinphone/Pods-HelloLinphone-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloLinphone/Pods-HelloLinphone-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + F68B6F6ACD48C202C8DC4322 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-HelloLinphone-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 6109A52B24A1FB600080B339 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6109A53324A1FB600080B339 /* AppDelegate.swift in Sources */, + 6109A53524A1FB600080B339 /* SceneDelegate.swift in Sources */, + 6109A53724A1FB600080B339 /* ContentView.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 6109A53D24A1FB610080B339 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 6109A53E24A1FB610080B339 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 6109A54124A1FB610080B339 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.5; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 6109A54224A1FB610080B339 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.5; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 6109A54424A1FB610080B339 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 58D449155D749B90DECEF33F /* Pods-HelloLinphone.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"HelloLinphone/Preview Content\""; + DEVELOPMENT_TEAM = Z2V957B3D6; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = HelloLinphone/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = belledonne.HelloLinphone; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 6109A54524A1FB610080B339 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CCABD171CB8B5F0B32B7C819 /* Pods-HelloLinphone.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"HelloLinphone/Preview Content\""; + DEVELOPMENT_TEAM = Z2V957B3D6; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = HelloLinphone/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = belledonne.HelloLinphone; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 6109A52A24A1FB600080B339 /* Build configuration list for PBXProject "HelloLinphone" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6109A54124A1FB610080B339 /* Debug */, + 6109A54224A1FB610080B339 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6109A54324A1FB610080B339 /* Build configuration list for PBXNativeTarget "HelloLinphone" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6109A54424A1FB610080B339 /* Debug */, + 6109A54524A1FB610080B339 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 6109A52724A1FB600080B339 /* Project object */; +} diff --git a/swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..275987e --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/swift/HelloLinphone/HelloLinphone.xcworkspace/contents.xcworkspacedata b/swift/HelloLinphone/HelloLinphone.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..7ee8337 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/swift/HelloLinphone/HelloLinphone.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/swift/HelloLinphone/HelloLinphone.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/swift/HelloLinphone/HelloLinphone/AppDelegate.swift b/swift/HelloLinphone/HelloLinphone/AppDelegate.swift new file mode 100644 index 0000000..9f1f5d7 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone/AppDelegate.swift @@ -0,0 +1,37 @@ +// +// AppDelegate.swift +// HelloLinphone +// +// Created by Danmei Chen on 23/06/2020. +// Copyright © 2020 belledonne. All rights reserved. +// + +import UIKit + +@UIApplicationMain +class AppDelegate: UIResponder, UIApplicationDelegate { + + + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + // Override point for customization after application launch. + return true + } + + // MARK: UISceneSession Lifecycle + + func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { + // Called when a new scene session is being created. + // Use this method to select a configuration to create the new scene with. + return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) + } + + func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) { + // Called when the user discards a scene session. + // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions. + // Use this method to release any resources that were specific to the discarded scenes, as they will not return. + } + + +} + diff --git a/swift/HelloLinphone/HelloLinphone/Assets.xcassets/AppIcon.appiconset/Contents.json b/swift/HelloLinphone/HelloLinphone/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..9221b9b --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,98 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/swift/HelloLinphone/HelloLinphone/Assets.xcassets/Contents.json b/swift/HelloLinphone/HelloLinphone/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/swift/HelloLinphone/HelloLinphone/Base.lproj/LaunchScreen.storyboard b/swift/HelloLinphone/HelloLinphone/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..865e932 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/swift/HelloLinphone/HelloLinphone/ContentView.swift b/swift/HelloLinphone/HelloLinphone/ContentView.swift new file mode 100644 index 0000000..5f1ae9c --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone/ContentView.swift @@ -0,0 +1,22 @@ +// +// ContentView.swift +// HelloLinphone +// +// Created by Danmei Chen on 23/06/2020. +// Copyright © 2020 belledonne. All rights reserved. +// + +import SwiftUI + +struct ContentView: View { + var coreVersion: String = "" + var body: some View { + Text("Hello, Linphone, Core Version is \(coreVersion)") + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +} diff --git a/swift/HelloLinphone/HelloLinphone/Info.plist b/swift/HelloLinphone/HelloLinphone/Info.plist new file mode 100644 index 0000000..9742bf0 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone/Info.plist @@ -0,0 +1,60 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + + + + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/swift/HelloLinphone/HelloLinphone/Preview Content/Preview Assets.xcassets/Contents.json b/swift/HelloLinphone/HelloLinphone/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/swift/HelloLinphone/HelloLinphone/SceneDelegate.swift b/swift/HelloLinphone/HelloLinphone/SceneDelegate.swift new file mode 100644 index 0000000..240a757 --- /dev/null +++ b/swift/HelloLinphone/HelloLinphone/SceneDelegate.swift @@ -0,0 +1,74 @@ +// +// SceneDelegate.swift +// HelloLinphone +// +// Created by Danmei Chen on 23/06/2020. +// Copyright © 2020 belledonne. All rights reserved. +// + +import UIKit +import SwiftUI +import linphonesw + +class SceneDelegate: UIResponder, UIWindowSceneDelegate { + + var window: UIWindow? + var mCore: Core! + + + func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { + // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. + // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. + // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). + + // Core is the main object of the SDK. You can't do much without it. + // To create a Core, we need the instance of the Factory. + let factory = Factory.Instance + + // Your Core can use up to 2 configuration files, but that isn't mandatory. + // On ios the Core doesn't need to have the application context to work. + try? mCore = factory.createCore(configPath: "", factoryConfigPath: "", systemContext: nil) + + // Create the SwiftUI view that provides the window contents. + let contentView = ContentView(coreVersion: Core.getVersion) + + // Use a UIHostingController as window root view controller. + if let windowScene = scene as? UIWindowScene { + let window = UIWindow(windowScene: windowScene) + window.rootViewController = UIHostingController(rootView: contentView) + self.window = window + window.makeKeyAndVisible() + } + } + + func sceneDidDisconnect(_ scene: UIScene) { + // Called as the scene is being released by the system. + // This occurs shortly after the scene enters the background, or when its session is discarded. + // Release any resources associated with this scene that can be re-created the next time the scene connects. + // The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead). + } + + func sceneDidBecomeActive(_ scene: UIScene) { + // Called when the scene has moved from an inactive state to an active state. + // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. + } + + func sceneWillResignActive(_ scene: UIScene) { + // Called when the scene will move from an active state to an inactive state. + // This may occur due to temporary interruptions (ex. an incoming phone call). + } + + func sceneWillEnterForeground(_ scene: UIScene) { + // Called as the scene transitions from the background to the foreground. + // Use this method to undo the changes made on entering the background. + } + + func sceneDidEnterBackground(_ scene: UIScene) { + // Called as the scene transitions from the foreground to the background. + // Use this method to save data, release shared resources, and store enough scene-specific state information + // to restore the scene back to its current state. + } + + +} + diff --git a/swift/HelloLinphone/Podfile b/swift/HelloLinphone/Podfile new file mode 100644 index 0000000..5f136bc --- /dev/null +++ b/swift/HelloLinphone/Podfile @@ -0,0 +1,24 @@ +# Uncomment the next line to define a global platform for your project +platform :ios, '11.0' +source "https://gitlab.linphone.org/BC/public/podspec.git" +#source "https://github.com/CocoaPods/Specs.git" + +def basic_pods + if ENV['PODFILE_PATH'].nil? + pod 'linphone-sdk', '~> 4.4.0' + else + pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk + end + +end + + + +target 'HelloLinphone' do + # Comment the next line if you don't want to use dynamic frameworks + use_frameworks! + + # Pods for HelloLinphone + basic_pods + +end