<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API 2 support for iOS 9.3 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175278#M6900</link>
    <description>&lt;P&gt;When I added SwiftyDropbox to my iOS project and tried to run the app I was getting runtime errors that mentioned iOS 10. My project's deployment target was 8.x. I changed it to 10.0 and it ran fine. I see that the framework's deployment target is set to 10.0 when I open its Xcode project so I fired off my inquiry. But dropping it into a new project with its deployment target set to 8.0 runs without problems. Maybe it's because this was on my work Mac instead of my personal Mac. The other theory I'll need to check is whether it's because the failure was in a project that is part of a workspace. &lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 01:15:06 GMT</pubDate>
    <dc:creator>Dennis B.20</dc:creator>
    <dc:date>2016-09-21T01:15:06Z</dc:date>
    <item>
      <title>API 2 support for iOS 9.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175272#M6894</link>
      <description>&lt;P&gt;What is the timeline for API 2 Swift supporting &amp;nbsp;iOS 9.3?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:34:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175272#M6894</guid>
      <dc:creator>Bill P.12</dc:creator>
      <dc:date>2019-05-29T09:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: API 2 support for iOS 9.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175273#M6895</link>
      <description>&lt;P&gt;I believe the SwiftyDropbox SDK should work on iOS 9.3. Are you seeing any issues, beside the one reported in &lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/204726463-Sharing-removeFolderMember-endpoint-crashes" target="_blank" rel="nofollow noreferrer"&gt;your other thread&lt;/A&gt;? If so, please let us know the details so we can look into it.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 00:58:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175273#M6895</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-14T00:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: API 2 support for iOS 9.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175274#M6896</link>
      <description>&lt;P&gt;There are a couple of changes in 9.3 that impacted the SwiftyDropbox SDK:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;type alias replaced by associated type&lt;/LI&gt;
&lt;LI&gt;Selector format changed&lt;/LI&gt;
&lt;LI&gt;Curried function declaration syntax will be removed in a future version of Swift; use a single parameter list&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I have made the changes for 1 &amp;amp; 2 and will live with the warnings for 3.&lt;/P&gt;
&lt;P&gt;The removeFolderMember from my other thread was a problem before 9.3. &amp;nbsp;This is a higher priority for me than the 9.3 changes.&lt;/P&gt;
&lt;P&gt;Another quick question - will the Swift API ever compile for tvOS without changes. &amp;nbsp;Because tvOS does not support WebKit, I had to add a condition to ignore the WebKit code for tvOS. &amp;nbsp;Not a high priority but thought I'd ask. &amp;nbsp;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 05:56:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175274#M6896</guid>
      <dc:creator>Bill P.12</dc:creator>
      <dc:date>2016-04-14T05:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: API 2 support for iOS 9.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175275#M6897</link>
      <description>&lt;P&gt;Thanks for the additional information! It sounds like you're referring to changes in Swift 2.2 in particular. If you've already made the changes, feel free to submit a pull request. Otherwise, we'll look into it too.&lt;/P&gt;
&lt;P&gt;Also, I can't make any promises regarding tvOS support,&amp;nbsp;but I'll be sure to pass this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 06:29:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175275#M6897</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-14T06:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: API 2 support for iOS 9.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175276#M6898</link>
      <description>&lt;P&gt;I'm glad to see that SwiftyDropbox works out of the box in Swift 3.0. But why does it require iOS 10? I can write an app in Swift 3.0 and run it as far back as iOS 8.4 (the oldest simulator on my system) in Xcode 8.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 01:43:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175276#M6898</guid>
      <dc:creator>Dennis B.20</dc:creator>
      <dc:date>2016-09-19T01:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: API 2 support for iOS 9.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175277#M6899</link>
      <description>&lt;P&gt;Hi Dennis, SwiftyDropbox supports iOS 9+, not just iOS 10. You can find the requirements in the README here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/SwiftyDropbox" rel="nofollow noreferrer"&gt;https://github.com/dropbox/SwiftyDropbox&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(Also, the Swift 2.3 branch supports iOS 8+.)&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 03:24:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175277#M6899</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-20T03:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: API 2 support for iOS 9.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175278#M6900</link>
      <description>&lt;P&gt;When I added SwiftyDropbox to my iOS project and tried to run the app I was getting runtime errors that mentioned iOS 10. My project's deployment target was 8.x. I changed it to 10.0 and it ran fine. I see that the framework's deployment target is set to 10.0 when I open its Xcode project so I fired off my inquiry. But dropping it into a new project with its deployment target set to 8.0 runs without problems. Maybe it's because this was on my work Mac instead of my personal Mac. The other theory I'll need to check is whether it's because the failure was in a project that is part of a workspace. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 01:15:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-2-support-for-iOS-9-3/m-p/175278#M6900</guid>
      <dc:creator>Dennis B.20</dc:creator>
      <dc:date>2016-09-21T01:15:06Z</dc:date>
    </item>
  </channel>
</rss>

