{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":738491,"defaultBranch":"main","name":"facebook-ios-sdk","ownerLogin":"facebook","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-06-24T22:11:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69631?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724791469.0","currentOid":""},"activityList":{"items":[{"before":"97073e801f1984b15cb636bceb58ff37167e3ecb","after":"32ff8990f685cda1d5cf092ea2a851030c334103","ref":"refs/heads/releases/v17.1.0","pushedAt":"2024-08-27T22:24:56.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update FB iOS SDK 17.1.0 changelog to include Share Dialog photos order fix\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D61872769\n\nfbshipit-source-id: 45588c3c13288807cb45c386d602697b25a65d84","shortMessageHtmlLink":"Update FB iOS SDK 17.1.0 changelog to include Share Dialog photos ord…"}},{"before":null,"after":"97073e801f1984b15cb636bceb58ff37167e3ecb","ref":"refs/heads/releases/v17.1.0","pushedAt":"2024-08-27T20:44:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yuriy-tolstoguzov","name":"Yuriy Tol","path":"/yuriy-tolstoguzov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2045882?s=80&v=4"},"commit":{"message":"Move away from Asset Library to Photos local asset identifiers by default\n\nSummary: Asset Library framework has been deprecated for a while and will be removed \"in a future major release\" of iOS. For this reason we are migrating to local asset identifier for videos provided by Photos framework\n\nDifferential Revision: D60787998\n\nfbshipit-source-id: c3b6933662d45c9541f5f9e0ca04f17e635de131","shortMessageHtmlLink":"Move away from Asset Library to Photos local asset identifiers by def…"}},{"before":"8ad83576de047e24581bf06a7a66d2bcf40a65b5","after":"4b70d3608ebf669eca7ff99b6aff1d7e59b51e03","ref":"refs/heads/main","pushedAt":"2024-08-27T20:34:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update FB iOS SDK 17.1.0 changelog to include Share Dialog photos order fix\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D61872769\n\nfbshipit-source-id: f2ce063fc45ebe77be1495c3dc8efd0c19c47db5","shortMessageHtmlLink":"Update FB iOS SDK 17.1.0 changelog to include Share Dialog photos ord…"}},{"before":"5141366755aa411db1179d864831d6fb4927e268","after":"8ad83576de047e24581bf06a7a66d2bcf40a65b5","ref":"refs/heads/main","pushedAt":"2024-08-27T19:28:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Bump iOS SDK version v17.1.0\n\nSummary: Bump iOS SDK version v17.1.0 for ShareDialog bug fix\n\nReviewed By: caodoan\n\nDifferential Revision: D61861488\n\nfbshipit-source-id: f18f5f22b8f4766e184d7198d450854bda853e7e","shortMessageHtmlLink":"Bump iOS SDK version v17.1.0"}},{"before":"6f729636a2a9b5c7e6c848fa8204ecc891072b29","after":"5141366755aa411db1179d864831d6fb4927e268","ref":"refs/heads/main","pushedAt":"2024-08-27T18:39:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix images being out of order in ShareDialog (#2468)\n\nSummary:\n- [x] sign [contributor license agreement](https://code.facebook.com/cla) (signed by company)\n- [x] I've ensured that all existing tests pass and added tests (when/where necessary)\n- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)\n- [ ] I've added the proper label to this pull request (e.g. `bug` for bug fixes)\n\n## Pull Request Details\n\nWhen sharing multiple images their order is not stable:\n\n```Swift\nlet content = SharePhotoContent()\ncontent.photos = imagePaths\nlet dialog = ShareDialog(viewController: presenter, content: content, delegate: delegate)\ntry dialog.validate()\ndialog.show()\n```\n\nThis is because they are uniqued by converting into a `Set` and back to an `Array`:\n\n```\nlet uniqueImages = Set(photoContent.photos.compactMap(\\.image))\nreturn Array(uniqueImages)\n```\n\nThis PR ensures that the original order is preserved by using an `Array.filter` with an auxiliary `Set` to keep the performance `O(n)`.\n\nPull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/2468\n\nTest Plan: Uniquing is done in a private property and is currently not covered by tests.\n\nReviewed By: caodoan\n\nDifferential Revision: D61862742\n\nPulled By: yuriy-tolstoguzov\n\nfbshipit-source-id: 092254b8ef697a0ef2faf50ea3b73412ea5d0729","shortMessageHtmlLink":"Fix images being out of order in ShareDialog (#2468)"}},{"before":"97073e801f1984b15cb636bceb58ff37167e3ecb","after":"6f729636a2a9b5c7e6c848fa8204ecc891072b29","ref":"refs/heads/main","pushedAt":"2024-08-23T17:46:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Transaction Cache Unit Tests\n\nSummary:\nFor full context on the iOS IAP Enhancement, please see the [iOS IAP Technical Plan](https://docs.google.com/document/d/1WOsklgqgnTuYt_4uosB0OseX2A8DU4rKrri0UB4JRcQ/).\n\nOne critical component of the IAP implementation is the creation of a transaction cache which will be used to determine if we have already logged a transaction. This diff writes unit tests for the transaction cache created in the last diff.\n\nReviewed By: xta0\n\nDifferential Revision: D61487206\n\nfbshipit-source-id: b41e674b0f7d26773256a915a3a52a6009aef128","shortMessageHtmlLink":"Transaction Cache Unit Tests"}},{"before":"63bacf16f29cba6e914388f7eab04d73db36d5f8","after":"97073e801f1984b15cb636bceb58ff37167e3ecb","ref":"refs/heads/main","pushedAt":"2024-08-08T22:36:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Move away from Asset Library to Photos local asset identifiers by default\n\nSummary: Asset Library framework has been deprecated for a while and will be removed \"in a future major release\" of iOS. For this reason we are migrating to local asset identifier for videos provided by Photos framework\n\nDifferential Revision: D60787998\n\nfbshipit-source-id: c3b6933662d45c9541f5f9e0ca04f17e635de131","shortMessageHtmlLink":"Move away from Asset Library to Photos local asset identifiers by def…"}},{"before":"63bacf16f29cba6e914388f7eab04d73db36d5f8","after":"2b87f9dd8adc2766dc4dbfd1ee4333bcf0167b4e","ref":"refs/heads/releases/v17.0.3","pushedAt":"2024-08-07T00:25:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update Podspec & Package.swift\n\nSummary: As title\n\nReviewed By: xta0\n\nDifferential Revision: D60867570\n\nfbshipit-source-id: 614ac9fd15db26a6c3654fcf929e9285c26259b5","shortMessageHtmlLink":"Update Podspec & Package.swift"}},{"before":null,"after":"63bacf16f29cba6e914388f7eab04d73db36d5f8","ref":"refs/heads/releases/v17.0.3","pushedAt":"2024-08-06T19:46:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KylinChang","name":"KylinChang","path":"/KylinChang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11663747?s=80&v=4"},"commit":{"message":"Bump iOS SDK version v17.0.3\n\nSummary: As title\n\nReviewed By: xta0\n\nDifferential Revision: D60686948\n\nfbshipit-source-id: 9b72c28d3e9f788f9ece59f4eec8d04aff1e89a0","shortMessageHtmlLink":"Bump iOS SDK version v17.0.3"}},{"before":"9bc06713e28e1a9a6152974687be6d25a82af392","after":"63bacf16f29cba6e914388f7eab04d73db36d5f8","ref":"refs/heads/main","pushedAt":"2024-08-02T20:35:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Bump iOS SDK version v17.0.3\n\nSummary: As title\n\nReviewed By: xta0\n\nDifferential Revision: D60686948\n\nfbshipit-source-id: 9b72c28d3e9f788f9ece59f4eec8d04aff1e89a0","shortMessageHtmlLink":"Bump iOS SDK version v17.0.3"}},{"before":"e905cac2d4eb6e40ce4fec8c0f6bc103bd647995","after":"9bc06713e28e1a9a6152974687be6d25a82af392","ref":"refs/heads/main","pushedAt":"2024-07-29T23:39:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update default standard parameters\n\nSummary: Remove fb_search_string, fb_status, fb_content_name, fb_content_category from default standard parameters\n\nReviewed By: seanmksha\n\nDifferential Revision: D60362112\n\nfbshipit-source-id: 05b3f101a6a8bf422805e95e545b624b488841d8","shortMessageHtmlLink":"Update default standard parameters"}},{"before":"707447b93b3566c10d3f91343c4cc673ec6e5f1e","after":"e905cac2d4eb6e40ce4fec8c0f6bc103bd647995","ref":"refs/heads/main","pushedAt":"2024-07-10T18:50:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix infinite recursion when enabling `.graphAPIDebugInfo` logging behavior (#2245)\n\nSummary:\nThanks for proposing a pull request!\n\nTo help us review the request, please complete the following:\n\n- [x] sign [contributor license agreement](https://code.facebook.com/cla)\n- [x] I've ensured that all existing tests pass and added tests (when/where necessary)\n- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)\n- [ ] I've added the proper label to this pull request (e.g. `bug` for bug fixes)\n\n## Pull Request Details\n\nFixes https://github.com/facebook/facebook-ios-sdk/issues/2152.\n\nPull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/2245\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D59592803\n\nPulled By: Zhiyi-Zhang\n\nfbshipit-source-id: 3f85117961ec4342b64f83f0d9e93f170afcc7ae","shortMessageHtmlLink":"Fix infinite recursion when enabling .graphAPIDebugInfo logging beh…"}},{"before":"23e89b0b94a3f95a905e6ffe5ffc092dfb1c6bc5","after":"707447b93b3566c10d3f91343c4cc673ec6e5f1e","ref":"refs/heads/main","pushedAt":"2024-07-03T22:32:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"1/x Add HPKE support for conversion data encryption\n\nSummary:\nmy first FB SDK commit, trying to add the following\n* a new file for conversion data encryption utils\n* a encryption function\n\nReviewed By: tyurek\n\nDifferential Revision: D59246157\n\nfbshipit-source-id: 7c3df33435158234029c19cc3437fa1612a03729","shortMessageHtmlLink":"1/x Add HPKE support for conversion data encryption"}},{"before":"d53cce603fa5a0fafc4e7fab7c8a67144829c5d6","after":"23e89b0b94a3f95a905e6ffe5ffc092dfb1c6bc5","ref":"refs/heads/main","pushedAt":"2024-06-20T23:53:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"FBSDKInternalUtility code cleanup\n\nSummary: $title\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D58826775\n\nfbshipit-source-id: 76ffd00fd813174520faa776f0f5db03ce42a78f","shortMessageHtmlLink":"FBSDKInternalUtility code cleanup"}},{"before":"e6f65ca6016755b10b9fc3fc60895264c066feeb","after":"d53cce603fa5a0fafc4e7fab7c8a67144829c5d6","ref":"refs/heads/main","pushedAt":"2024-06-15T00:43:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Refactor FBSDKTypeUtility to remove redundant else.\n\nSummary: $tile\n\nReviewed By: xta0\n\nDifferential Revision: D58544605\n\nfbshipit-source-id: 560b7fbfe4869697c9b1afe4349669e301a81e79","shortMessageHtmlLink":"Refactor FBSDKTypeUtility to remove redundant else."}},{"before":"ad43e68a5c7f899f310276a1bb8c63216af1dbdf","after":"e6f65ca6016755b10b9fc3fc60895264c066feeb","ref":"refs/heads/main","pushedAt":"2024-05-29T23:09:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Execute publishinstall in main thread\n\nSummary: Execute publishinstall in main thread to avoid the edge cases of duplicate install publish\n\nReviewed By: jjiang10\n\nDifferential Revision: D57845995\n\nfbshipit-source-id: 02491aa26fcd08fe4ce82fa66969be8831ab2d54","shortMessageHtmlLink":"Execute publishinstall in main thread"}},{"before":"7ea64c6054809041b557f9ae3ceffbd88c8c6bf6","after":"9ed465ccd73c231144d49a9c681774577c616f34","ref":"refs/heads/releases/v17.0.2","pushedAt":"2024-05-24T17:33:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update podspecs and SPM for v17.0.2\n\nSummary: $title\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D57753412\n\nfbshipit-source-id: 3c7327fae8664b3a08b8111d3d6ef05ae9b78a24","shortMessageHtmlLink":"Update podspecs and SPM for v17.0.2"}},{"before":"7ea64c6054809041b557f9ae3ceffbd88c8c6bf6","after":"ad43e68a5c7f899f310276a1bb8c63216af1dbdf","ref":"refs/heads/main","pushedAt":"2024-05-24T01:17:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update podspecs and SPM for v17.0.2\n\nSummary: $title\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D57753412\n\nfbshipit-source-id: 6f5627e45a946fa47c400da5a4f0f9d81ea81c18","shortMessageHtmlLink":"Update podspecs and SPM for v17.0.2"}},{"before":null,"after":"7ea64c6054809041b557f9ae3ceffbd88c8c6bf6","ref":"refs/heads/releases/v17.0.2","pushedAt":"2024-05-23T21:15:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jjiang10","name":null,"path":"/jjiang10","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/137525248?s=80&v=4"},"commit":{"message":"Bump SDK version to 17.0.2\n\nSummary: $title\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D57703338\n\nfbshipit-source-id: dd85e077d74aaca3bada209beb31ba07071fdf10","shortMessageHtmlLink":"Bump SDK version to 17.0.2"}},{"before":"ca79fbbdb51a351514fbc4a50b162da6e47ea2a6","after":"7ea64c6054809041b557f9ae3ceffbd88c8c6bf6","ref":"refs/heads/main","pushedAt":"2024-05-23T19:13:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Bump SDK version to 17.0.2\n\nSummary: $title\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D57703338\n\nfbshipit-source-id: dd85e077d74aaca3bada209beb31ba07071fdf10","shortMessageHtmlLink":"Bump SDK version to 17.0.2"}},{"before":"01f945d2534e481a029003bdf3fc5834b9110a66","after":"ca79fbbdb51a351514fbc4a50b162da6e47ea2a6","ref":"refs/heads/main","pushedAt":"2024-05-23T19:00:14.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Implement RRAPI prevention test\n\nSummary: Implement RRAPI prevention test for LoginKit.\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D57597446\n\nfbshipit-source-id: 9a6b61046b0d1d81a060209e25b55b73b33db44e","shortMessageHtmlLink":"Implement RRAPI prevention test"}},{"before":"cfe38f8d17712de6d064c1710890a0235fa6792c","after":"01f945d2534e481a029003bdf3fc5834b9110a66","ref":"refs/heads/main","pushedAt":"2024-05-22T19:11:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Implement RRAPI prevention test\n\nSummary: Implement RRAPI prevention test for CoreKit.\n\nReviewed By: User9109348102340981\n\nDifferential Revision: D57597448\n\nfbshipit-source-id: 240304e86a55aa5b6017ad89a8c84b11f1fbc99e","shortMessageHtmlLink":"Implement RRAPI prevention test"}},{"before":"91c24ab8347fb56bab52cf163d8e144ef936a1d0","after":"cfe38f8d17712de6d064c1710890a0235fa6792c","ref":"refs/heads/main","pushedAt":"2024-05-20T23:49:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Include false ATE value for events if status is unspecified and domain handling is enabled\n\nSummary:\nInclude false ATE value for events if status is unspecified and domain handling is enabled;\notherwise, it could result nullable if the field is empty.\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D57520434\n\nfbshipit-source-id: a502e0046615c27b95c2a760e71bc2888e7b6fad","shortMessageHtmlLink":"Include false ATE value for events if status is unspecified and domai…"}},{"before":"922bf3691f5bac694853e989af3f24203b95e00d","after":"91c24ab8347fb56bab52cf163d8e144ef936a1d0","ref":"refs/heads/main","pushedAt":"2024-05-20T16:23:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Access Token Enhancement\n\nSummary:\nBecause FBLogin sets ```currentAccessToken``` to an invalid access token for opt-out, logged in users, we want to explicitly set the token string of the tokenless, ads related endpoints to nil.\n\nWe will also not use ```currentAccessToken``` for batch requests when the token is likely invalid.\n\nReviewed By: jjiang10\n\nDifferential Revision: D57139188\n\nfbshipit-source-id: eb911bdef0860cf904304ead1ac8bff3cf3c5fd6","shortMessageHtmlLink":"Access Token Enhancement"}},{"before":"327ac8c6201fbdef19a436e376722dd3fd93fa7b","after":"922bf3691f5bac694853e989af3f24203b95e00d","ref":"refs/heads/main","pushedAt":"2024-05-16T13:23:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"rename projects.git.vip to git.vip\n\nSummary:\nDetails in the attached task.\nThis is for git http migration.\nThis url doesn't work with the migration mechanism, but the other one should work just as fine as it's just a CNAME to the same thing as the other one.\n\nReviewed By: singhsrb\n\nDifferential Revision: D57437506\n\nfbshipit-source-id: 6b9b164955d3ed4b0be8b6a14141ed145c8c4a83","shortMessageHtmlLink":"rename projects.git.vip to git.vip"}},{"before":"74764ea98718c58dc1031032989a4119148875a2","after":"327ac8c6201fbdef19a436e376722dd3fd93fa7b","ref":"refs/heads/main","pushedAt":"2024-05-14T18:43:17.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Code cleanup for CoreKit and AEMKit Privacy Manifest tests\n\nSummary: $title\n\nReviewed By: NSProgrammer\n\nDifferential Revision: D57304942\n\nfbshipit-source-id: 18c2741818446fbd8af1f7f295ed047854e06688","shortMessageHtmlLink":"Code cleanup for CoreKit and AEMKit Privacy Manifest tests"}},{"before":"7c5d392ccb4c5c3dc66d022956662e4e6f964ebc","after":"74764ea98718c58dc1031032989a4119148875a2","ref":"refs/heads/main","pushedAt":"2024-05-14T17:55:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Implement prevention test to ensure no new tracking domains added\n\nSummary: Implement prevention test to ensure no new tracking domains added to CoreKit_Basics\n\nReviewed By: eleanew83\n\nDifferential Revision: D57242845\n\nfbshipit-source-id: 333352fafa0b77e0a1aaa9a9956ab52db678ec0c","shortMessageHtmlLink":"Implement prevention test to ensure no new tracking domains added"}},{"before":"7295c425d8ca789a7861472d841468b24d30de9f","after":"7c5d392ccb4c5c3dc66d022956662e4e6f964ebc","ref":"refs/heads/main","pushedAt":"2024-05-13T17:45:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Implement prevention test to ensure no new tracking domains added\n\nSummary: Implement prevention test to ensure no new tracking domains added to AEMKit.\n\nReviewed By: bartoszniemczura\n\nDifferential Revision: D57242847\n\nfbshipit-source-id: 7578778d2d7c84d108ff6c5b83bbd68588fc4445","shortMessageHtmlLink":"Implement prevention test to ensure no new tracking domains added"}},{"before":"809a5705b1584209a3bedea96ee61ea321399732","after":"9b89497b97ef043991862c9a8c5bb7fffaf31988","ref":"refs/heads/releases/v17.0.1","pushedAt":"2024-04-29T23:23:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update Podspecs and Package.swift for 17.0.1\n\nSummary: $title\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D56730919\n\nfbshipit-source-id: d49c159e1c238ad2c6d5e33413fdaea510212fcd","shortMessageHtmlLink":"Update Podspecs and Package.swift for 17.0.1"}},{"before":"809a5705b1584209a3bedea96ee61ea321399732","after":"7295c425d8ca789a7861472d841468b24d30de9f","ref":"refs/heads/main","pushedAt":"2024-04-29T23:06:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update Podspecs and Package.swift for 17.0.1\n\nSummary: $title\n\nReviewed By: ryantobinmeta\n\nDifferential Revision: D56730919\n\nfbshipit-source-id: ce6de7385f24d47496c4561329c478a88408d1bb","shortMessageHtmlLink":"Update Podspecs and Package.swift for 17.0.1"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEpd8O0wA","startCursor":null,"endCursor":null}},"title":"Activity · facebook/facebook-ios-sdk"}