Skip to content

Commit

Permalink
Apply scheduled running result
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 9bb4650 commit 3bfe23f
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Outputs/CocoaPods.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,5 +478,29 @@
"title" : "1.15.2",
"url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.15.2",
"version" : "1.15.2"
},
{
"body" : "##### Enhancements\r\n\r\n* Add Support for Xcode 14.3's ENABLE_MODULE_VERIFIER. \r\n [sharplet](https://github.com/sharplet)\r\n [#12390](https://github.com/CocoaPods/CocoaPods/pull/12390)\r\n\r\n* Xcode 16 support.\r\n * Bump minimum `xcodeproj` to `1.26.0`\r\n * Update project generator to set `GENERATE_INFOPLIST_FILE = NO` on pod targets\r\n * Update project generator to set `ENABLE_USER_SCRIPT_SANDBOXING = NO` = NO` on pod targets to fix build failures with vendored frameworks. \r\n * Update project generator to set `SWIFT_INSTALL_OBJC_HEADER = YES` on pod targets to enable consuming Swift pods from Objective-C.\r\n[Eric Amorde](https://github.com/amorde)\r\n[#12656](https://github.com/CocoaPods/CocoaPods/pull/12656)\r\n\r\n##### Bug Fixes\r\n\r\n* Fix pod install issue when git's `core.fsmonitor` feature is enabled (again) \r\n [Justin Martin](https://github.com/justinseanmartin)\r\n [#12349](https://github.com/CocoaPods/CocoaPods/issues/12349)\r\n\r\n\r\n## Changes in [CocoaPods/Core](https://github.com/CocoaPods/Core/releases/tag/1.16.0)\r\n\r\n##### Enhancements\r\n\r\n* Add ability to configure max concurrency of CDN requests through environment variable.\r\n [maikelvdh](https://github.com/maikelvdh)\r\n [#773](https://github.com/CocoaPods/Core/pull/773)\r\n\r\n##### Bug Fixes\r\n\r\n* Fix an issue comparing mixed numeric and string prerelease version segments. \r\n [sagiwei](https://github.com/sagiwei)\r\n [#752](https://github.com/CocoaPods/Core/issues/752)\r\n\r\n* Fix crash when attempting to load nonexistent CDN index shards on custom CDN repos. \r\n [santam85](https://github.com/santam85)\r\n [#771](https://github.com/CocoaPods/Core/pull/771)",
"createdAt" : "2024-10-29T13:09:44+09:00",
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "RE_kwDOACGf_c4K3v3A",
"owner" : "CocoaPods",
"publishedAt" : "2024-10-29T12:53:33+09:00",
"repository" : "CocoaPods",
"title" : "",
"url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.16.0",
"version" : "1.16.0"
},
{
"body" : "##### Enhancements\n\n* None. \n\n##### Bug Fixes\n\n* Fix an issue breaking `pod lib lint` / `pod spec lint` due to new `ENABLE_USER_SCRIPT_SANDBOXING` setting. \n [Eric Amorde](https://github.com/amorde)\n [#12664](https://github.com/CocoaPods/CocoaPods/issues/12664)",
"createdAt" : "2024-10-30T04:09:04+09:00",
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "RE_kwDOACGf_c4K4WYu",
"owner" : "CocoaPods",
"publishedAt" : "2024-10-30T04:09:42+09:00",
"repository" : "CocoaPods",
"title" : "1.16.1",
"url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.16.1",
"version" : "1.16.1"
}
]
12 changes: 12 additions & 0 deletions Outputs/Swift Crypto.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,18 @@
"url" : "https://github.com/apple/swift-crypto/releases/tag/3.5.1",
"version" : "3.5.1"
},
{
"body" : "<!-- Release notes generated using configuration in .github/release.yml at main -->\r\n\r\n## What's Changed\r\n### SemVer Minor\r\n* PBKDF2 and scrypt by @admkopec in https://github.com/apple/swift-crypto/pull/98\r\n### SemVer Patch\r\n* wrapper: Move EC types and random bytes into CryptoBoringWrapper by @simonjbeaumont in https://github.com/apple/swift-crypto/pull/277\r\n* wrapper: Add modular arithmetic functions to ArbitraryPrecisionInteger by @simonjbeaumont in https://github.com/apple/swift-crypto/pull/284\r\n* Fix windows build and update BoringSSL to 2587c4974dbe9872451151c8e975f58567a1ce0d by @Lukasa in https://github.com/apple/swift-crypto/pull/279\r\n* Add support for new Android overlay, swiftlang/swift#74758 by @finagolfin in https://github.com/apple/swift-crypto/pull/286\r\n### Other Changes\r\n* [CI] Adopt GitHub actions by @FranzBusch in https://github.com/apple/swift-crypto/pull/280\r\n\r\n## New Contributors\r\n* @admkopec made their first contribution in https://github.com/apple/swift-crypto/pull/98\r\n\r\n**Full Changelog**: https://github.com/apple/swift-crypto/compare/3.8.1...3.9.0",
"createdAt" : "2024-10-22T00:30:06+09:00",
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "RE_kwDOC9Swts4K30pF",
"owner" : "apple",
"publishedAt" : "2024-10-29T18:22:57+09:00",
"repository" : "swift-crypto",
"title" : "Swift Crypto 3.9.0",
"url" : "https://github.com/apple/swift-crypto/releases/tag/3.9.0",
"version" : "3.9.0"
},
{
"body" : "### SemVer Minor\r\n\r\n- extras: Provide initializers for RSA keys from RSA parameters (#247)\r\n\r\n### SemVer Patch\r\n\r\n- Reduce the number of heap allocations when computing hash digests (#238, patch credit to @baarde)",
"createdAt" : "2024-07-22T20:01:44+09:00",
Expand Down
36 changes: 36 additions & 0 deletions Outputs/Swift Testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/6.0.1",
"version" : "6.0.1"
},
{
"body" : null,
"createdAt" : null,
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "REF_kwDOIpT9Bq9yZWZzL3RhZ3MvNi4wLjI",
"owner" : "swiftlang",
"publishedAt" : null,
"repository" : "swift-testing",
"title" : "6.0.2",
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/6.0.2",
"version" : "6.0.2"
},
{
"body" : null,
"createdAt" : null,
Expand All @@ -179,6 +191,18 @@
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-6.0.1-RELEASE",
"version" : "swift-6.0.1-RELEASE"
},
{
"body" : null,
"createdAt" : null,
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "REF_kwDOIpT9Br1yZWZzL3RhZ3Mvc3dpZnQtNi4wLjItUkVMRUFTRQ",
"owner" : "swiftlang",
"publishedAt" : null,
"repository" : "swift-testing",
"title" : "swift-6.0.2-RELEASE",
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-6.0.2-RELEASE",
"version" : "swift-6.0.2-RELEASE"
},
{
"body" : null,
"createdAt" : null,
Expand Down Expand Up @@ -467,6 +491,18 @@
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-DEVELOPMENT-SNAPSHOT-2024-10-25-a",
"version" : "swift-DEVELOPMENT-SNAPSHOT-2024-10-25-a"
},
{
"body" : null,
"createdAt" : null,
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "REF_kwDOIpT9BtoAMXJlZnMvdGFncy9zd2lmdC1ERVZFTE9QTUVOVC1TTkFQU0hPVC0yMDI0LTEwLTI3LWE",
"owner" : "swiftlang",
"publishedAt" : null,
"repository" : "swift-testing",
"title" : "swift-DEVELOPMENT-SNAPSHOT-2024-10-27-a",
"url" : "https://github.com/swiftlang/swift-testing/releases/tag/swift-DEVELOPMENT-SNAPSHOT-2024-10-27-a",
"version" : "swift-DEVELOPMENT-SNAPSHOT-2024-10-27-a"
},
{
"body" : null,
"createdAt" : null,
Expand Down
12 changes: 12 additions & 0 deletions Outputs/Swift.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,18 @@
"url" : "https://github.com/swiftlang/swift/releases/tag/swift-5.10.1-RELEASE",
"version" : "swift-5.10.1-RELEASE"
},
{
"body" : "",
"createdAt" : "2024-10-16T15:46:24+09:00",
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "RE_kwDOAqwwJc4K3fUQ",
"owner" : "swiftlang",
"publishedAt" : "2024-10-29T03:16:10+09:00",
"repository" : "swift",
"title" : "Swift 6.0.2 Release",
"url" : "https://github.com/swiftlang/swift/releases/tag/swift-6.0.2-RELEASE",
"version" : "swift-6.0.2-RELEASE"
},
{
"body" : "",
"createdAt" : "2024-09-12T13:13:31+09:00",
Expand Down
12 changes: 12 additions & 0 deletions Outputs/Xcodes.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,18 @@
"url" : "https://github.com/XcodesOrg/XcodesApp/releases/tag/v2.1.2b26",
"version" : "v2.1.2b26"
},
{
"body" : "Install Xcodes using one of the methods listed [here](https://github.com/RobotsAndPencils/XcodesApp#installation).\r\nUpdate Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.\r\n\r\nBig shout out to @abiligiri 🎉 for getting the new Apple SRP login changes over the line! 🙏 \r\n\r\n## Changes\r\n\r\n## 🐛 Bug Fixes\r\n\r\n* Support SRP Login (#640) @MattKiazyk\r\n* Add support for SRP Login (#638) @abiligiri\r\n\r\n## 🚀 Enhancements\r\n\r\n* Add preference keys for 'Restrict allowed versions' & hide 'Support Xcodes' (#632) @abiligiri\r\n\r\n<!-- sparkle:edSignature=sAWbFqtV6k5AZNsQ82sBhH/Rcy2cr6kU3UmWY2a5n1edM2/JhKekv2l3E1aGr6WLxvBuo+NvDw5pOM2R6ymIDA== -->",
"createdAt" : "2024-10-29T12:28:52+09:00",
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "RE_kwDOEtMR_84K3uLU",
"owner" : "XcodesOrg",
"publishedAt" : "2024-10-29T12:37:31+09:00",
"repository" : "XcodesApp",
"title" : "v2.4.0 - Now with 100% more login",
"url" : "https://github.com/XcodesOrg/XcodesApp/releases/tag/v2.4.0b29",
"version" : "v2.4.0b29"
},
{
"body" : "Install Xcodes using one of the methods listed [here](https://github.com/RobotsAndPencils/XcodesApp#installation).\r\nUpdate Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.\r\n\r\n## Changes\r\n\r\n2.3.0 brings back the ability to download **all** runtimes. Starting with iOS 18, tvOS 18, watchOS 11, visionOS 2, Apple removed the direct downloads and instead used the same architecture that is used in downloading OS updates. This change brings more security but also turns it into a black box. \r\n\r\nFortunately, starting with Xcode 16.1 Beta 3, `xcodebuild` provides a way to download a single version using the new way. In order for Xcodes to work, you must have at least Xcode 16.1 beta 3 + installed and selected. \r\n\r\nThanks to the Apple engineer who added that into `xcodebuild`. 🙏 \r\n\r\n## 🚀 Enhancements\r\n\r\n* allow cancelling of runtime downloads, cleanup (#628) @MattKiazyk\r\n* Terminate Xcodes app after last window closed (#621) @Kyle-Ye\r\n* Disallow changes to managed preferences (#569) @abiligiri\r\n* Implement Security Key Auth (#617) @kinoroy\r\n* feat: support downloading of cryptex (ex iOS 18+) runtimes (#622) (Xcode 16 Beta 3+ required) @MattKiazyk\r\n* Add `authenticating` to the `XcodeInstallationStep` (#613) @chuganzy\r\n\r\n## 🐛 Bug Fixes\r\n\r\n* Update label for Cancel Install Button (#603) @LiYanan2004\r\n\r\n## 🌎 Localization\r\n\r\n* Update Localizable.xcstrings for Russian language (3) (#598) @duffpod\r\n* Update translation in zh-Hant (#593) @pan93412\r\n* Fix one Greek localization. Add one zh_Hans localization. (#609) @megabitsenmzq\r\n\r\n## 🧰 Maintenance\r\n\r\n* Bump ruby/setup-ruby from 1.190.0 to 1.197.0 (#629) @dependabot\r\n* Bump actions/cache from 4.0.2 to 4.1.1 (#625) @dependabot\r\n* Bump ruby/setup-ruby from 1.177.1 to 1.190.0 (#601) @dependabot\r\n* chore: update sparkle framework (#624) @MattKiazyk\r\n* chore: set CI to MacOS 14, Xcode 16 (#623) @MattKiazyk\r\n\r\n<!-- sparkle:edSignature=3RFJhxjS+sRFNOvF58p0tsv0EUV8t01z/GNess+wS6OJBI30VoPRF8EecHpRPhmqCaE+BvGVrG0tKEWj+ovpCw== -->",
"createdAt" : "2024-10-18T22:54:59+09:00",
Expand Down
12 changes: 12 additions & 0 deletions Outputs/xcodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,5 +358,17 @@
"title" : "1.5.0",
"url" : "https://github.com/XcodesOrg/xcodes/releases/tag/1.5.0",
"version" : "1.5.0"
},
{
"body" : "If you installed xcodes with homebrew you can upgrade with `brew upgrade xcodesorg/made/xcodes`.\r\n\r\nBig shout out to @abiligiri 🎉 for getting the new Apple SRP login changes over the line! 🙏\r\n\r\n## Changes\r\n\r\n## 🚀 Enhancements\r\n\r\n* Support Service Temporarily Unavailable response error (#389) @noppefoxwolf\r\n* Supports iOS 18+ runtime downloads (#391) @spadafiva\r\n\r\n## 🐛 Bug Fixes\r\n\r\n* Add support for SRP Apple login (#393) @MattKiazyk\r\n",
"createdAt" : "2024-10-30T11:53:22+09:00",
"fetchedFromAPIAt" : "2024-10-31T10:09:21+09:00",
"id" : "RE_kwDOCj_3JM4K4h6b",
"owner" : "XcodesOrg",
"publishedAt" : "2024-10-30T12:01:57+09:00",
"repository" : "xcodes",
"title" : "1.6.0 - Login Fixed and Cryptex Runtimes supported installing",
"url" : "https://github.com/XcodesOrg/xcodes/releases/tag/1.6.0",
"version" : "1.6.0"
}
]

0 comments on commit 3bfe23f

Please sign in to comment.