[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6923":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":35,"discoverSource":36},6923,"WordPress-iOS","wordpress-mobile\u002FWordPress-iOS","wordpress-mobile","WordPress for iOS - Official repository","http:\u002F\u002Fios.wordpress.org\u002F",null,"Swift",3896,1169,163,338,0,2,21,1,64.3,"GNU General Public License v2.0",false,"trunk",true,[26,27,28,29,30,31],"cocoapods","ios","objective-c","swift","wordpress","xcode","2026-06-12 04:00:31","# WordPress for iOS #\n\n## Build Instructions\n\nPlease refer to the sections below for more detailed information. The instructions assume the work is performed from a command line inside the repository.\n\n### Getting Started\n\n1. [Download](https:\u002F\u002Fdeveloper.apple.com\u002Fdownloads\u002Findex.action) and install Xcode. Refer to the [.xcode-version](.\u002F.xcode-version) file for the minimum required version.\n1. [Clone this repository](https:\u002F\u002Fdocs.github.com\u002Fen\u002Frepositories\u002Fcreating-and-managing-repositories\u002Fcloning-a-repository) in the folder of your preference.\n1. Run `rake dependencies`.\n\n#### Create WordPress.com API Credentials\n\n1. Create a WordPress.com account at https:\u002F\u002Fwordpress.com\u002Fstart\u002Fuser (if you don't already have one).\n1. Create an application at https:\u002F\u002Fdeveloper.wordpress.com\u002Fapps\u002F.\n1. Set **Website URL** to any valid host, **Redirect URLs** to `https:\u002F\u002Flocalhost`, and **Type** to `Native`.\n1. Click \"Create\" then \"Update\".\n1. Copy the `Client ID` and `Client Secret` from the OAuth Information.\n\n#### Configure Your WordPress App Development Environment\n\n1. Check that your local version of Ruby matches the one in [.ruby-version](.\u002F.ruby-version). We recommend installing a tool like [rbenv](https:\u002F\u002Fgithub.com\u002Frbenv\u002Frbenv) so your system will always use the version defined in that file. Once installed, simply run `rbenv install` in the repo to match the version.\n1. Return to the command line and run `rake init:oss` to configure your computer and WordPress app to be able to run and login to WordPress.com\n1. Once completed, run `rake xcode` to open the project in Xcode.\n\nIf all went well you can now compile to your iOS device or simulator, and log into the WordPress app.\n\nNote: You can only log in with the WordPress.com account that you used to create the WordPress application.\n\n## Configuration Details\n\nThe steps above will help you configure the WordPress app to run and compile.  But you may sometimes need to update or re-run specific parts of the initial setup (like updating the dependencies.)  To see how to do that, please check out the steps below.\n\n### Third party tools\n\nWe use a few tools to help with development. Running `rake dependencies` will configure or update them for you.\n\n### Open Xcode\n\nLaunch the workspace by running the following from the command line:\n\n`rake xcode`\n\nThis will ensure any dependencies are ready before launching Xcode.\n\nYou can also open the project by double clicking on `WordPress.xcworkspace` file, or launching Xcode and choose `File` > `Open` and browse to `WordPress.xcworkspace`.\n\n### Setup Credentials\n\nIn order to login to WordPress.com with the app you need to create an account over at the [WordPress.com Developer Portal](https:\u002F\u002Fdeveloper.wordpress.com).\n\nAfter you create an account you can create an application on the [WordPress.com applications manager](https:\u002F\u002Fdeveloper.wordpress.com\u002Fapps\u002F).\n\nWhen creating your application, you should select \"Native client\" for the application type.\nThe \"**Website URL**\", \"**Redirect URLs**\", and \"**Javascript Origins**\" fields are required but not used for the mobile apps. Just use `https:\u002F\u002Flocalhost`.\n\nYour new application will have an associated client ID and a client secret key. These are used to authenticate the API calls made by your application.\n\nNext, run the command `rake credentials:setup` you will be prompted for your Client ID and your Client Secret.  Once added you will be able to log into the WordPress app\n\n**Remember the only WordPress.com account you will be able to login in with is the one used to create your client ID and client secret.**\n\nRead more about [OAuth2](https:\u002F\u002Fdeveloper.wordpress.com\u002Fdocs\u002Foauth2\u002F) and the [WordPress.com REST endpoint](https:\u002F\u002Fdeveloper.wordpress.com\u002Fdocs\u002Fapi\u002F).\n\n## Contributing\n\nRead our [Contributing Guide](CONTRIBUTING.md) to learn about reporting issues, contributing code, and more ways to contribute.\n\n## Security\n\nIf you happen to find a security vulnerability, we would appreciate you letting us know at https:\u002F\u002Fhackerone.com\u002Fautomattic and allowing us to respond before disclosing the issue publicly.\n\n## Getting in Touch ##\n\nIf you have questions about getting setup or just want to say hi, join the [WordPress Slack](https:\u002F\u002Fchat.wordpress.org) and drop a message on the `#mobile` channel.\n\n## Resources\n\n- The [docs](docs\u002F) contain information about our development practices.\n- [WordPress Mobile Blog](http:\u002F\u002Fmake.wordpress.org\u002Fmobile)\n- [WordPress Mobile Handbook](http:\u002F\u002Fmake.wordpress.org\u002Fmobile\u002Fhandbook\u002F)\n\n## License\n\nWordPress for iOS is an Open Source project covered by the [GNU General Public License version 2](LICENSE).\n","WordPress for iOS 是官方的iOS版WordPress应用，允许用户在移动设备上管理其WordPress站点。项目采用Swift语言编写，并结合了CocoaPods等工具来管理依赖关系。它支持基本的文章编辑、评论管理和媒体上传等功能，同时提供了与WordPress.com无缝集成的能力。适合需要随时随地更新博客或网站内容的个人博主及小型团队使用。此外，由于是开源项目，开发者可以根据自己的需求进行定制开发。","2026-06-11 03:09:34","top_language"]