|
@@ -11,6 +11,7 @@
|
|
|
7A9FB1461FB061E2001FEA36 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9FB1451FB061E2001FEA36 /* ViewController.swift */; };
|
|
|
7A9FB14B1FB061E2001FEA36 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */; };
|
|
|
7A9FB14E1FB061E2001FEA36 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */; };
|
|
|
+ 7A9FB1591FB06540001FEA36 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A9FB1571FB06540001FEA36 /* test.c */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
@@ -20,6 +21,9 @@
|
|
|
7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
7A9FB14D1FB061E2001FEA36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
7A9FB14F1FB061E2001FEA36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ 7A9FB1561FB06540001FEA36 /* deltachat-ios-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "deltachat-ios-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
|
+ 7A9FB1571FB06540001FEA36 /* test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = test.c; sourceTree = "<group>"; };
|
|
|
+ 7A9FB1581FB06540001FEA36 /* test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = test.h; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -53,10 +57,13 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
7A9FB1431FB061E2001FEA36 /* AppDelegate.swift */,
|
|
|
+ 7A9FB1571FB06540001FEA36 /* test.c */,
|
|
|
+ 7A9FB1581FB06540001FEA36 /* test.h */,
|
|
|
7A9FB1451FB061E2001FEA36 /* ViewController.swift */,
|
|
|
7A9FB14A1FB061E2001FEA36 /* Assets.xcassets */,
|
|
|
7A9FB14C1FB061E2001FEA36 /* LaunchScreen.storyboard */,
|
|
|
7A9FB14F1FB061E2001FEA36 /* Info.plist */,
|
|
|
+ 7A9FB1561FB06540001FEA36 /* deltachat-ios-Bridging-Header.h */,
|
|
|
);
|
|
|
path = "deltachat-ios";
|
|
|
sourceTree = "<group>";
|
|
@@ -93,6 +100,7 @@
|
|
|
TargetAttributes = {
|
|
|
7A9FB13F1FB061E2001FEA36 = {
|
|
|
CreatedOnToolsVersion = 9.1;
|
|
|
+ LastSwiftMigration = 0910;
|
|
|
ProvisioningStyle = Automatic;
|
|
|
};
|
|
|
};
|
|
@@ -132,6 +140,7 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 7A9FB1591FB06540001FEA36 /* test.c in Sources */,
|
|
|
7A9FB1461FB061E2001FEA36 /* ViewController.swift in Sources */,
|
|
|
7A9FB1441FB061E2001FEA36 /* AppDelegate.swift in Sources */,
|
|
|
);
|
|
@@ -262,12 +271,15 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
DEVELOPMENT_TEAM = S595XJ38G3;
|
|
|
INFOPLIST_FILE = "deltachat-ios/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.jonasreinsch.deltachat-ios";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "deltachat-ios/deltachat-ios-Bridging-Header.h";
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
SWIFT_VERSION = 4.0;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
@@ -277,12 +289,14 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
DEVELOPMENT_TEAM = S595XJ38G3;
|
|
|
INFOPLIST_FILE = "deltachat-ios/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.jonasreinsch.deltachat-ios";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "deltachat-ios/deltachat-ios-Bridging-Header.h";
|
|
|
SWIFT_VERSION = 4.0;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|