<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation Guide</title><link>https://sourceforge.net/p/efqrcode/wiki/Installation%2520Guide/</link><description>Recent changes to Installation Guide</description><atom:link href="https://sourceforge.net/p/efqrcode/wiki/Installation%20Guide/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 07 Jun 2021 13:37:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/efqrcode/wiki/Installation%20Guide/feed" rel="self" type="application/rss+xml"/><item><title>Installation Guide modified by EyreFree</title><link>https://sourceforge.net/p/efqrcode/wiki/Installation%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -6,7 +6,7 @@
 it, simply add the following line to your Podfile:

     :::ruby
-    pod 'EFQRCode', '~&amp;gt; 6.0.0'
+    pod 'EFQRCode', '~&amp;gt; 6.1.0'

 Then, run the following command:

@@ -28,7 +28,7 @@
 To integrate EFQRCode into your Xcode project using Carthage, specify it in your `Cartfile`:

     :::ogdl
-    github "EFPrefix/EFQRCode" ~&amp;gt; 6.0.0
+    github "EFPrefix/EFQRCode" ~&amp;gt; 6.1.0

 Run `carthage update` to build the framework and drag the built `EFQRCode.framework` into your Xcode project.

@@ -40,7 +40,7 @@

     :::swift
     dependencies: [
-        .package(url: "https://github.com/EFPrefix/EFQRCode.git", .upToNextMinor(from: "6.0.0"))
+        .package(url: "https://github.com/EFPrefix/EFQRCode.git", .upToNextMinor(from: "6.1.0"))
     ]

 ## Next
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">EyreFree</dc:creator><pubDate>Mon, 07 Jun 2021 13:37:50 -0000</pubDate><guid>https://sourceforge.net4b914aff88141366ac26cfefe2b213b598e796a1</guid></item><item><title>Installation Guide modified by EyreFree</title><link>https://sourceforge.net/p/efqrcode/wiki/Installation%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -6,7 +6,7 @@
 it, simply add the following line to your Podfile:

     :::ruby
-    pod "EFQRCode", '~&amp;gt; 4.1.0'
+    pod 'EFQRCode', '~&amp;gt; 6.0.0'

 Then, run the following command:

@@ -14,6 +14,8 @@
     $ pod install

 ### Carthage
+
+&amp;gt; ***IMPORTANT***: this [workaround](https://github.com/Carthage/Carthage/blob/master/Documentation/Xcode12Workaround.md) is necessary for Carthage to somewhat work in Xcode 12.

 [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

@@ -26,19 +28,19 @@
 To integrate EFQRCode into your Xcode project using Carthage, specify it in your `Cartfile`:

     :::ogdl
-    github "EyreFree/EFQRCode" ~&amp;gt; 4.1.0
+    github "EFPrefix/EFQRCode" ~&amp;gt; 6.0.0

 Run `carthage update` to build the framework and drag the built `EFQRCode.framework` into your Xcode project.

 ### Swift Package Manager

-The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.
+The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the Swift compiler.

 Once you have your Swift package set up, adding EFQRCode as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.

     :::swift
     dependencies: [
-        .Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(4, 1, 0))
+        .package(url: "https://github.com/EFPrefix/EFQRCode.git", .upToNextMinor(from: "6.0.0"))
     ]

 ## Next
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">EyreFree</dc:creator><pubDate>Mon, 07 Jun 2021 13:37:50 -0000</pubDate><guid>https://sourceforge.net3c533e63cdfa5fe77f008000d97500ded2f2fb78</guid></item><item><title>Installation Guide modified by EyreFree</title><link>https://sourceforge.net/p/efqrcode/wiki/Installation%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -6,7 +6,7 @@
 it, simply add the following line to your Podfile:

     :::ruby
-    pod "EFQRCode", '~&amp;gt; 1.2.7'
+    pod "EFQRCode", '~&amp;gt; 4.1.0'

 Then, run the following command:

@@ -26,7 +26,7 @@
 To integrate EFQRCode into your Xcode project using Carthage, specify it in your `Cartfile`:

     :::ogdl
-    github "EyreFree/EFQRCode" ~&amp;gt; 1.2.7
+    github "EyreFree/EFQRCode" ~&amp;gt; 4.1.0

 Run `carthage update` to build the framework and drag the built `EFQRCode.framework` into your Xcode project.

@@ -38,7 +38,7 @@

     :::swift
     dependencies: [
-        .Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(1, 2, 7))
+        .Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(4, 1, 0))
     ]

 ## Next
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">EyreFree</dc:creator><pubDate>Mon, 07 Jun 2021 13:37:50 -0000</pubDate><guid>https://sourceforge.net6e22b177176369cde652ba8d83f088b12e91e454</guid></item><item><title>Installation Guide modified by EyreFree</title><link>https://sourceforge.net/p/efqrcode/wiki/Installation%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -6,7 +6,7 @@
 it, simply add the following line to your Podfile:

     :::ruby
-    pod "EFQRCode", '~&amp;gt; 1.2.5'
+    pod "EFQRCode", '~&amp;gt; 1.2.7'

 Then, run the following command:

@@ -26,7 +26,7 @@
 To integrate EFQRCode into your Xcode project using Carthage, specify it in your `Cartfile`:

     :::ogdl
-    github "EyreFree/EFQRCode" ~&amp;gt; 1.2.5
+    github "EyreFree/EFQRCode" ~&amp;gt; 1.2.7

 Run `carthage update` to build the framework and drag the built `EFQRCode.framework` into your Xcode project.

@@ -38,7 +38,7 @@

     :::swift
     dependencies: [
-        .Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(1, 2, 5))
+        .Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(1, 2, 7))
     ]

 ## Next
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">EyreFree</dc:creator><pubDate>Mon, 07 Jun 2021 13:37:50 -0000</pubDate><guid>https://sourceforge.net1a984109e34de8be9f31957246bb6bc35f561d56</guid></item><item><title>Installation Guide modified by EyreFree</title><link>https://sourceforge.net/p/efqrcode/wiki/Installation%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,7 +6,7 @@
 it, simply add the following line to your Podfile:

     :::ruby
-    pod "EFQRCode", '~&amp;gt; 1.2.4'
+    pod "EFQRCode", '~&amp;gt; 1.2.5'

 Then, run the following command:

@@ -26,7 +26,7 @@
 To integrate EFQRCode into your Xcode project using Carthage, specify it in your `Cartfile`:

     :::ogdl
-    github "EyreFree/EFQRCode" ~&amp;gt; 1.2.4
+    github "EyreFree/EFQRCode" ~&amp;gt; 1.2.5

 Run `carthage update` to build the framework and drag the built `EFQRCode.framework` into your Xcode project.

@@ -38,7 +38,7 @@

     :::swift
     dependencies: [
-        .Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(1, 2, 4))
+        .Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(1, 2, 5))
     ]

 ## Next
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">EyreFree</dc:creator><pubDate>Mon, 07 Jun 2021 13:37:49 -0000</pubDate><guid>https://sourceforge.net8ccaca2ed423d4591967799e9f39eba104b45051</guid></item><item><title>Installation Guide modified by EyreFree</title><link>https://sourceforge.net/p/efqrcode/wiki/Installation%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -40,3 +40,14 @@
     dependencies: [
         .Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(1, 2, 4))
     ]
+
+## Next
+
+After installation, you could import EFQRCode to your project by adding this:
+
+    :::swift
+    import EFQRCode
+
+to the files in which you want to use this framework.
+
+Once you prepared, continue to have a look at the [Cheat Sheet](https://github.com/EyreFree/EFQRCode/wiki/Cheat-Sheet) to see how to use EFQRCode.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">EyreFree</dc:creator><pubDate>Mon, 07 Jun 2021 13:37:49 -0000</pubDate><guid>https://sourceforge.netf375f167b9df37ba940c4f827e95c4685508dc84</guid></item><item><title>Installation Guide modified by EyreFree</title><link>https://sourceforge.net/p/efqrcode/wiki/Installation%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;h3 id="cocoapods"&gt;CocoaPods&lt;/h3&gt;
&lt;p&gt;EFQRCode is available through &lt;a class="" href="http://cocoapods.org" rel="nofollow"&gt;CocoaPods&lt;/a&gt;. To install&lt;br/&gt;
it, simply add the following line to your Podfile:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pod&lt;/span&gt; &lt;span class="s2"&gt;"EFQRCode"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;'~&amp;gt; 1.2.4'&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Then, run the following command:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ pod install
&lt;/pre&gt;&lt;/div&gt;


&lt;h3 id="carthage"&gt;Carthage&lt;/h3&gt;
&lt;p&gt;&lt;a class="" href="https://github.com/Carthage/Carthage" rel="nofollow"&gt;Carthage&lt;/a&gt; is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.&lt;/p&gt;
&lt;p&gt;You can install Carthage with &lt;a class="" href="http://brew.sh/" rel="nofollow"&gt;Homebrew&lt;/a&gt; using the following command:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ brew update
$ brew install carthage
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;To integrate EFQRCode into your Xcode project using Carthage, specify it in your &lt;code&gt;Cartfile&lt;/code&gt;:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;github "EyreFree/EFQRCode" ~&amp;gt; 1.2.4
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Run &lt;code&gt;carthage update&lt;/code&gt; to build the framework and drag the built &lt;code&gt;EFQRCode.framework&lt;/code&gt; into your Xcode project.&lt;/p&gt;
&lt;h3 id="swift-package-manager"&gt;Swift Package Manager&lt;/h3&gt;
&lt;p&gt;The &lt;a class="" href="https://swift.org/package-manager/" rel="nofollow"&gt;Swift Package Manager&lt;/a&gt; is a tool for automating the distribution of Swift code and is integrated into the &lt;code&gt;swift&lt;/code&gt; compiler.&lt;/p&gt;
&lt;p&gt;Once you have your Swift package set up, adding EFQRCode as a dependency is as easy as adding it to the &lt;code&gt;dependencies&lt;/code&gt; value of your &lt;code&gt;Package.swift&lt;/code&gt;.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;dependencies&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
    &lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;Package&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;url&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;"https://github.com/EyreFree/EFQRCode.git"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;Version&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt;
&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">EyreFree</dc:creator><pubDate>Mon, 07 Jun 2021 13:37:49 -0000</pubDate><guid>https://sourceforge.net4628af7d39c85af5e7e2f177ce84102d173306c4</guid></item></channel></rss>