<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in EXFileDownloader.m</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>72d142a5 - [expo-application] Add methods for app release type and APNs environment (#6724)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m#72d142a5</link>
        <description>[expo-application] Add methods for app release type and APNs environment (#6724)# WhyAPNs environment will be useful for `expo-notifications` module. App release type could be useful for users&apos; analytics. # HowIn the gist of things, I moved `EXProvisioningProfile` from `ExpoKit` to `EXApplication`. Kernel either uses `EXApplication/EXProvisioningProfile` (if it&apos;s present) or uses sensible fallback values.# Test PlanAdded tests to `test-suite`, verified in `bare-expo` that they pass.

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m</description>
        <pubDate>Tue, 21 Jan 2020 07:56:17 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ec45106e - [home][ios] restore QR code functionality to unrestricted IOS client builds (#3870)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m#ec45106e</link>
        <description>[home][ios] restore QR code functionality to unrestricted IOS client builds (#3870)* [home] add QR code functionality back to unrestricted ios builds* [ios] add methods to determine client build type* pr feedback (brent)* pr feedback (eric)* add client release type header to HTTP requests for www permissions checking* [ios] use the existing provisioningprofile parser instead* [ios] fix build type logic to use new parser method

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m</description>
        <pubDate>Mon, 08 Apr 2019 16:07:25 +0000</pubDate>
        <dc:creator>Quinlan Jung &lt;quin@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>8a20a963 - [android][ios][home] persist session info in one location on clients (#2521)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m#8a20a963</link>
        <description>[android][ios][home] persist session info in one location on clients (#2521)[android][ios][home][jest-expo] persist session info in one location on clients

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m</description>
        <pubDate>Thu, 08 Nov 2018 23:23:24 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>9a7f140a - [android][ios][home] send the sessionSecret along with manifest requests in the expo client (#2503)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m#9a7f140a</link>
        <description>[android][ios][home] send the sessionSecret along with manifest requests in the expo client (#2503)

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m</description>
        <pubDate>Thu, 25 Oct 2018 03:46:35 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>9b65365f - stop appending index.exp to non exp.host urls (#3003)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m#9b65365f</link>
        <description>stop appending index.exp to non exp.host urls (#3003)* [ios] remove index.exp from manifest request, add exp to Accept header request* exp-&gt;expo, also accept json* change manifest cache path to original url, make legacy cache paths accessible in subclasses* pr feedbackfbshipit-source-id: 91e8f02

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m</description>
        <pubDate>Sat, 25 Aug 2018 07:14:19 +0000</pubDate>
        <dc:creator>quinlanj &lt;quin@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>6b1d8f53 - fix home ota updates (#2289)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m#6b1d8f53</link>
        <description>fix home ota updates (#2289)* [ios] fix home OTA updates* [ios] route localManifest through entire AppLoader code path -- this makes home OTA updates behave just like normal app OTA updatesfbshipit-source-id: 580256a

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m</description>
        <pubDate>Fri, 30 Mar 2018 18:23:48 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>5d8188f5 - Clean up after kernel refactor</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m#5d8188f5</link>
        <description>Clean up after kernel refactorfbshipit-source-id: eb6ce29

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXFileDownloader.m</description>
        <pubDate>Tue, 06 Mar 2018 22:25:50 +0000</pubDate>
        <dc:creator>Ben Roth &lt;spongebucket@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
