<?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 EXFaceDetector.podspec</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c88b85cf - [ios] Bump deployment target to 13.0 (#18873)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#c88b85cf</link>
        <description>[ios] Bump deployment target to 13.0 (#18873)

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Wed, 14 Sep 2022 07:55:46 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>9e51a5cd - [iOS][Android] Upgrade native dependencies (#17002)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#9e51a5cd</link>
        <description>[iOS][Android] Upgrade native dependencies (#17002)

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Thu, 14 Apr 2022 00:43:42 +0000</pubDate>
        <dc:creator>Bart&#322;omiej Bukowski &lt;bartlomiej.bukowski@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>9886c0aa - [expo-modules][ios] Fix errors from use_frameworks in Podfile (#14523)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#9886c0aa</link>
        <description>[expo-modules][ios] Fix errors from use_frameworks in Podfile (#14523)# Whyclose [ENG-1772](https://linear.app/expo/issue/ENG-1772/regression-test-for-use-frameworks-in-podfile)fixes #13920# How- error: `The &apos;App&apos; target has transitive dependencies that include static binaries`declare `static_framework = true` in podspec. since all expo-modules ship in either source code or static xcframework, it should make sense to add `static_framework` declaration and solve this kind of errors.- error: generated swift runtime header not foundfix like this because in framework mode, generated headers are inside module.```diff+#if __has_include(&lt;ExpoModulesCore/ExpoModulesCore-Swift.h&gt;)+// For cocoapods framework, the generated swift header will be inside ExpoModulesCore module+#import &lt;ExpoModulesCore/ExpoModulesCore-Swift.h&gt;+#else #import &quot;ExpoModulesCore-Swift.h&quot;+#endif```- error: [gl] `&lt;cassert&gt;` import not foundthis is supported in c++, thus rename to objc++ .mm files.- error: [gl] `BLOCK_SAFE_RUN` inconsistent left/right operands typesthis is side effect after renaming expo-gl files as .mm. fixed by explicitly cast as void.- error: [core] undefined symbols in linking time, e.g. `EXRegisterModule`this is side effect after renaming expo-gl files as .mm. fixed by export symbols by `extern &quot;C&quot;`, otherwise c++ will have different name mangling between c.- rename `expo-image` pod to `EXImage`- error: `Include of non-modular header inside framework module`adding `DEFINES_MODULES` for cocoapods to create modulemap file. for external dependency like firebase, ignore the error by adding `CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES`- error: expo-constant&apos;s app.config and expo-updates&apos; app.manifest not foundin use_frameworks mode, the path is the same with non  framework mode. `/$UNLOCALIZED_RESOURCES_FOLDER_PATH` is unnecessary. - error: [barcode-scanner] ZXingObjC podspec GCC_PREPROCESSOR_DEFINITIONS does not export to EXBarCodeScanner and cause headers not foundadd these defines explicitly- [templates] add missing `react_native_post_install` from react-native 0.64 upgrade- error: `Cycle inside FBReactNativeSpec; building could produce unreliable results. This usually can be resolved by moving the shell script phase &apos;[CP-User] Generate Specs&apos; so that it runs before the build phase that depends on its outputs.`workaround by moving `FBReactNativeSpec` build phase script order.Co-authored-by: Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;# Test Plan## prebuilt xcframework test```shexpo init -t /path/to/expo/templates/expo-template-bare-minimum sdk43cd sdk43# add `s.static_framework = true` for each `node_modules/expo-*/ios/*.podspec`cd ios# add `use_frameworks!` to Podfilerm -rf Pods &amp;&amp; pod installcd ..expo run:iosexpo run:ios --configuration Release```## regression for all expo-modules```shexpo init -t /path/to/expo/templates/expo-template-bare-minimum sdk43cd sdk43yarn add file:/path/to/expo/packages/expo-* # add all expo-modules one-by-one# test non framework modeexpo run:iosexpo run:ios --configuration Release# test framework modecd ios# add `use_frameworks!` to Podfilerm -rf Pods &amp;&amp; pod installcd ..expo run:iosexpo run:ios --configuration Release```

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Tue, 28 Sep 2021 08:37:25 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>71ebd28e - [ios] Bump deployment target to 12.0 (#14383)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#71ebd28e</link>
        <description>[ios] Bump deployment target to 12.0 (#14383)* drop ios 11* update bare-sandbox* forgot some* add PR link to changelogs* Update packages/expo-cellular/CHANGELOG.mdCo-authored-by: Expo CI &lt;34669131+expo-ci@users.noreply.github.com&gt;* et pod-install after rebaseCo-authored-by: Expo CI &lt;34669131+expo-ci@users.noreply.github.com&gt;

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Mon, 13 Sep 2021 14:40:05 +0000</pubDate>
        <dc:creator>Charlie Cruzan &lt;35579283+cruzach@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>314e850c - [ios] Migrate some packages to use expo-modules-core</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#314e850c</link>
        <description>[ios] Migrate some packages to use expo-modules-core

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Sat, 24 Jul 2021 09:19:55 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>b72d2d68 - [face-detector] Migrate interface to expo-modules-core (#12936)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#b72d2d68</link>
        <description>[face-detector] Migrate interface to expo-modules-core (#12936)

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Mon, 17 May 2021 09:59:40 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>fffbdb31 - [file-system] Migrate interface to expo-modules-core (#12918)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#fffbdb31</link>
        <description>[file-system] Migrate interface to expo-modules-core (#12918)

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Thu, 13 May 2021 14:15:43 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>493db8dc - [iOS][face-detector] Explicitly add missing native dependecies (#12182)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#493db8dc</link>
        <description>[iOS][face-detector] Explicitly add missing native dependecies (#12182)It appears we need to explicitly define transitive dependencies to achieve `prebuilds` compilation without errors.# WhyEven though main compilation succeeds (`Expo GO` project), when it comes down to `face-detector prebuild` compilation then compilation fails, because of missing headers/dependencies.Resolves https://linear.app/expo/issue/E-492/investigate-fixing-prebuild-for-expo-face-detector# HowI&apos;ve learned how `prebuilds` process is performed and learned the differences between what should be included in `Xcode` project and what is missing in terms of dependencies &amp; frameworks.It allowed me to narrow down the problem to `xcodegen` tool and the fact that it is not including transitive dependencies in final `.pbxproj` file &#55357;&#56862;It all revolves around `GoogleMLKit/FaceDetection` cocoapod that defines it&apos;s own dependencies (e.g. `MLKitFaceDetection`) and these dependencies were omitted in generated `face-detecor .pbxproj` that is a base for `prebuild` compilation.# Test Plan&#9989;  `et prebuild-packages expo-face-detector` succeeds

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Mon, 15 Mar 2021 09:54:23 +0000</pubDate>
        <dc:creator>Bart&#322;omiej Bukowski &lt;bartlomiej.bukowski@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>1c3b99b0 - [ios][android][face-detector][ads-admob][firebase-core][firebase-analytics] Upgrade native libraries (#12125)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#1c3b99b0</link>
        <description>[ios][android][face-detector][ads-admob][firebase-core][firebase-analytics] Upgrade native libraries (#12125)

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Mon, 08 Mar 2021 21:08:19 +0000</pubDate>
        <dc:creator>Bart&#322;omiej Bukowski &lt;bartlomiej.bukowski@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>089a3d82 - [ios] Bump deployment target to iOS 11.0 (#11344)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#089a3d82</link>
        <description>[ios] Bump deployment target to iOS 11.0 (#11344)

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Tue, 15 Dec 2020 11:05:35 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>52a1f6d0 - [ios] Require CocoaPods &gt;=1.10.0 to use prebuilt libraries</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#52a1f6d0</link>
        <description>[ios] Require CocoaPods &gt;=1.10.0 to use prebuilt librariesBefore v1.10.0 binaries built for arm64 simulator were treated as the ones for the device and so the build fails at linking.

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Fri, 04 Dec 2020 14:25:11 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6e1dd0e8 - [ios] Make podspecs compatible with prebuilds (#11183)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#6e1dd0e8</link>
        <description>[ios] Make podspecs compatible with prebuilds (#11183)

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Wed, 02 Dec 2020 13:18:06 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ba7564fa - [face-detector] Make Firebase pods version customisable, so it can be used with bare projects (#7141)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#ba7564fa</link>
        <description>[face-detector] Make Firebase pods version customisable, so it can be used with bare projects (#7141)* [face-detector] Make firebase pod version overridableThis makes the firebase pod version overridable so that this package can be used in bare projects, together with other firebase packages. When Firebase versions differ accross multiple packages, pod install will fail. This follows the `$FirebaseSDKVersion` constants also used by react-native-firebase to maximize interop and make it easier for users to configure.[face-detector] Remove explicit FirebaseMLVision dependencies[face-detector] Update changelogUpdate packages/expo-face-detector/CHANGELOG.mdCo-authored-by: Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;* [ios] Pod install* Update packages/expo-face-detector/CHANGELOG.md

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Thu, 14 May 2020 18:30:14 +0000</pubDate>
        <dc:creator>Hein Rutjes &lt;hrutjes@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/packages/expo-face-detector/ios/EXFaceDetector.podspec#d4880a16</link>
        <description>@mczernek/update google and crashlytics (#6593)* Update Crashlytics, Firebase and Google AdMob.

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</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>25ad51a6 - Fix MLVision version (#5685)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#25ad51a6</link>
        <description>Fix MLVision version (#5685)# WhyFirebaseMLVision can introduce breaking changes in the future and that&apos;s why we want to fix its version.

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Wed, 18 Sep 2019 14:57:14 +0000</pubDate>
        <dc:creator>Szymon20000 &lt;szymon20000@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>544b1b74 - Fix EXFaceDetector dependencies. (#5683)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#544b1b74</link>
        <description>Fix EXFaceDetector dependencies. (#5683)# WhyFirebaseMLVision can introduce breaking changes in the future and that&apos;s why we want to fix its version.* Fix EXFaceDetector deps* Apply suggestions from code reviewCo-Authored-By: Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;* pod install* pod install (2)

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Wed, 18 Sep 2019 13:54:39 +0000</pubDate>
        <dc:creator>Szymon20000 &lt;szymon20000@gmail.com&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/packages/expo-face-detector/ios/EXFaceDetector.podspec#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/packages/expo-face-detector/ios/EXFaceDetector.podspec</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>8d441c7e - [packages] Move unimodules foundation to `org.unimodules` scope</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#8d441c7e</link>
        <description>[packages] Move unimodules foundation to `org.unimodules` scope

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Thu, 14 Mar 2019 12:11:47 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>eafa96e0 - Move universal modules to packages (#2380)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/expo-face-detector/ios/EXFaceDetector.podspec#eafa96e0</link>
        <description>Move universal modules to packages (#2380)* Move modules to packages* Remove unused, old, unmaintained standalone projects* Replace [&apos;&quot;/]modules[&apos;&quot;/] with packages* Run pod install after regenerating ios files

            List of files:
            /expo/packages/expo-face-detector/ios/EXFaceDetector.podspec</description>
        <pubDate>Wed, 10 Oct 2018 06:33:58 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
