<?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 .gitattributes</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>83876ff0 - Exclude vendored code from being counted by Linguist (#20335)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#83876ff0</link>
        <description>Exclude vendored code from being counted by Linguist (#20335)

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Tue, 06 Dec 2022 00:14:06 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>2fd75d6d - Deprecate source-login-scripts.sh (#18330)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#2fd75d6d</link>
        <description>Deprecate source-login-scripts.sh (#18330)# Whythe `source-login-scripts.sh` introduced a lot of pain where the community reported much build errors from it. it doesn&apos;t support shells other than zsh and bash. this pr find a new way to deal with xcode building issues that it cannot find the correct nodejs path.close ENG-4864close ENG-5242# Howreact-native introduces `.xcode.env` and `.xcode.env.local` for developers to override the `$NODE_BINARY`: https://github.com/facebook/react-native/pull/33546to make sure building success from expo-constants, expo-updates, and also the app target when generating bundles. i would like to reuse the `.xcode.env` and `.xcode.env.local` from react-native. this pr further generates `.xcode.env.local` automatically for the app during `pod install`. we can ensure that `pod install` is executed from shell and nodejs is available. so we will generate `export NODE_BINARY=&quot;$(command -v node)&quot;` in the `.xcode.env.local`. for xcode, the path will be `$PODS_ROOT/../.xcode.env.local`, every xcode subprojects can source the file to get correct `$NODE_BINARY`.# Test Plan- building bare-expo from xcode (opening xcode by macos finder)- building bare-expo by `yarn ios`- updates e2e ci passed- building expo-go (prerequisite: #18344) Co-authored-by: James Ide &lt;ide@users.noreply.github.com&gt;

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Mon, 25 Jul 2022 12:28:01 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>79ca9839 - [expo-constants] Modularized  expo-constants without further app setup (#13424)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#79ca9839</link>
        <description>[expo-constants] Modularized  expo-constants without further app setup (#13424)# WhyTry to achieve the goal of `expo install expo-constants` without any further setup.# HowFor iOS, use `script_phase` to execute the script.For Android, move gradle plugin into expo-constants android library.# Test Plan1. Build passed2. Verify Constants.Manifest test case from bare-expo iOS/Android

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Wed, 07 Jul 2021 02:00:28 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>d5585070 - Remove remains of Nix (#11989)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#d5585070</link>
        <description>Remove remains of Nix (#11989)

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Fri, 19 Feb 2021 19:44:55 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>25ff3533 - [git] Remove CocoaPod entries from git-lfs list (#11922)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#25ff3533</link>
        <description>[git] Remove CocoaPod entries from git-lfs list (#11922)Why: we no longer commit pods to the repository and don&apos;t need to download the large ones from Git LFS.How: updated .gitattributes to remove the LFS entriesTest plan: make sure `git lfs pull` doesn&apos;t break

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Thu, 11 Feb 2021 21:28:36 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ec4c554e - [EMS] Create dev tooling for config plugins (#11574)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#ec4c554e</link>
        <description>[EMS] Create dev tooling for config plugins (#11574)* plugin for stripe* add plugin clean, build, and lint scripts* Update index.ts* remove template* update naming* Update README.md* Update CHANGELOG.md* added plugin support to et* Update app.json* added testing options* Update checkPackageAsync.ts* added payments to NCL* updated stripe plugin to support iap* Update PaymentsScreen.tsx* Update PaymentsScreen.tsx* Update PaymentsScreen.tsx* Updated docs* Apply suggestions from code reviewCo-authored-by: James Ide &lt;ide@users.noreply.github.com&gt;Co-authored-by: Brent Vatne &lt;brentvatne@gmail.com&gt;* updated types* Update jest-preset-plugin.js* downgrade node* Apply suggestions from code reviewCo-authored-by: James Ide &lt;ide@users.noreply.github.com&gt;* update syntax* ignore plugin builds* unignore* Update packages/expo-module-scripts/README.mdCo-authored-by: James Ide &lt;ide@users.noreply.github.com&gt;Co-authored-by: James Ide &lt;ide@users.noreply.github.com&gt;Co-authored-by: Brent Vatne &lt;brentvatne@gmail.com&gt;

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Thu, 14 Jan 2021 02:02:55 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7e0d9eb9 - Add expo-camera to bare-expo (#11428)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#7e0d9eb9</link>
        <description>Add expo-camera to bare-expo (#11428)* Add expo-camera to bare-expo* fix icons* Update settings.gradle

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Tue, 22 Dec 2020 04:33:06 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d3a5cdbc - [iOS] Make .pbxproj file a non-binary (#8507)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#d3a5cdbc</link>
        <description>[iOS] Make .pbxproj file a non-binary (#8507)

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Thu, 04 Jun 2020 16:57:30 +0000</pubDate>
        <dc:creator>Bart&#322;omiej Bukowski &lt;bartlomiejbukowski.b@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4880a16 - @mczernek/update google and crashlytics (#6593)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#d4880a16</link>
        <description>@mczernek/update google and crashlytics (#6593)* Update Crashlytics, Firebase and Google AdMob.

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Mon, 23 Dec 2019 09:26:39 +0000</pubDate>
        <dc:creator>Micha&#322; Czernek &lt;michal.czernek@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>f6d5bc6e - [ios] Upgrade native dependencies (#5500)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#f6d5bc6e</link>
        <description>[ios] Upgrade native dependencies (#5500)# WhyTo be sure that we&apos;ve got all the latest fixes and updates that may affect compatibility with iOS 13.# HowWent through outdated native dependencies and upgraded them to latest versions.# Test PlanExpo client builds. Screens for possibliy affected modules (GoogleSignIn, AppAuth, Maps) look ok in NCL.

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Fri, 30 Aug 2019 17:50:16 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6f64291f - [expo-ads-admob] Upgrade underlying native SDKs (#5447)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#6f64291f</link>
        <description>[expo-ads-admob] Upgrade underlying native SDKs (#5447)# WhyFixes https://github.com/expo/expo/issues/5242 and closes https://github.com/expo/expo/issues/5330.# HowUpgraded underlying native SDKs on both iOS and Android. Added required app IDs to `AndroidManifest` and `Info.plist`. Added support for `googleMobileAdsAppId` to XDL and Universe. Added documentation around `googleMobileAdsAppId`.x-refs: https://github.com/expo/expo-cli/pull/961, https://github.com/expo/universe/pull/3660# Test PlanExpo client builds with these changes on both platforms.

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Wed, 28 Aug 2019 17:25:40 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>500b7cdb - [lfs] Clean up list of LFS files</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#500b7cdb</link>
        <description>[lfs] Clean up list of LFS filesSome of the paths have changed or are obsolete.

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Sat, 17 Aug 2019 02:09:07 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>adad3c00 - [expo-face-detector] Change face detection library to MLKit (#4056)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#adad3c00</link>
        <description>[expo-face-detector] Change face detection library to MLKit (#4056)* Exchange GoogleVision to MLKit. Temporarily remove FaceDetector from versioned ABIs to limit errors.* Remove old implementations from compile path.* Update project.pbxproj after deleting old FaceDetectors.* Exchange GMVision to MLKit for Face Detection.* [WIP] More or less working version of portrait camera detection.* Correct transformations for landscape non mirrored.* Correct scaling with regard to cropping.* Translation with regard to cropping on non-mirrored.* Handle cropping translation in mirror.* Refactor transitions to nice matrix operations.* Add some comments.* Refactor. Extract transformation creation to calculator.* Read orientation on main thread.* Handle properties properly. Add timeInterval.* Update facedetector docs.* [WIP]* Formatting.* Updated pbxproj.* Change dependency from Google Mobile Vision to MLKit.* Review suggestions.* Add FaceDetector screen for detecting faces on picked images.* Correct detecting faces on UIImage.* Apply review suggestions.* Detect faces from file in android.* Return image data along with detected faces for file.* Reformat to use registered face detector instead forcibly using expo face detector.* Handle mirrored images in camera preview.* Correct iOS FeceDetector enabling.* Respect tracking settings.* Respect minTimeInterval. Correct yawAngle in mirrored images in Android.* Request CAMERA_ROLL permission in FaceDetector test screen.* Upmerge master.* Applying review suggestions.* Update apps/native-component-list/src/screens/FaceDetectorScreen.tsxCo-Authored-By: Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;* Update apps/native-component-list/src/screens/FaceDetectorScreen.tsxCo-Authored-By: Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;* Update docs/pages/versions/unversioned/sdk/facedetector.mdCo-Authored-By: Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;* Temporarilrly remove FaceDetector from SDK333.* Handle orientation change.* Correct FaceDetector screen.* [ios] Autogenerate GoogleService-Info.plist* Mark detected faces on FaceDetectorScreen.* Correct rotation matrix for -90 degrees rotation.* Move iOS changes to old ABIs.* Update Pods.* Backport android face detector.

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Tue, 18 Jun 2019 12:14:22 +0000</pubDate>
        <dc:creator>Micha&#322; Czernek &lt;czernekmichal@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9093c6d3 - [git] Add `@unimodules/*` and other scoped package artifacts to .gitattributes</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#9093c6d3</link>
        <description>[git] Add `@unimodules/*` and other scoped package artifacts to .gitattributesMakes Git treat scoped packages the same as unscoped packages with regard to treating build artifacts as binary.

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Sun, 21 Apr 2019 02:06:41 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>8b6eb81f - `./update-dependencies` and fixes</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#8b6eb81f</link>
        <description>`./update-dependencies` and fixes- Remove custom xcpretty package- Add custom Android NDK version 17c package- Add custom cocoapods 1.5.3 package

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Tue, 05 Feb 2019 21:21:08 +0000</pubDate>
        <dc:creator>Nick Novitski &lt;nick@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>a454f575 - Upgrade Facebook SDK (Ads and LoginKit) to latest versions (5.5.1, 4.40.0) (#3394)</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#a454f575</link>
        <description>Upgrade Facebook SDK (Ads and LoginKit) to latest versions (5.5.1, 4.40.0) (#3394)* [ios] Upgrade Facebook dependencies manually* [expo-facebook] Run registerViewsForInteraction on main thread, as recommended in FBAudienceNetwork changelog https://developers.facebook.com/docs/audience-network/changelog-ios#5_1_1* [expoview] Fix FacebookAdDataExtractor for new Audience Network SDK* [expo-facebook] Upgrade Facebook Audience Network SDK to 5.1.1* [ios] Run pod install* [android] Add 127.0.0.1 as a trusted network address for cleartext communication with FBAds cache (see https://developers.facebook.com/docs/audience-network/android-network-security-config)* [android] Move FacebookAdDataExtractor from expoview into separate versioned abis* [android] Fix old ABIs for new SDK method* [changelog] Add changelog entry

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Fri, 01 Feb 2019 14:21:37 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>8158bcb3 - [git] Mark .pbxproj files as binary + collapse in GH code review</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#8158bcb3</link>
        <description>[git] Mark .pbxproj files as binary + collapse in GH code review

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Wed, 09 Jan 2019 04:43:12 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>5f34b306 - [ts] Mark compiled JS as auto-generated and binary to filter from GitHub</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#5f34b306</link>
        <description>[ts] Mark compiled JS as auto-generated and binary to filter from GitHubThis marks the contents of package `build` directories as auto-generated so that changes to these files are collapsed but visible (if expanded) in GitHub PRs, helping reviewers focus on salient changes.Test plan: put up a PR that makes changes to `build` and ensure the built JS is collapsed by default and still expandable.

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Tue, 27 Nov 2018 20:16:40 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>8c9d5672 - [ci] Add shell_app_base_sim_ios build</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#8c9d5672</link>
        <description>[ci] Add shell_app_base_sim_ios buildRequired packaging xcpretty and expo-cli

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Mon, 15 Oct 2018 20:53:13 +0000</pubDate>
        <dc:creator>Nick Novitski &lt;nick@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>f6801272 - [ios] commit Pods</title>
        <link>http://172.16.0.5:8080/history/expo/.gitattributes#f6801272</link>
        <description>[ios] commit Pods

            List of files:
            /expo/.gitattributes</description>
        <pubDate>Sat, 22 Sep 2018 01:16:28 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;samelson.e@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
