Suggestions from CD for Async Call backs and Core objects associated with publishers
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
6608A97224E197D5006E6C68 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6608A97024E197D5006E6C68 /* LaunchScreen.storyboard */; };
|
||||
6608A97A24E19817006E6C68 /* CallKitTutorial.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6608A97924E19817006E6C68 /* CallKitTutorial.swift */; };
|
||||
6608A97C24E1981E006E6C68 /* CallKitProviderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6608A97B24E1981E006E6C68 /* CallKitProviderDelegate.swift */; };
|
||||
C6FFD82E2AB199FA00DB168D /* LinphoneAsyncHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6FFD82D2AB199FA00DB168D /* LinphoneAsyncHelper.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -32,6 +33,7 @@
|
||||
6608A97D24E19852006E6C68 /* CallKitTutorial.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CallKitTutorial.entitlements; sourceTree = "<group>"; };
|
||||
9D767CD0AA573757AD042365 /* Pods-CallKitTutorial.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CallKitTutorial.release.xcconfig"; path = "Target Support Files/Pods-CallKitTutorial/Pods-CallKitTutorial.release.xcconfig"; sourceTree = "<group>"; };
|
||||
C6E14A45B7F8F19111223509 /* Pods_CallKitTutorial.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CallKitTutorial.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C6FFD82D2AB199FA00DB168D /* LinphoneAsyncHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinphoneAsyncHelper.swift; sourceTree = "<group>"; };
|
||||
D7FA91A3C73CAEE3300CB14C /* Pods-CallKitTutorial.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CallKitTutorial.debug.xcconfig"; path = "Target Support Files/Pods-CallKitTutorial/Pods-CallKitTutorial.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
@@ -78,6 +80,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6608A97D24E19852006E6C68 /* CallKitTutorial.entitlements */,
|
||||
C6FFD82D2AB199FA00DB168D /* LinphoneAsyncHelper.swift */,
|
||||
6608A96524E197D5006E6C68 /* AppDelegate.swift */,
|
||||
6608A96724E197D5006E6C68 /* SceneDelegate.swift */,
|
||||
6608A97B24E1981E006E6C68 /* CallKitProviderDelegate.swift */,
|
||||
@@ -225,6 +228,7 @@
|
||||
6608A97A24E19817006E6C68 /* CallKitTutorial.swift in Sources */,
|
||||
6608A96624E197D5006E6C68 /* AppDelegate.swift in Sources */,
|
||||
6608A96824E197D5006E6C68 /* SceneDelegate.swift in Sources */,
|
||||
C6FFD82E2AB199FA00DB168D /* LinphoneAsyncHelper.swift in Sources */,
|
||||
6608A96A24E197D5006E6C68 /* ContentView.swift in Sources */,
|
||||
6608A97C24E1981E006E6C68 /* CallKitProviderDelegate.swift in Sources */,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user