<?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 AppleDeviceManager.ts</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8a424beb - [lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts#8a424beb</link>
        <description>[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)Why---Prettier 3 is out. Add support for it with this linter config.**Note for reviewer:** the first commit is the one with the actualchanges. The rest of this PR are changes to get the linter passing(mostly autofix).How---Update eslint-config-prettier and eslint-plugin-prettier. To addressdeprecation warnings, also update typescript-eslint/parser andtypescript-eslint/eslint-plugin.Because of an update to typescript-eslint/parser, we need to suppressdeprecation warnings (documented in a comment).Regenerated test snapshots. Due to the upgraded dependencies, typecastsand optional chaining are now auto-fixable by lint. This convertswarnings into autofixes.Test Plan---`yarn test` in the linter config. Run `expotools check --all --fix-lint--no-build --no-test --no-uniformity-check` to try this config on thewhole repo.---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts</description>
        <pubDate>Fri, 11 Aug 2023 07:31:41 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>384598e2 - [docs] Update references to expo install/run to npx expo install/run (#22197)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts#384598e2</link>
        <description>[docs] Update references to expo install/run to npx expo install/run (#22197)# WhyWe should point to `npx expo *` instead of just `expo *` everywhere# HowSearch/replace---------Co-authored-by: Aman Mittal &lt;amandeepmittal@live.com&gt;Co-authored-by: Bartosz Kaszubowski &lt;gosimek@gmail.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts</description>
        <pubDate>Mon, 24 Apr 2023 19:14:58 +0000</pubDate>
        <dc:creator>Brent Vatne &lt;brentvatne@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>47558c3c - [cli] Implement getApplicationIdFromBundle fixing iOS app launch issue with SDK 46 (#18537)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts#47558c3c</link>
        <description>[cli] Implement getApplicationIdFromBundle fixing iOS app launch issue with SDK 46 (#18537)* [cli] Implement getApplicationIdFromBundle fixing iOS app launch issue with SDK 46* Update AppleDeviceManager.tsCo-authored-by: Evan Bacon &lt;baconbrix@gmail.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts</description>
        <pubDate>Sat, 13 Aug 2022 18:14:04 +0000</pubDate>
        <dc:creator>Anthony Mittaz &lt;sync@me.com&gt;</dc:creator>
    </item>
<item>
        <title>c4ef02ae - feat(cli): add `run:ios` command (#16662)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts#c4ef02ae</link>
        <description>feat(cli): add `run:ios` command (#16662)* [wip] Added expo run:ios command* Clean up run:ios* feat(cli): add headless server mode* fix(cli): fix run:ios logic issues* Update CHANGELOG.md* Update packages/expo/CHANGELOG.mdCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;* clean up* refine fixture* refactor and test code signing* Update resolveOptionsAsync.ts* fix merge* added new impl* Update AppleDevice.ts* Added more tests* fixed e2e tests* lint fix* Update index-test.tsCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts</description>
        <pubDate>Tue, 03 May 2022 20:55:31 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>29975bfd - fix(cli): fix type errors (#16724)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts#29975bfd</link>
        <description>fix(cli): fix type errors (#16724)* fix(cli): fix type errors* Update CHANGELOG.md* Update packages/@expo/cli/CHANGELOG.mdCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;* fix typecheck* Update yarn.lock* Update package.json* Update MetroTerminalReporter.tsCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts</description>
        <pubDate>Mon, 28 Mar 2022 16:59:12 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>8d307f52 - chore: refactor `expo/cli` to `@expo/cli` package (#16717)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts#8d307f52</link>
        <description>chore: refactor `expo/cli` to `@expo/cli` package (#16717)* chore: refactor `expo/cli` to `@expo/cli` package* Update CODEOWNERS* fix linking* fix lint script* fix build file* fix e2e tests* lint before build* use mock version

            List of files:
            /expo/packages/@expo/cli/src/start/platforms/ios/AppleDeviceManager.ts</description>
        <pubDate>Wed, 23 Mar 2022 16:50:13 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
</channel>
</rss>
