ソースを参照

added MessageKit

Bastian van de Wetering 7 年 前
コミット
4d85d01035
2 ファイル変更4 行追加0 行削除
  1. 1 0
      Podfile
  2. 3 0
      deltachat-ios.xcodeproj/project.pbxproj

+ 1 - 0
Podfile

@@ -1,4 +1,5 @@
 target 'deltachat-ios' do
   use_frameworks!
   pod 'openssl-ios-bitcode'
+  pod 'MessageKit'
 end

+ 3 - 0
deltachat-ios.xcodeproj/project.pbxproj

@@ -540,9 +540,12 @@
 			files = (
 			);
 			inputPaths = (
+				"${SRCROOT}/Pods/Target Support Files/Pods-deltachat-ios/Pods-deltachat-ios-frameworks.sh",
+				"${BUILT_PRODUCTS_DIR}/MessageKit/MessageKit.framework",
 			);
 			name = "[CP] Embed Pods Frameworks";
 			outputPaths = (
+				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MessageKit.framework",
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;