|
@@ -94,6 +94,9 @@
|
|
3095A351237DD1F700AB07F7 /* MediaPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3095A350237DD1F700AB07F7 /* MediaPicker.swift */; };
|
|
3095A351237DD1F700AB07F7 /* MediaPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3095A350237DD1F700AB07F7 /* MediaPicker.swift */; };
|
|
30A4D9AE2332672700544344 /* QrInviteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A4D9AD2332672600544344 /* QrInviteViewController.swift */; };
|
|
30A4D9AE2332672700544344 /* QrInviteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A4D9AD2332672600544344 /* QrInviteViewController.swift */; };
|
|
30C0D49D237C4908008E2A0E /* CertificateCheckController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C0D49C237C4908008E2A0E /* CertificateCheckController.swift */; };
|
|
30C0D49D237C4908008E2A0E /* CertificateCheckController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C0D49C237C4908008E2A0E /* CertificateCheckController.swift */; };
|
|
|
|
+ 30E8F2132447285600CE2C90 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E8F2122447285600CE2C90 /* ShareViewController.swift */; };
|
|
|
|
+ 30E8F2162447285600CE2C90 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 30E8F2142447285600CE2C90 /* MainInterface.storyboard */; };
|
|
|
|
+ 30E8F21A2447285600CE2C90 /* DcShare.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 30E8F2102447285600CE2C90 /* DcShare.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
30ECA5472436026F006F2E7A /* DatabaseHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30ECA5462436026F006F2E7A /* DatabaseHelper.swift */; };
|
|
30ECA5472436026F006F2E7A /* DatabaseHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30ECA5462436026F006F2E7A /* DatabaseHelper.swift */; };
|
|
30F9B9EC235F2116006E7ACF /* MessageCounter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30F9B9EB235F2116006E7ACF /* MessageCounter.swift */; };
|
|
30F9B9EC235F2116006E7ACF /* MessageCounter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30F9B9EB235F2116006E7ACF /* MessageCounter.swift */; };
|
|
6795F63A82E94FF7CD2CEC0F /* Pods_deltachat_iosTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */; };
|
|
6795F63A82E94FF7CD2CEC0F /* Pods_deltachat_iosTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F7009234DB9408201A6CDCB /* Pods_deltachat_iosTests.framework */; };
|
|
@@ -167,6 +170,13 @@
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
|
+ 30E8F2182447285600CE2C90 /* PBXContainerItemProxy */ = {
|
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
|
+ containerPortal = 7A9FB1381FB061E2001FEA36 /* Project object */;
|
|
|
|
+ proxyType = 1;
|
|
|
|
+ remoteGlobalIDString = 30E8F20F2447285600CE2C90;
|
|
|
|
+ remoteInfo = DcShare;
|
|
|
|
+ };
|
|
AE851A06227AECDF00ED86F0 /* PBXContainerItemProxy */ = {
|
|
AE851A06227AECDF00ED86F0 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 7A9FB1381FB061E2001FEA36 /* Project object */;
|
|
containerPortal = 7A9FB1381FB061E2001FEA36 /* Project object */;
|
|
@@ -188,6 +198,17 @@
|
|
name = "Embed Frameworks";
|
|
name = "Embed Frameworks";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
};
|
|
|
|
+ 30E8F21B2447285600CE2C90 /* Embed App Extensions */ = {
|
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ dstPath = "";
|
|
|
|
+ dstSubfolderSpec = 13;
|
|
|
|
+ files = (
|
|
|
|
+ 30E8F21A2447285600CE2C90 /* DcShare.appex in Embed App Extensions */,
|
|
|
|
+ );
|
|
|
|
+ name = "Embed App Extensions";
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
@@ -338,6 +359,10 @@
|
|
30A4D9AD2332672600544344 /* QrInviteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrInviteViewController.swift; sourceTree = "<group>"; };
|
|
30A4D9AD2332672600544344 /* QrInviteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QrInviteViewController.swift; sourceTree = "<group>"; };
|
|
30AC265E237F1807002A943F /* AvatarHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarHelper.swift; sourceTree = "<group>"; };
|
|
30AC265E237F1807002A943F /* AvatarHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarHelper.swift; sourceTree = "<group>"; };
|
|
30C0D49C237C4908008E2A0E /* CertificateCheckController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CertificateCheckController.swift; sourceTree = "<group>"; };
|
|
30C0D49C237C4908008E2A0E /* CertificateCheckController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CertificateCheckController.swift; sourceTree = "<group>"; };
|
|
|
|
+ 30E8F2102447285600CE2C90 /* DcShare.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DcShare.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
+ 30E8F2122447285600CE2C90 /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; };
|
|
|
|
+ 30E8F2152447285600CE2C90 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
|
|
|
|
+ 30E8F2172447285600CE2C90 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
30ECA5462436026F006F2E7A /* DatabaseHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatabaseHelper.swift; sourceTree = "<group>"; };
|
|
30ECA5462436026F006F2E7A /* DatabaseHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatabaseHelper.swift; sourceTree = "<group>"; };
|
|
30F9B9EB235F2116006E7ACF /* MessageCounter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCounter.swift; sourceTree = "<group>"; };
|
|
30F9B9EB235F2116006E7ACF /* MessageCounter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCounter.swift; sourceTree = "<group>"; };
|
|
6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_deltachat_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
6241BE1534A653E79AD5D01D /* Pods_deltachat_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_deltachat_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
@@ -455,6 +480,13 @@
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
+ 30E8F20D2447285600CE2C90 /* Frameworks */ = {
|
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
7A9FB13D1FB061E2001FEA36 /* Frameworks */ = {
|
|
7A9FB13D1FB061E2001FEA36 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -635,6 +667,16 @@
|
|
path = Layout;
|
|
path = Layout;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ 30E8F2112447285600CE2C90 /* DcShare */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 30E8F2122447285600CE2C90 /* ShareViewController.swift */,
|
|
|
|
+ 30E8F2142447285600CE2C90 /* MainInterface.storyboard */,
|
|
|
|
+ 30E8F2172447285600CE2C90 /* Info.plist */,
|
|
|
|
+ );
|
|
|
|
+ path = DcShare;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
7A9FB1371FB061E2001FEA36 = {
|
|
7A9FB1371FB061E2001FEA36 = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -644,6 +686,7 @@
|
|
7837B63F21E54DC600CDE126 /* .swiftlint.yml */,
|
|
7837B63F21E54DC600CDE126 /* .swiftlint.yml */,
|
|
7A9FB1421FB061E2001FEA36 /* deltachat-ios */,
|
|
7A9FB1421FB061E2001FEA36 /* deltachat-ios */,
|
|
AE851A02227AECDE00ED86F0 /* deltachat-iosTests */,
|
|
AE851A02227AECDE00ED86F0 /* deltachat-iosTests */,
|
|
|
|
+ 30E8F2112447285600CE2C90 /* DcShare */,
|
|
7A9FB1411FB061E2001FEA36 /* Products */,
|
|
7A9FB1411FB061E2001FEA36 /* Products */,
|
|
7A9FB4F81FB084E6001FEA36 /* Frameworks */,
|
|
7A9FB4F81FB084E6001FEA36 /* Frameworks */,
|
|
7DB2DC4CCB84D323E5130F99 /* Pods */,
|
|
7DB2DC4CCB84D323E5130F99 /* Pods */,
|
|
@@ -658,6 +701,7 @@
|
|
children = (
|
|
children = (
|
|
7A9FB1401FB061E2001FEA36 /* deltachat-ios.app */,
|
|
7A9FB1401FB061E2001FEA36 /* deltachat-ios.app */,
|
|
AE851A01227AECDE00ED86F0 /* deltachat-iosTests.xctest */,
|
|
AE851A01227AECDE00ED86F0 /* deltachat-iosTests.xctest */,
|
|
|
|
+ 30E8F2102447285600CE2C90 /* DcShare.appex */,
|
|
);
|
|
);
|
|
name = Products;
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -870,6 +914,23 @@
|
|
/* End PBXGroup section */
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
+ 30E8F20F2447285600CE2C90 /* DcShare */ = {
|
|
|
|
+ isa = PBXNativeTarget;
|
|
|
|
+ buildConfigurationList = 30E8F21E2447285600CE2C90 /* Build configuration list for PBXNativeTarget "DcShare" */;
|
|
|
|
+ buildPhases = (
|
|
|
|
+ 30E8F20C2447285600CE2C90 /* Sources */,
|
|
|
|
+ 30E8F20D2447285600CE2C90 /* Frameworks */,
|
|
|
|
+ 30E8F20E2447285600CE2C90 /* Resources */,
|
|
|
|
+ );
|
|
|
|
+ buildRules = (
|
|
|
|
+ );
|
|
|
|
+ dependencies = (
|
|
|
|
+ );
|
|
|
|
+ name = DcShare;
|
|
|
|
+ productName = DcShare;
|
|
|
|
+ productReference = 30E8F2102447285600CE2C90 /* DcShare.appex */;
|
|
|
|
+ productType = "com.apple.product-type.app-extension";
|
|
|
|
+ };
|
|
7A9FB13F1FB061E2001FEA36 /* deltachat-ios */ = {
|
|
7A9FB13F1FB061E2001FEA36 /* deltachat-ios */ = {
|
|
isa = PBXNativeTarget;
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 7A9FB1521FB061E2001FEA36 /* Build configuration list for PBXNativeTarget "deltachat-ios" */;
|
|
buildConfigurationList = 7A9FB1521FB061E2001FEA36 /* Build configuration list for PBXNativeTarget "deltachat-ios" */;
|
|
@@ -883,10 +944,12 @@
|
|
7837B63821E54CB400CDE126 /* Run Script */,
|
|
7837B63821E54CB400CDE126 /* Run Script */,
|
|
7837B64621E5532B00CDE126 /* ShellScript */,
|
|
7837B64621E5532B00CDE126 /* ShellScript */,
|
|
304219D4243F588600516852 /* Embed Frameworks */,
|
|
304219D4243F588600516852 /* Embed Frameworks */,
|
|
|
|
+ 30E8F21B2447285600CE2C90 /* Embed App Extensions */,
|
|
);
|
|
);
|
|
buildRules = (
|
|
buildRules = (
|
|
);
|
|
);
|
|
dependencies = (
|
|
dependencies = (
|
|
|
|
+ 30E8F2192447285600CE2C90 /* PBXTargetDependency */,
|
|
);
|
|
);
|
|
name = "deltachat-ios";
|
|
name = "deltachat-ios";
|
|
productName = "deltachat-ios";
|
|
productName = "deltachat-ios";
|
|
@@ -918,10 +981,14 @@
|
|
7A9FB1381FB061E2001FEA36 /* Project object */ = {
|
|
7A9FB1381FB061E2001FEA36 /* Project object */ = {
|
|
isa = PBXProject;
|
|
isa = PBXProject;
|
|
attributes = {
|
|
attributes = {
|
|
- LastSwiftUpdateCheck = 1020;
|
|
|
|
|
|
+ LastSwiftUpdateCheck = 1140;
|
|
LastUpgradeCheck = 0930;
|
|
LastUpgradeCheck = 0930;
|
|
ORGANIZATIONNAME = "Jonas Reinsch";
|
|
ORGANIZATIONNAME = "Jonas Reinsch";
|
|
TargetAttributes = {
|
|
TargetAttributes = {
|
|
|
|
+ 30E8F20F2447285600CE2C90 = {
|
|
|
|
+ CreatedOnToolsVersion = 11.4;
|
|
|
|
+ ProvisioningStyle = Automatic;
|
|
|
|
+ };
|
|
7A9FB13F1FB061E2001FEA36 = {
|
|
7A9FB13F1FB061E2001FEA36 = {
|
|
CreatedOnToolsVersion = 9.1;
|
|
CreatedOnToolsVersion = 9.1;
|
|
LastSwiftMigration = 1030;
|
|
LastSwiftMigration = 1030;
|
|
@@ -994,11 +1061,20 @@
|
|
targets = (
|
|
targets = (
|
|
7A9FB13F1FB061E2001FEA36 /* deltachat-ios */,
|
|
7A9FB13F1FB061E2001FEA36 /* deltachat-ios */,
|
|
AE851A00227AECDE00ED86F0 /* deltachat-iosTests */,
|
|
AE851A00227AECDE00ED86F0 /* deltachat-iosTests */,
|
|
|
|
+ 30E8F20F2447285600CE2C90 /* DcShare */,
|
|
);
|
|
);
|
|
};
|
|
};
|
|
/* End PBXProject section */
|
|
/* End PBXProject section */
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
|
+ 30E8F20E2447285600CE2C90 /* Resources */ = {
|
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ 30E8F2162447285600CE2C90 /* MainInterface.storyboard in Resources */,
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
7A9FB13E1FB061E2001FEA36 /* Resources */ = {
|
|
7A9FB13E1FB061E2001FEA36 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -1151,6 +1227,14 @@
|
|
/* End PBXShellScriptBuildPhase section */
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
+ 30E8F20C2447285600CE2C90 /* Sources */ = {
|
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
+ files = (
|
|
|
|
+ 30E8F2132447285600CE2C90 /* ShareViewController.swift in Sources */,
|
|
|
|
+ );
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
+ };
|
|
7A9FB13C1FB061E2001FEA36 /* Sources */ = {
|
|
7A9FB13C1FB061E2001FEA36 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -1314,6 +1398,11 @@
|
|
/* End PBXSourcesBuildPhase section */
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
/* Begin PBXTargetDependency section */
|
|
|
|
+ 30E8F2192447285600CE2C90 /* PBXTargetDependency */ = {
|
|
|
|
+ isa = PBXTargetDependency;
|
|
|
|
+ target = 30E8F20F2447285600CE2C90 /* DcShare */;
|
|
|
|
+ targetProxy = 30E8F2182447285600CE2C90 /* PBXContainerItemProxy */;
|
|
|
|
+ };
|
|
AE851A07227AECDF00ED86F0 /* PBXTargetDependency */ = {
|
|
AE851A07227AECDF00ED86F0 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
isa = PBXTargetDependency;
|
|
target = 7A9FB13F1FB061E2001FEA36 /* deltachat-ios */;
|
|
target = 7A9FB13F1FB061E2001FEA36 /* deltachat-ios */;
|
|
@@ -1442,6 +1531,14 @@
|
|
path = "deltachat-ios";
|
|
path = "deltachat-ios";
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ 30E8F2142447285600CE2C90 /* MainInterface.storyboard */ = {
|
|
|
|
+ isa = PBXVariantGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 30E8F2152447285600CE2C90 /* Base */,
|
|
|
|
+ );
|
|
|
|
+ name = MainInterface.storyboard;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */ = {
|
|
7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
children = (
|
|
@@ -1453,6 +1550,45 @@
|
|
/* End PBXVariantGroup section */
|
|
/* End PBXVariantGroup section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
+ 30E8F21C2447285600CE2C90 /* Debug */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ DEVELOPMENT_TEAM = 8Y86453UA8;
|
|
|
|
+ INFOPLIST_FILE = DcShare/Info.plist;
|
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ };
|
|
|
|
+ name = Debug;
|
|
|
|
+ };
|
|
|
|
+ 30E8F21D2447285600CE2C90 /* Release */ = {
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
+ buildSettings = {
|
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
+ DEVELOPMENT_TEAM = 8Y86453UA8;
|
|
|
|
+ INFOPLIST_FILE = DcShare/Info.plist;
|
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
+ };
|
|
|
|
+ name = Release;
|
|
|
|
+ };
|
|
7A9FB1501FB061E2001FEA36 /* Debug */ = {
|
|
7A9FB1501FB061E2001FEA36 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
@@ -1570,6 +1706,7 @@
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 8DE110C607A0E4485C43B5FA /* Pods-deltachat-ios.debug.xcconfig */;
|
|
baseConfigurationReference = 8DE110C607A0E4485C43B5FA /* Pods-deltachat-ios.debug.xcconfig */;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
|
|
@@ -1643,6 +1780,7 @@
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = A8615D4600859851E53CAA9C /* Pods-deltachat-ios.release.xcconfig */;
|
|
baseConfigurationReference = A8615D4600859851E53CAA9C /* Pods-deltachat-ios.release.xcconfig */;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
|
|
@@ -1753,6 +1891,15 @@
|
|
/* End XCBuildConfiguration section */
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
/* Begin XCConfigurationList section */
|
|
|
|
+ 30E8F21E2447285600CE2C90 /* Build configuration list for PBXNativeTarget "DcShare" */ = {
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
+ buildConfigurations = (
|
|
|
|
+ 30E8F21C2447285600CE2C90 /* Debug */,
|
|
|
|
+ 30E8F21D2447285600CE2C90 /* Release */,
|
|
|
|
+ );
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
+ };
|
|
7A9FB13B1FB061E2001FEA36 /* Build configuration list for PBXProject "deltachat-ios" */ = {
|
|
7A9FB13B1FB061E2001FEA36 /* Build configuration list for PBXProject "deltachat-ios" */ = {
|
|
isa = XCConfigurationList;
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
buildConfigurations = (
|