Files
2021-07-29 11:42:54 +02:00

802 lines
32 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objects = {
/* Begin PBXBuildFile section */
41160BCD42850AC1D0891474 /* Pods_RemoteNotification.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DE48A29C8F332901C688A73 /* Pods_RemoteNotification.framework */; };
6611381D26AEEEB3004BCA9C /* commons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6611381C26AEEEB3004BCA9C /* commons.swift */; };
6611382626AEFC88004BCA9C /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6611382526AEFC88004BCA9C /* NotificationService.swift */; };
6611382A26AEFC88004BCA9C /* notificationServiceAppExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 6611382326AEFC88004BCA9C /* notificationServiceAppExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
6659236226AB0197007D90EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6659236126AB0197007D90EE /* AppDelegate.swift */; };
6659236426AB0197007D90EE /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6659236326AB0197007D90EE /* SceneDelegate.swift */; };
6659236626AB0197007D90EE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6659236526AB0197007D90EE /* ContentView.swift */; };
6659236826AB0199007D90EE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6659236726AB0199007D90EE /* Assets.xcassets */; };
6659236B26AB0199007D90EE /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6659236A26AB0199007D90EE /* Preview Assets.xcassets */; };
6659236E26AB0199007D90EE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6659236C26AB0199007D90EE /* LaunchScreen.storyboard */; };
665925C026AEE9FF007D90EE /* RemoteNotificationExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 665925BF26AEE9FF007D90EE /* RemoteNotificationExample.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
6611382826AEFC88004BCA9C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 6659235626AB0197007D90EE /* Project object */;
proxyType = 1;
remoteGlobalIDString = 6611382226AEFC88004BCA9C;
remoteInfo = notificationServiceAppExtension;
};
6659237526AB0199007D90EE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 6659235626AB0197007D90EE /* Project object */;
proxyType = 1;
remoteGlobalIDString = 6659235D26AB0197007D90EE;
remoteInfo = RemoteNotification;
};
6659238026AB0199007D90EE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 6659235626AB0197007D90EE /* Project object */;
proxyType = 1;
remoteGlobalIDString = 6659235D26AB0197007D90EE;
remoteInfo = RemoteNotification;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
6611382E26AEFC88004BCA9C /* Embed App Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
6611382A26AEFC88004BCA9C /* notificationServiceAppExtension.appex in Embed App Extensions */,
);
name = "Embed App Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
6611381C26AEEEB3004BCA9C /* commons.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = commons.swift; sourceTree = "<group>"; };
6611381E26AEEFA8004BCA9C /* RemoteNotification.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RemoteNotification.entitlements; sourceTree = "<group>"; };
6611382326AEFC88004BCA9C /* notificationServiceAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = notificationServiceAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
6611382526AEFC88004BCA9C /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
6611382726AEFC88004BCA9C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6659235E26AB0197007D90EE /* RemoteNotification.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RemoteNotification.app; sourceTree = BUILT_PRODUCTS_DIR; };
6659236126AB0197007D90EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
6659236326AB0197007D90EE /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
6659236526AB0197007D90EE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
6659236726AB0199007D90EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6659236A26AB0199007D90EE /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
6659236D26AB0199007D90EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6659236F26AB0199007D90EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6659237426AB0199007D90EE /* RemoteNotificationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RemoteNotificationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6659237F26AB0199007D90EE /* RemoteNotificationUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RemoteNotificationUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
665925BF26AEE9FF007D90EE /* RemoteNotificationExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteNotificationExample.swift; sourceTree = "<group>"; };
66D473A0C66A9722D7DD956E /* Pods-RemoteNotification.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RemoteNotification.release.xcconfig"; path = "Target Support Files/Pods-RemoteNotification/Pods-RemoteNotification.release.xcconfig"; sourceTree = "<group>"; };
8DE48A29C8F332901C688A73 /* Pods_RemoteNotification.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RemoteNotification.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A515A7171F0ECA2A24424178 /* Pods-RemoteNotification.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RemoteNotification.debug.xcconfig"; path = "Target Support Files/Pods-RemoteNotification/Pods-RemoteNotification.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
6611382026AEFC88004BCA9C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
6659235B26AB0197007D90EE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
41160BCD42850AC1D0891474 /* Pods_RemoteNotification.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
6659237126AB0199007D90EE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
6659237C26AB0199007D90EE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
004CBACAC0A9258EC1B47E68 /* Pods */ = {
isa = PBXGroup;
children = (
A515A7171F0ECA2A24424178 /* Pods-RemoteNotification.debug.xcconfig */,
66D473A0C66A9722D7DD956E /* Pods-RemoteNotification.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
6611381B26AEEEB3004BCA9C /* TutorialCommons */ = {
isa = PBXGroup;
children = (
6611381C26AEEEB3004BCA9C /* commons.swift */,
);
name = TutorialCommons;
path = ../TutorialCommons;
sourceTree = "<group>";
};
6611382426AEFC88004BCA9C /* notificationServiceAppExtension */ = {
isa = PBXGroup;
children = (
6611382526AEFC88004BCA9C /* NotificationService.swift */,
6611382726AEFC88004BCA9C /* Info.plist */,
);
path = notificationServiceAppExtension;
sourceTree = "<group>";
};
6659235526AB0197007D90EE = {
isa = PBXGroup;
children = (
6611381B26AEEEB3004BCA9C /* TutorialCommons */,
6659236026AB0197007D90EE /* RemoteNotification */,
6611382426AEFC88004BCA9C /* notificationServiceAppExtension */,
6659235F26AB0197007D90EE /* Products */,
004CBACAC0A9258EC1B47E68 /* Pods */,
F897FB884770B3DFE5695E44 /* Frameworks */,
);
sourceTree = "<group>";
};
6659235F26AB0197007D90EE /* Products */ = {
isa = PBXGroup;
children = (
6659235E26AB0197007D90EE /* RemoteNotification.app */,
6659237426AB0199007D90EE /* RemoteNotificationTests.xctest */,
6659237F26AB0199007D90EE /* RemoteNotificationUITests.xctest */,
6611382326AEFC88004BCA9C /* notificationServiceAppExtension.appex */,
);
name = Products;
sourceTree = "<group>";
};
6659236026AB0197007D90EE /* RemoteNotification */ = {
isa = PBXGroup;
children = (
6611381E26AEEFA8004BCA9C /* RemoteNotification.entitlements */,
665925BF26AEE9FF007D90EE /* RemoteNotificationExample.swift */,
6659236126AB0197007D90EE /* AppDelegate.swift */,
6659236326AB0197007D90EE /* SceneDelegate.swift */,
6659236526AB0197007D90EE /* ContentView.swift */,
6659236726AB0199007D90EE /* Assets.xcassets */,
6659236C26AB0199007D90EE /* LaunchScreen.storyboard */,
6659236F26AB0199007D90EE /* Info.plist */,
6659236926AB0199007D90EE /* Preview Content */,
);
path = RemoteNotification;
sourceTree = "<group>";
};
6659236926AB0199007D90EE /* Preview Content */ = {
isa = PBXGroup;
children = (
6659236A26AB0199007D90EE /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
F897FB884770B3DFE5695E44 /* Frameworks */ = {
isa = PBXGroup;
children = (
8DE48A29C8F332901C688A73 /* Pods_RemoteNotification.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
6611382226AEFC88004BCA9C /* notificationServiceAppExtension */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6611382B26AEFC88004BCA9C /* Build configuration list for PBXNativeTarget "notificationServiceAppExtension" */;
buildPhases = (
6611381F26AEFC88004BCA9C /* Sources */,
6611382026AEFC88004BCA9C /* Frameworks */,
6611382126AEFC88004BCA9C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = notificationServiceAppExtension;
productName = notificationServiceAppExtension;
productReference = 6611382326AEFC88004BCA9C /* notificationServiceAppExtension.appex */;
productType = "com.apple.product-type.app-extension";
};
6659235D26AB0197007D90EE /* RemoteNotification */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6659238826AB019A007D90EE /* Build configuration list for PBXNativeTarget "RemoteNotification" */;
buildPhases = (
EDEC068B598CCB116A697A11 /* [CP] Check Pods Manifest.lock */,
6659235A26AB0197007D90EE /* Sources */,
6659235B26AB0197007D90EE /* Frameworks */,
6659235C26AB0197007D90EE /* Resources */,
8A6F4F41B2DCEAB2B2C00CF2 /* [CP] Embed Pods Frameworks */,
6611382E26AEFC88004BCA9C /* Embed App Extensions */,
);
buildRules = (
);
dependencies = (
6611382926AEFC88004BCA9C /* PBXTargetDependency */,
);
name = RemoteNotification;
productName = RemoteNotification;
productReference = 6659235E26AB0197007D90EE /* RemoteNotification.app */;
productType = "com.apple.product-type.application";
};
6659237326AB0199007D90EE /* RemoteNotificationTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6659238B26AB019A007D90EE /* Build configuration list for PBXNativeTarget "RemoteNotificationTests" */;
buildPhases = (
6659237026AB0199007D90EE /* Sources */,
6659237126AB0199007D90EE /* Frameworks */,
6659237226AB0199007D90EE /* Resources */,
);
buildRules = (
);
dependencies = (
6659237626AB0199007D90EE /* PBXTargetDependency */,
);
name = RemoteNotificationTests;
productName = RemoteNotificationTests;
productReference = 6659237426AB0199007D90EE /* RemoteNotificationTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
6659237E26AB0199007D90EE /* RemoteNotificationUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6659238E26AB019A007D90EE /* Build configuration list for PBXNativeTarget "RemoteNotificationUITests" */;
buildPhases = (
6659237B26AB0199007D90EE /* Sources */,
6659237C26AB0199007D90EE /* Frameworks */,
6659237D26AB0199007D90EE /* Resources */,
);
buildRules = (
);
dependencies = (
6659238126AB0199007D90EE /* PBXTargetDependency */,
);
name = RemoteNotificationUITests;
productName = RemoteNotificationUITests;
productReference = 6659237F26AB0199007D90EE /* RemoteNotificationUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
6659235626AB0197007D90EE /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1250;
LastUpgradeCheck = 1250;
TargetAttributes = {
6611382226AEFC88004BCA9C = {
CreatedOnToolsVersion = 12.5.1;
};
6659235D26AB0197007D90EE = {
CreatedOnToolsVersion = 12.5.1;
};
6659237326AB0199007D90EE = {
CreatedOnToolsVersion = 12.5.1;
TestTargetID = 6659235D26AB0197007D90EE;
};
6659237E26AB0199007D90EE = {
CreatedOnToolsVersion = 12.5.1;
TestTargetID = 6659235D26AB0197007D90EE;
};
};
};
buildConfigurationList = 6659235926AB0197007D90EE /* Build configuration list for PBXProject "RemoteNotification" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 6659235526AB0197007D90EE;
productRefGroup = 6659235F26AB0197007D90EE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
6659235D26AB0197007D90EE /* RemoteNotification */,
6659237326AB0199007D90EE /* RemoteNotificationTests */,
6659237E26AB0199007D90EE /* RemoteNotificationUITests */,
6611382226AEFC88004BCA9C /* notificationServiceAppExtension */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
6611382126AEFC88004BCA9C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
6659235C26AB0197007D90EE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6659236E26AB0199007D90EE /* LaunchScreen.storyboard in Resources */,
6659236B26AB0199007D90EE /* Preview Assets.xcassets in Resources */,
6659236826AB0199007D90EE /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
6659237226AB0199007D90EE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
6659237D26AB0199007D90EE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
8A6F4F41B2DCEAB2B2C00CF2 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-RemoteNotification/Pods-RemoteNotification-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-RemoteNotification/Pods-RemoteNotification-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RemoteNotification/Pods-RemoteNotification-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
EDEC068B598CCB116A697A11 /* [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-RemoteNotification-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 */
6611381F26AEFC88004BCA9C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6611382626AEFC88004BCA9C /* NotificationService.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
6659235A26AB0197007D90EE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6659236226AB0197007D90EE /* AppDelegate.swift in Sources */,
665925C026AEE9FF007D90EE /* RemoteNotificationExample.swift in Sources */,
6659236426AB0197007D90EE /* SceneDelegate.swift in Sources */,
6611381D26AEEEB3004BCA9C /* commons.swift in Sources */,
6659236626AB0197007D90EE /* ContentView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
6659237026AB0199007D90EE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
6659237B26AB0199007D90EE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
6611382926AEFC88004BCA9C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6611382226AEFC88004BCA9C /* notificationServiceAppExtension */;
targetProxy = 6611382826AEFC88004BCA9C /* PBXContainerItemProxy */;
};
6659237626AB0199007D90EE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6659235D26AB0197007D90EE /* RemoteNotification */;
targetProxy = 6659237526AB0199007D90EE /* PBXContainerItemProxy */;
};
6659238126AB0199007D90EE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6659235D26AB0197007D90EE /* RemoteNotification */;
targetProxy = 6659238026AB0199007D90EE /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
6659236C26AB0199007D90EE /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
6659236D26AB0199007D90EE /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
6611382C26AEFC88004BCA9C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Z2V957B3D6;
INFOPLIST_FILE = notificationServiceAppExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.linphone.tutorials.notification.notificationServiceAppExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
6611382D26AEFC88004BCA9C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Z2V957B3D6;
INFOPLIST_FILE = notificationServiceAppExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.linphone.tutorials.notification.notificationServiceAppExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
6659238626AB019A007D90EE /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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 = 14.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;
};
6659238726AB019A007D90EE /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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 = 14.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;
};
6659238926AB019A007D90EE /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A515A7171F0ECA2A24424178 /* Pods-RemoteNotification.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = RemoteNotification/RemoteNotification.entitlements;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"RemoteNotification/Preview Content\"";
DEVELOPMENT_TEAM = Z2V957B3D6;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = RemoteNotification/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.linphone.tutorials.notification;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
6659238A26AB019A007D90EE /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 66D473A0C66A9722D7DD956E /* Pods-RemoteNotification.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = RemoteNotification/RemoteNotification.entitlements;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"RemoteNotification/Preview Content\"";
DEVELOPMENT_TEAM = Z2V957B3D6;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = RemoteNotification/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.linphone.tutorials.notification;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
6659238C26AB019A007D90EE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Z2V957B3D6;
INFOPLIST_FILE = RemoteNotificationTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = BC.RemoteNotificationTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RemoteNotification.app/RemoteNotification";
};
name = Debug;
};
6659238D26AB019A007D90EE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Z2V957B3D6;
INFOPLIST_FILE = RemoteNotificationTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = BC.RemoteNotificationTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RemoteNotification.app/RemoteNotification";
};
name = Release;
};
6659238F26AB019A007D90EE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Z2V957B3D6;
INFOPLIST_FILE = RemoteNotificationUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = BC.RemoteNotificationUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = RemoteNotification;
};
name = Debug;
};
6659239026AB019A007D90EE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Z2V957B3D6;
INFOPLIST_FILE = RemoteNotificationUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = BC.RemoteNotificationUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = RemoteNotification;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
6611382B26AEFC88004BCA9C /* Build configuration list for PBXNativeTarget "notificationServiceAppExtension" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6611382C26AEFC88004BCA9C /* Debug */,
6611382D26AEFC88004BCA9C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6659235926AB0197007D90EE /* Build configuration list for PBXProject "RemoteNotification" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6659238626AB019A007D90EE /* Debug */,
6659238726AB019A007D90EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6659238826AB019A007D90EE /* Build configuration list for PBXNativeTarget "RemoteNotification" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6659238926AB019A007D90EE /* Debug */,
6659238A26AB019A007D90EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6659238B26AB019A007D90EE /* Build configuration list for PBXNativeTarget "RemoteNotificationTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6659238C26AB019A007D90EE /* Debug */,
6659238D26AB019A007D90EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6659238E26AB019A007D90EE /* Build configuration list for PBXNativeTarget "RemoteNotificationUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6659238F26AB019A007D90EE /* Debug */,
6659239026AB019A007D90EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 6659235626AB0197007D90EE /* Project object */;
}