ソースを参照

Add note about Embedded Binaries

Marcin Krzyzanowski 10 年 前
コミット
84d94df27c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ To install CryptoSwift, add it as a submodule to your project (on the top level
 
 
 	git submodule add https://github.com/krzyzanowskim/CryptoSwift.git
 	git submodule add https://github.com/krzyzanowskim/CryptoSwift.git
 
 
-Then, drag the CryptoSwift.xcodeproj file into your Xcode project, and add CryptoSwift.framework as a dependency to your target.
+Then, drag the CryptoSwift.xcodeproj file into your Xcode project, and add CryptoSwift.framework as a dependency to your target. Now select your App and choose the General tab for the app target. Drag CryptoSwift.framework to "Embedded Binaries"
 
 
 Alternatively, you can build the Universal Framework and link it in your Xcode project. 
 Alternatively, you can build the Universal Framework and link it in your Xcode project. 
 Aggregate target `CryptoSwift-Universal` runs a script to build a universal framework. The script currently copies the framework to the `Framework` directory. (The path to CryptoSwift directory cannot contain any space)
 Aggregate target `CryptoSwift-Universal` runs a script to build a universal framework. The script currently copies the framework to the `Framework` directory. (The path to CryptoSwift directory cannot contain any space)