{"id":15471786,"url":"https://github.com/dkhamsing/xcode-readme","last_synced_at":"2026-03-17T20:08:42.621Z","repository":{"id":76013559,"uuid":"51761984","full_name":"dkhamsing/xcode-readme","owner":"dkhamsing","description":":mag: Correct the spelling of Xcode in a README ","archived":false,"fork":false,"pushed_at":"2017-05-26T21:30:54.000Z","size":110,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-22T13:52:16.759Z","etag":null,"topics":["cli","github","readme","typo3","xcode"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkhamsing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-15T14:44:33.000Z","updated_at":"2025-01-17T01:11:17.000Z","dependencies_parsed_at":"2023-02-26T03:30:15.238Z","dependency_job_id":null,"html_url":"https://github.com/dkhamsing/xcode-readme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dkhamsing/xcode-readme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Fxcode-readme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Fxcode-readme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Fxcode-readme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Fxcode-readme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkhamsing","download_url":"https://codeload.github.com/dkhamsing/xcode-readme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Fxcode-readme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263348423,"owners_count":23452883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","github","readme","typo3","xcode"],"created_at":"2024-10-02T02:21:45.696Z","updated_at":"2026-03-17T20:08:42.543Z","avatar_url":"https://github.com/dkhamsing.png","language":"Ruby","readme":"# xcode-readme\n\nAre you sad when you see [Xcode](https://developer.apple.com/xcode/) spelled xCode in a README? :sob:\n\nDon't be sad, just `xcode-readme` it! :smile:\n\n```\n$ bundle exec xcode-readme https://github.com/rnpm/rnpm\n\nChecking rnpm/rnpm ...\nWhoa look how they wrote \"Xcode\" 🔴\n1. Why? Tooling is important. We all know this. One of the biggest advantages of native iOS development is XCode and its great tools. Unfortunately, the process of adding native dependencies to React Native projects is far from perfect and our aim is to make it fun again.\nOpen pull request? (y/n) y\nForking to ReadmeCritic/rnpm ...\nCommitting change...\nOpening pull request...\nDone: https://github.com/rnpm/rnpm/pull/94\n```\n\n`xcode-readme` uses [`readme-correct`](https://github.com/dkhamsing/readme-correct).\n\n### ~~xCode~~ ~~XCode~~\n\nhttps://developer.apple.com/xcode/\n\n\u003e [![](assets/xcode-screenshot.png)](https://developer.apple.com/xcode/)\n\n## Installation\n\n```shell\n$ git clone https://github.com/dkhamsing/xcode-readme.git\n$ cd xcode-readme/\n$ bundle install\n```\n\nThis project requires GitHub credentials in [.netrc](https://github.com/octokit/octokit.rb#using-a-netrc-file).\n\n## Examples\n\nBelow are diffs for pull requests created with `xcode-readme` (see more  [examples](https://github.com/issues?utf8=✓\u0026q=xcode+author%3AReadmeCritic)).\n\nhttps://github.com/rnpm/rnpm/pull/94\n\n```diff\n\n ## Rationale\n\n-Why? Tooling is important. We all know this. One of the biggest advantages of native iOS development is XCode and its great tools. Unfortunately, the process of adding native dependencies to React Native projects is far from perfect and our aim is to make it fun again.\n+Why? Tooling is important. We all know this. One of the biggest advantages of native iOS development is Xcode and its great tools. Unfortunately, the process of adding native dependencies to React Native projects is far from perfect and our aim is to make it fun again.\n```\n\nhttps://github.com/FutureKit/FutureKit/pull/36\n\n```diff\n FutureKit uses Swift generic classes, to allow you to easily deal with asynchronous/multi-threaded issues when coding for iOS or OSX.\n\n-- is 100% Swift.  It ONLY currently supports Swift 2.0 and XCode 7+.  Swift 1.2 branch wont be supported anymore. (Too many issues with generics made swift 1.2 less than perfect)  We are also only supporting swift 2.0+ compatble SDKs (iOS 8.0+, OSX 10.x.)\n+- is 100% Swift.  It ONLY currently supports Swift 2.0 and Xcode 7+.  Swift 1.2 branch wont be supported anymore. (Too many issues with generics made swift 1.2 less than perfect)  We are also only supporting swift 2.0+ compatble SDKs (iOS 8.0+, OSX 10.x.)\n\n - is type safe.  It uses Swift Generics classes that can automatically infer the type you wish to return from asynchronous logic.  And supports both value and reference Swift types (Both 'Any' types, and 'AnyObject/NSObject' types.)\n\n-- works well editing code within XCode auto-completion.  The combination of type-inference and code-completion makes FutureKit coding fast and easy.\n+- works well editing code within Xcode auto-completion.  The combination of type-inference and code-completion makes FutureKit coding fast and easy.\n\n # Documentation\n\n-FutureKit documentation is being written as XCode Playgrounds.  The best way to start is to open the FutureKit.workspace and then opening the Playground inside.  (If you open the Playgrounds outside of the workspace, then FutureKit module may not import correctly).\n-The XCode Playgrounds probably require XCode 6.3 (in order to see the Markup correctly)\n+FutureKit documentation is being written as Xcode Playgrounds.  The best way to start is to open the FutureKit.workspace and then opening the Playground inside.  (If you open the Playgrounds outside of the workspace, then FutureKit module may not import correctly).\n+The Xcode Playgrounds probably require Xcode 6.3 (in order to see the Markup correctly)\n\n-If you are impatient, or not near your copy of XCode, you can try to read the first intro \"raw\" playground here:\n+If you are impatient, or not near your copy of Xcode, you can try to read the first intro \"raw\" playground here:\n```\n\nhttps://github.com/atelierdumobile/AppXperienceFramework/pull/1\n\n```diff\n ### Pod Installation (recommended)\n\n The recommended way of installation is via [CocoaPods](http://cocoapods.org).\n-Pods lets you download and integrate Appxperience in your xCode project in less than 1 minute.  \n+Pods lets you download and integrate Appxperience in your Xcode project in less than 1 minute.\n```\n\n## Contact\n\n- [github.com/dkhamsing](https://github.com/dkhamsing)\n- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)\n\n## License\n\nThis project is available under the MIT license. See the [LICENSE](LICENSE) file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkhamsing%2Fxcode-readme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkhamsing%2Fxcode-readme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkhamsing%2Fxcode-readme/lists"}