Automattic/pocket-casts-ios
Fork: 175 Star: 1772 (更新于 2026-04-15 02:37:14)
license: MPL-2.0
Language: Swift .
Pocket Casts iOS app 🎧
最后发布版本: 8.10.0.0 ( 2026-04-14 16:39:44)
Pocket Casts is the world's most powerful podcast platform, an app by listeners, for listeners.
Setup
If you don't already have it, you need to install Bundler:
gem install bundler
Next you'll need to install all the dependencies needed for fastlane using this script:
make install_dependencies
External contributors
If you're an external contributor run make external_contributor. After that you should be able to build and run the project.
Swift Formatting
We use SwiftLint to ensure code is spaced and formatted the same way and follows the same general conventions. We have a script that will run it over the whole project.
Once the required dependencies are installed via bundle exec pod install, you can run:
make format
You should do this before making a pull request.
Running
Open the .xcodeproj file, select the Pocket Casts project and the Simulator Device you want to run on, and hit the play button.
Localization
You can learn more about localization at docs/Localization.md
Protocol Buffers
The app uses Google Protocol Buffers to define our server objects.
To update server objects you'll need to install the protobuf command line tool as well as the Swift Protobuf translators. This can be done via Homebrew with:
brew install protobuf
brew install swift-protobuf
To update the protobuf files you can then run:
Replace the {API_PATH} with the full path to the pocketcasts-api/api/modules/protobuf/src/main/proto folder
make update_proto API_PATH={API_PATH}
Debugging
Logs
Logs can be found in the app as a view and shared from there through the system sheet or mail:
- Profile > Help & Feedback > ⋯ > Logs
When debugging analytics, the tracksLogging feature flag will enable logging for these events.
Export Files
An export can be created with the database, settings plist, and logs for debugging purposes:
- Profile > Help & Feedback > ⋯ > Export Database - the export will include all log files and settings
- Profile > Settings > Developer > Export Bundle
These exports can also be imported to the app, replacing the database and settings with the ones from the file. This will prompt the user before replacement.
- Open the file with Pocket Casts directly from Files
- Drag and drop the file on the Simulator
- Profile > Settings > Developer > Import Bundle
Crash Log Symbolication
All releases include dSYMs inside of the xcarchive file.
These can be used along with the MacSymbolicator app to symbolicate any crash logs.
最近版本更新:(数据更新于 2026-04-15 02:36:58)
2026-04-14 16:39:44 8.10.0.0
2026-04-14 14:21:07 8.9
2026-04-07 23:54:51 8.9.0.2
2026-04-02 09:49:41 8.9.0.1
2026-03-30 19:08:23 8.9.0.0
2026-03-30 12:35:30 8.8
2026-03-21 02:22:03 8.8.0.1
2026-03-17 05:35:55 8.8.0.0
2026-03-17 05:41:39 8.7
2026-03-13 08:11:04 8.7.0.2
主题(topics):
hacktoberfest, pocket-casts
Automattic/pocket-casts-ios同语言 Swift最近更新仓库
2026-05-07 20:40:01 automazeio/vibeproxy
2026-05-07 06:22:06 steipete/imsg
2026-05-07 01:36:20 cashapp/AccessibilitySnapshot
2026-05-06 14:55:11 rsyncOSX/RsyncUI
2026-05-06 13:41:17 manaflow-ai/cmux
2026-05-06 09:34:31 aws-amplify/amplify-swift