645 lines
28 KiB
Plaintext
645 lines
28 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
96454F1B2A558EBC0040BEBD /* RippleChatApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96454F1A2A558EBC0040BEBD /* RippleChatApp.swift */; };
|
|
96454F1D2A558EBC0040BEBD /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96454F1C2A558EBC0040BEBD /* ContentView.swift */; };
|
|
96454F1F2A558EBD0040BEBD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 96454F1E2A558EBD0040BEBD /* Assets.xcassets */; };
|
|
96454F222A558EBD0040BEBD /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 96454F212A558EBD0040BEBD /* Preview Assets.xcassets */; };
|
|
96454F2C2A558EBE0040BEBD /* RippleChatTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96454F2B2A558EBE0040BEBD /* RippleChatTests.swift */; };
|
|
96454F362A558EBE0040BEBD /* RippleChatUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96454F352A558EBE0040BEBD /* RippleChatUITests.swift */; };
|
|
96454F382A558EBE0040BEBD /* RippleChatUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96454F372A558EBE0040BEBD /* RippleChatUITestsLaunchTests.swift */; };
|
|
96454F452A5593900040BEBD /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 96454F442A5593900040BEBD /* .gitignore */; };
|
|
96BD330E2A5C254B007A6E53 /* TextApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BD330D2A5C254B007A6E53 /* TextApp.swift */; };
|
|
96BD33102A5C27B0007A6E53 /* NewFeedEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BD330F2A5C27B0007A6E53 /* NewFeedEntryView.swift */; };
|
|
96BD33132A5C400B007A6E53 /* FeedListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BD33122A5C400B007A6E53 /* FeedListView.swift */; };
|
|
96BD33162A5C403C007A6E53 /* PeeringView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BD33152A5C403C007A6E53 /* PeeringView.swift */; };
|
|
96BD33182A5C404F007A6E53 /* FriendsListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BD33172A5C404F007A6E53 /* FriendsListView.swift */; };
|
|
F581F59B2A5AE72F0081C383 /* BluetoothViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F581F59A2A5AE72F0081C383 /* BluetoothViewModel.swift */; };
|
|
F5847B622A599BF4009E28D4 /* Body.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5847B612A599BF4009E28D4 /* Body.swift */; };
|
|
F5847B642A599CC3009E28D4 /* LogEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5847B632A599CC3009E28D4 /* LogEntry.swift */; };
|
|
F5847B662A599EA4009E28D4 /* Feed.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5847B652A599EA4009E28D4 /* Feed.swift */; };
|
|
F5847B6A2A59AB24009E28D4 /* FeedStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5847B692A59AB24009E28D4 /* FeedStore.swift */; };
|
|
F58EB2D02A5590E800E22DA6 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = F58EB2CF2A5590E800E22DA6 /* README.md */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
96454F282A558EBE0040BEBD /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 96454F0F2A558EBC0040BEBD /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 96454F162A558EBC0040BEBD;
|
|
remoteInfo = RippleChat;
|
|
};
|
|
96454F322A558EBE0040BEBD /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 96454F0F2A558EBC0040BEBD /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 96454F162A558EBC0040BEBD;
|
|
remoteInfo = RippleChat;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
96454F172A558EBC0040BEBD /* RippleChat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RippleChat.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
96454F1A2A558EBC0040BEBD /* RippleChatApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RippleChatApp.swift; sourceTree = "<group>"; };
|
|
96454F1C2A558EBC0040BEBD /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
96454F1E2A558EBD0040BEBD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
96454F212A558EBD0040BEBD /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
96454F272A558EBE0040BEBD /* RippleChatTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RippleChatTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
96454F2B2A558EBE0040BEBD /* RippleChatTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RippleChatTests.swift; sourceTree = "<group>"; };
|
|
96454F312A558EBE0040BEBD /* RippleChatUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RippleChatUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
96454F352A558EBE0040BEBD /* RippleChatUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RippleChatUITests.swift; sourceTree = "<group>"; };
|
|
96454F372A558EBE0040BEBD /* RippleChatUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RippleChatUITestsLaunchTests.swift; sourceTree = "<group>"; };
|
|
96454F442A5593900040BEBD /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
|
|
96BD330D2A5C254B007A6E53 /* TextApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextApp.swift; sourceTree = "<group>"; };
|
|
96BD330F2A5C27B0007A6E53 /* NewFeedEntryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewFeedEntryView.swift; sourceTree = "<group>"; };
|
|
96BD33122A5C400B007A6E53 /* FeedListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedListView.swift; sourceTree = "<group>"; };
|
|
96BD33152A5C403C007A6E53 /* PeeringView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PeeringView.swift; sourceTree = "<group>"; };
|
|
96BD33172A5C404F007A6E53 /* FriendsListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FriendsListView.swift; sourceTree = "<group>"; };
|
|
F581F59A2A5AE72F0081C383 /* BluetoothViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BluetoothViewModel.swift; sourceTree = "<group>"; };
|
|
F5847B612A599BF4009E28D4 /* Body.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Body.swift; sourceTree = "<group>"; };
|
|
F5847B632A599CC3009E28D4 /* LogEntry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogEntry.swift; sourceTree = "<group>"; };
|
|
F5847B652A599EA4009E28D4 /* Feed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Feed.swift; sourceTree = "<group>"; };
|
|
F5847B692A59AB24009E28D4 /* FeedStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedStore.swift; sourceTree = "<group>"; };
|
|
F58EB2CF2A5590E800E22DA6 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
96454F142A558EBC0040BEBD /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
96454F242A558EBE0040BEBD /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
96454F2E2A558EBE0040BEBD /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
96454F0E2A558EBC0040BEBD = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
96454F442A5593900040BEBD /* .gitignore */,
|
|
F58EB2CF2A5590E800E22DA6 /* README.md */,
|
|
96454F192A558EBC0040BEBD /* RippleChat */,
|
|
96454F2A2A558EBE0040BEBD /* RippleChatTests */,
|
|
96454F342A558EBE0040BEBD /* RippleChatUITests */,
|
|
96454F182A558EBC0040BEBD /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
96454F182A558EBC0040BEBD /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
96454F172A558EBC0040BEBD /* RippleChat.app */,
|
|
96454F272A558EBE0040BEBD /* RippleChatTests.xctest */,
|
|
96454F312A558EBE0040BEBD /* RippleChatUITests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
96454F192A558EBC0040BEBD /* RippleChat */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
96454F1A2A558EBC0040BEBD /* RippleChatApp.swift */,
|
|
96454F1C2A558EBC0040BEBD /* ContentView.swift */,
|
|
96BD33112A5C3FFC007A6E53 /* Views */,
|
|
F581F59A2A5AE72F0081C383 /* BluetoothViewModel.swift */,
|
|
96454F1E2A558EBD0040BEBD /* Assets.xcassets */,
|
|
96454F202A558EBD0040BEBD /* Preview Content */,
|
|
F5847B612A599BF4009E28D4 /* Body.swift */,
|
|
F5847B632A599CC3009E28D4 /* LogEntry.swift */,
|
|
F5847B652A599EA4009E28D4 /* Feed.swift */,
|
|
F5847B692A59AB24009E28D4 /* FeedStore.swift */,
|
|
96BD330D2A5C254B007A6E53 /* TextApp.swift */,
|
|
);
|
|
path = RippleChat;
|
|
sourceTree = "<group>";
|
|
};
|
|
96454F202A558EBD0040BEBD /* Preview Content */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
96454F212A558EBD0040BEBD /* Preview Assets.xcassets */,
|
|
);
|
|
path = "Preview Content";
|
|
sourceTree = "<group>";
|
|
};
|
|
96454F2A2A558EBE0040BEBD /* RippleChatTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
96454F2B2A558EBE0040BEBD /* RippleChatTests.swift */,
|
|
);
|
|
path = RippleChatTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
96454F342A558EBE0040BEBD /* RippleChatUITests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
96454F352A558EBE0040BEBD /* RippleChatUITests.swift */,
|
|
96454F372A558EBE0040BEBD /* RippleChatUITestsLaunchTests.swift */,
|
|
);
|
|
path = RippleChatUITests;
|
|
sourceTree = "<group>";
|
|
};
|
|
96BD33112A5C3FFC007A6E53 /* Views */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
96BD330F2A5C27B0007A6E53 /* NewFeedEntryView.swift */,
|
|
96BD33122A5C400B007A6E53 /* FeedListView.swift */,
|
|
96BD33152A5C403C007A6E53 /* PeeringView.swift */,
|
|
96BD33172A5C404F007A6E53 /* FriendsListView.swift */,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
96454F162A558EBC0040BEBD /* RippleChat */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 96454F3B2A558EBE0040BEBD /* Build configuration list for PBXNativeTarget "RippleChat" */;
|
|
buildPhases = (
|
|
96454F132A558EBC0040BEBD /* Sources */,
|
|
96454F142A558EBC0040BEBD /* Frameworks */,
|
|
96454F152A558EBC0040BEBD /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = RippleChat;
|
|
productName = RippleChat;
|
|
productReference = 96454F172A558EBC0040BEBD /* RippleChat.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
96454F262A558EBE0040BEBD /* RippleChatTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 96454F3E2A558EBE0040BEBD /* Build configuration list for PBXNativeTarget "RippleChatTests" */;
|
|
buildPhases = (
|
|
96454F232A558EBE0040BEBD /* Sources */,
|
|
96454F242A558EBE0040BEBD /* Frameworks */,
|
|
96454F252A558EBE0040BEBD /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
96454F292A558EBE0040BEBD /* PBXTargetDependency */,
|
|
);
|
|
name = RippleChatTests;
|
|
productName = RippleChatTests;
|
|
productReference = 96454F272A558EBE0040BEBD /* RippleChatTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
96454F302A558EBE0040BEBD /* RippleChatUITests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 96454F412A558EBE0040BEBD /* Build configuration list for PBXNativeTarget "RippleChatUITests" */;
|
|
buildPhases = (
|
|
96454F2D2A558EBE0040BEBD /* Sources */,
|
|
96454F2E2A558EBE0040BEBD /* Frameworks */,
|
|
96454F2F2A558EBE0040BEBD /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
96454F332A558EBE0040BEBD /* PBXTargetDependency */,
|
|
);
|
|
name = RippleChatUITests;
|
|
productName = RippleChatUITests;
|
|
productReference = 96454F312A558EBE0040BEBD /* RippleChatUITests.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
96454F0F2A558EBC0040BEBD /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1400;
|
|
LastUpgradeCheck = 1400;
|
|
TargetAttributes = {
|
|
96454F162A558EBC0040BEBD = {
|
|
CreatedOnToolsVersion = 14.0.1;
|
|
};
|
|
96454F262A558EBE0040BEBD = {
|
|
CreatedOnToolsVersion = 14.0.1;
|
|
TestTargetID = 96454F162A558EBC0040BEBD;
|
|
};
|
|
96454F302A558EBE0040BEBD = {
|
|
CreatedOnToolsVersion = 14.0.1;
|
|
TestTargetID = 96454F162A558EBC0040BEBD;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 96454F122A558EBC0040BEBD /* Build configuration list for PBXProject "RippleChat" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 96454F0E2A558EBC0040BEBD;
|
|
productRefGroup = 96454F182A558EBC0040BEBD /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
96454F162A558EBC0040BEBD /* RippleChat */,
|
|
96454F262A558EBE0040BEBD /* RippleChatTests */,
|
|
96454F302A558EBE0040BEBD /* RippleChatUITests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
96454F152A558EBC0040BEBD /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
96454F452A5593900040BEBD /* .gitignore in Resources */,
|
|
F58EB2D02A5590E800E22DA6 /* README.md in Resources */,
|
|
96454F222A558EBD0040BEBD /* Preview Assets.xcassets in Resources */,
|
|
96454F1F2A558EBD0040BEBD /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
96454F252A558EBE0040BEBD /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
96454F2F2A558EBE0040BEBD /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
96454F132A558EBC0040BEBD /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F5847B622A599BF4009E28D4 /* Body.swift in Sources */,
|
|
96BD33162A5C403C007A6E53 /* PeeringView.swift in Sources */,
|
|
96BD33182A5C404F007A6E53 /* FriendsListView.swift in Sources */,
|
|
F5847B662A599EA4009E28D4 /* Feed.swift in Sources */,
|
|
96BD33132A5C400B007A6E53 /* FeedListView.swift in Sources */,
|
|
F5847B642A599CC3009E28D4 /* LogEntry.swift in Sources */,
|
|
96BD33102A5C27B0007A6E53 /* NewFeedEntryView.swift in Sources */,
|
|
F5847B6A2A59AB24009E28D4 /* FeedStore.swift in Sources */,
|
|
F581F59B2A5AE72F0081C383 /* BluetoothViewModel.swift in Sources */,
|
|
96454F1D2A558EBC0040BEBD /* ContentView.swift in Sources */,
|
|
96BD330E2A5C254B007A6E53 /* TextApp.swift in Sources */,
|
|
96454F1B2A558EBC0040BEBD /* RippleChatApp.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
96454F232A558EBE0040BEBD /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
96454F2C2A558EBE0040BEBD /* RippleChatTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
96454F2D2A558EBE0040BEBD /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
96454F382A558EBE0040BEBD /* RippleChatUITestsLaunchTests.swift in Sources */,
|
|
96454F362A558EBE0040BEBD /* RippleChatUITests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
96454F292A558EBE0040BEBD /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 96454F162A558EBC0040BEBD /* RippleChat */;
|
|
targetProxy = 96454F282A558EBE0040BEBD /* PBXContainerItemProxy */;
|
|
};
|
|
96454F332A558EBE0040BEBD /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 96454F162A558EBC0040BEBD /* RippleChat */;
|
|
targetProxy = 96454F322A558EBE0040BEBD /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
96454F392A558EBE0040BEBD /* 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++20";
|
|
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 = 16.0;
|
|
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;
|
|
};
|
|
96454F3A2A558EBE0040BEBD /* 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++20";
|
|
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 = 16.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
96454F3C2A558EBE0040BEBD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_ASSET_PATHS = "\"RippleChat/Preview Content\"";
|
|
DEVELOPMENT_TEAM = B5S58UWR64;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "Allow for bluetooth use";
|
|
INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "Please allow bluetooth for discovering peripherals";
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = unibas.inetsec.RippleChat;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
96454F3D2A558EBE0040BEBD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_ASSET_PATHS = "\"RippleChat/Preview Content\"";
|
|
DEVELOPMENT_TEAM = B5S58UWR64;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "Allow for bluetooth use";
|
|
INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "Please allow bluetooth for discovering peripherals";
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = unibas.inetsec.RippleChat;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
96454F3F2A558EBE0040BEBD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = unibas.inetsec.RippleChatTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RippleChat.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/RippleChat";
|
|
};
|
|
name = Debug;
|
|
};
|
|
96454F402A558EBE0040BEBD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = unibas.inetsec.RippleChatTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RippleChat.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/RippleChat";
|
|
};
|
|
name = Release;
|
|
};
|
|
96454F422A558EBE0040BEBD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = unibas.inetsec.RippleChatUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = RippleChat;
|
|
};
|
|
name = Debug;
|
|
};
|
|
96454F432A558EBE0040BEBD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = unibas.inetsec.RippleChatUITests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = RippleChat;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
96454F122A558EBC0040BEBD /* Build configuration list for PBXProject "RippleChat" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
96454F392A558EBE0040BEBD /* Debug */,
|
|
96454F3A2A558EBE0040BEBD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
96454F3B2A558EBE0040BEBD /* Build configuration list for PBXNativeTarget "RippleChat" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
96454F3C2A558EBE0040BEBD /* Debug */,
|
|
96454F3D2A558EBE0040BEBD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
96454F3E2A558EBE0040BEBD /* Build configuration list for PBXNativeTarget "RippleChatTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
96454F3F2A558EBE0040BEBD /* Debug */,
|
|
96454F402A558EBE0040BEBD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
96454F412A558EBE0040BEBD /* Build configuration list for PBXNativeTarget "RippleChatUITests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
96454F422A558EBE0040BEBD /* Debug */,
|
|
96454F432A558EBE0040BEBD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 96454F0F2A558EBC0040BEBD /* Project object */;
|
|
}
|