<?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 EXAppLoaderExpoUpdates.m</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a7d701c5 - [expo-updates][ios] Use swift enum for AppLoaderTask delegate (#23064)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#a7d701c5</link>
        <description>[expo-updates][ios] Use swift enum for AppLoaderTask delegate (#23064)

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Tue, 27 Jun 2023 20:35:06 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>25745498 - [Expo Go][iOS] add missing stub implementation of AppLoaderTaskDelegate (#23050)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#25745498</link>
        <description>[Expo Go][iOS] add missing stub implementation of AppLoaderTaskDelegate (#23050)# WhyFix crash due to missing stub implementation of new required`AppLoaderTaskDelegate` method.# Test PlanSee Linear task for repro -- NCL on iOS should work now.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [x] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Fri, 23 Jun 2023 00:07:34 +0000</pubDate>
        <dc:creator>Douglas Lowder &lt;doug@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>df150c8f - [expo-updates] Updates state machine for iOS and Android, E2E tests (#22845)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#df150c8f</link>
        <description>[expo-updates] Updates state machine for iOS and Android, E2E tests (#22845)# WhyImplement state machine on Android and iOS.# How- New state machine classes on Android and iOS- Integration with UpdatesController/AppController- State machine change events sent to JS- Test hook in `@expo/use-updates` to allow E2E tests- E2E tests for both platforms# Test Plan- Manual testing on both platforms- Unit tests for state machine on both platforms- New E2E tests for state machine feature- Existing E2E tests and existing `expo-updates` functionality should beunaffected# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [x] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Thu, 22 Jun 2023 01:05:08 +0000</pubDate>
        <dc:creator>Douglas Lowder &lt;doug@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>3b52bbcf - [expo-go] change launcher policy (#22462)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#3b52bbcf</link>
        <description>[expo-go] change launcher policy (#22462)# WhyChange Expo Go iOS launcher policy to the one @wschurman wrote inhttps://github.com/expo/expo/pull/22356# Howuse `EXExpoGoLauncherSelectionPolicyFilterAware` which uses the`sdkVersion` field if available, then uses runtimeVersion as a fallback.This allows people using EAS Update to develop with Expo Go until theymake the switch to Dev Clients# Test Plan- [x] Tested with a published app with `appVersion` runtime policy- [x] Tested with `npx expo start`, where we use `appVersion` runtimepolicy# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Fri, 12 May 2023 19:01:32 +0000</pubDate>
        <dc:creator>Quinlan Jung &lt;quin@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>506f58dd - [expo-updates][expo-go] Support new SDK version field in new manifests (#22356)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#506f58dd</link>
        <description>[expo-updates][expo-go] Support new SDK version field in new manifests (#22356)

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Sat, 06 May 2023 02:26:14 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>db7e2407 - [expo-updates][ios] Add support for version 1 of the protocol and rollbacks (#21652)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#db7e2407</link>
        <description>[expo-updates][ios] Add support for version 1 of the protocol and rollbacks (#21652)# WhyThis adds support for v1 of the expo-updates protocol, and support forrollbacks directive.This is the iOS implementation ofhttps://github.com/expo/expo/pull/21256, which itself is composed of afew PRs. See those PRs for detailed description of feature.# HowSame strategy as linked PRs, but for iOS.# Test PlanSame strategy as linked PRs, but for iOS.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Sat, 11 Mar 2023 00:28:49 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>e7511718 - [exupdates][ios] Convert error recovery to swift (#21570)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#e7511718</link>
        <description>[exupdates][ios] Convert error recovery to swift (#21570)# WhyThis converts error recovery to swift.# HowManually convert. The only thing of note is that OCMockito and othermocking frameworks don&apos;t work for swift, so a manual protocol mock wascreated for the test (which had to be converted in the same PR due toinability to mock).# Test PlanRun all tests, launch app.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Tue, 07 Mar 2023 18:31:01 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>eea7f65b - [exupdates][ios] Convert app loader task to swift (#21536)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#eea7f65b</link>
        <description>[exupdates][ios] Convert app loader task to swift (#21536)# WhyThis converts EXUpdatesAppLoaderTask to swift# HowManually convert to swift# Test PlanBuild and run tests.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Tue, 07 Mar 2023 18:22:59 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>a87dd437 - [exupdates][ios] Convert EXUpdatesCrypto to swift (#21524)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#a87dd437</link>
        <description>[exupdates][ios] Convert EXUpdatesCrypto to swift (#21524)# WhyThis converts EXUpdatesCrypto to swift# HowThis actually simplifies it a lot as well now that we are on iOS &gt; 10.Prior to ios10, a key had to be in the keychain to check it. Now, onecan call `SecKeyCreateWithData` without inserting it into the systemkeychain.# Test PlanTests pass.This one I really need to get expo go to build, but it is failingconsistently compiling for unrelated reasons.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Tue, 07 Mar 2023 18:19:07 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>06e7a43d - [exupdates][ios] Convert file downloader to swift (#21493)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#06e7a43d</link>
        <description>[exupdates][ios] Convert file downloader to swift (#21493)# WhyThis converts EXUpdatesFileDownloader to swift. This is a pretty majorclass containing a lot of functionality.# HowConvert manually.# Test PlanRun all tests.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Tue, 07 Mar 2023 18:13:45 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>cfdef4bc - [exupdates][ios] Fix some issues from landed swift conversion PRs (#21519)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#cfdef4bc</link>
        <description>[exupdates][ios] Fix some issues from landed swift conversion PRs (#21519)# WhyThese issues were introduced in some of the recently-landed swiftconversion PRs. Due to the flakiness of the CI jobs they weren&apos;tcaught/trusted.# HowCaught these when trying to run an app in expo go.# Test PlanRun expo go, open experience, see it works now.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Fri, 03 Mar 2023 21:21:40 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>19aed303 - [exupdates][ios] Convert database to swift (#21450)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#19aed303</link>
        <description>[exupdates][ios] Convert database to swift (#21450)# WhyThis converts a good chunk of the EXUpdates database code to swift.# HowConvert manually. Unfortunately this couldn&apos;t be broken up further dueto OpaquePointer return type incompatibility (can&apos;t return OpaquePointerover bridge).# Test PlanRun all tests and build app.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Fri, 03 Mar 2023 00:35:46 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>ae827301 - [expo-updates][ios] Convert selection policies to swift (#21394)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#ae827301</link>
        <description>[expo-updates][ios] Convert selection policies to swift (#21394)# WhyThis converts EXUpdatesSelectionPolicy stuff to swift.# HowManually convert.# Test PlanRun all tests (will update tests in a follow-up PR to ensure they don&apos;tboth break accidentally).# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Wed, 01 Mar 2023 01:03:08 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>5697f03e - [expo-updates][ios] Convert EXUpdatesConfig to swift (#21391)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#5697f03e</link>
        <description>[expo-updates][ios] Convert EXUpdatesConfig to swift (#21391)# WhyConverting one more class to swift.# HowConvert manually.# Test PlanRun all tests and build.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Wed, 01 Mar 2023 00:58:15 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>0b66f7dd - [exupdates][ios] Start converting to swift (#21320)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#0b66f7dd</link>
        <description>[exupdates][ios] Start converting to swift (#21320)# WhyStart the conversion process of the expo-updates library by convertingEXUpdatesUpdate and subclasses.# HowConvert manually... lol.The main note is that we can&apos;t use swift nullability/type forcingoperators (`!`, `as!`, `as?`) etc since the previous implementation wasrelying upon NSAssert to raise an NSException which is caught in thecalling code, so I added new extension functions to replicate thebehavior (similar to EXManifests util functions).# Test PlanBuild and run all tests.# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Fri, 24 Feb 2023 01:22:03 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>94af3eda - [exmanifests][ios] Convert to swift (#21298)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#94af3eda</link>
        <description>[exmanifests][ios] Convert to swift (#21298)

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Thu, 23 Feb 2023 23:23:27 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>415deeaa - [expo-updates] add docblocks to most classes (#19491)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#415deeaa</link>
        <description>[expo-updates] add docblocks to most classes (#19491)

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Mon, 17 Oct 2022 20:28:50 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>c65a9e6c - [ios] Fix compilation issues in iOS shell apps (#17357) [skip ci]</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#c65a9e6c</link>
        <description>[ios] Fix compilation issues in iOS shell apps (#17357) [skip ci]

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Thu, 05 May 2022 16:59:13 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>b6ffe079 - [ios] Augment manifest with random scopeKey and id when not isVerified (#16976)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#b6ffe079</link>
        <description>[ios] Augment manifest with random scopeKey and id when not isVerified (#16976)

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Tue, 12 Apr 2022 15:42:37 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2e3c3aa3 - [expo-updates][ios] Allow non-codesigned manifests for Expo Go (#16682)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m#2e3c3aa3</link>
        <description>[expo-updates][ios] Allow non-codesigned manifests for Expo Go (#16682)

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Kernel/AppLoader/EXAppLoaderExpoUpdates.m</description>
        <pubDate>Fri, 25 Mar 2022 16:00:06 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
