Bastian van de Wetering 7 éve
szülő
commit
4d85d01035
2 módosított fájl, 4 hozzáadás és 0 törlés
  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;