{"id":3421,"url":"https://github.com/Lascorbe/CocoaConferences","last_synced_at":"2025-08-03T14:31:21.096Z","repository":{"id":11046292,"uuid":"13382895","full_name":"Lascorbe/CocoaConferences","owner":"Lascorbe","description":"List of conferences for iOS, visionOS, macOS, watchOS \u0026 tvOS developers","archived":false,"fork":false,"pushed_at":"2024-10-29T09:13:39.000Z","size":675,"stargazers_count":1108,"open_issues_count":3,"forks_count":137,"subscribers_count":127,"default_branch":"master","last_synced_at":"2024-10-29T11:02:47.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://cocoaconferences.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lascorbe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2013-10-07T12:12:18.000Z","updated_at":"2024-10-29T09:12:53.000Z","dependencies_parsed_at":"2023-02-16T05:46:06.737Z","dependency_job_id":"a6cf4f00-9a95-431f-af6d-263223dc73cf","html_url":"https://github.com/Lascorbe/CocoaConferences","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lascorbe%2FCocoaConferences","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lascorbe%2FCocoaConferences/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lascorbe%2FCocoaConferences/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lascorbe%2FCocoaConferences/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lascorbe","download_url":"https://codeload.github.com/Lascorbe/CocoaConferences/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548568,"owners_count":17935221,"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":[],"created_at":"2024-01-05T20:16:41.086Z","updated_at":"2024-12-07T01:31:19.384Z","avatar_url":"https://github.com/Lascorbe.png","language":"JavaScript","funding_links":[],"categories":["Resources","WebSocket","JavaScript","Other Awesome Lists"],"sub_categories":["Other Lists","Other free courses","Push Notification Providers","Twitter"],"readme":"\n# To see the list of conferences go here:\n\n## [https://cocoaconferences.com](https://cocoaconferences.com)\n\n---\n\nList of conferences for developers interested on Apple related ecosystems (iOS, iPadOS, macOS, watchOS, tvOS, UIKit, Swift, SwiftUI, ReactNative, Flutter...).\n\n## Adding a new conference\n\nThe site is generated from [this file](https://github.com/Lascorbe/CocoaConferences/blob/master/_data/conferences.yml); add new conferences there in YAML format.\n\nWhen editing an existing conference, there is no need to manually remove the corresponding date fields for past conferences; those are updated automatically. Your entry should look like this:\n\n```yaml\n- name: The name of the conference\n  link: The URL for the conference website\n  location: Text briefly describing where the conference will be held\n  start: The day the conference starts (in \"year-month-day\" format)\n  end: The day the conference ends (in \"year-month-day\" format)\n  cocoa-only: true or false\n  cfp:\n      link: The url at which prospective speakers my respond to the Call For Papers\n      deadline: the last day on which a talk proposal may be submitted (in \"year-month-day\" format)\n```\n\n⚠️ The indentation is really important on `.yml` files, keep the same number of spaces as the rest of entries or it won't parse the file correctly. \n\n### Examples\n\nThe following example provides all of the necessary information. It describes a conference occurring from March 4 to March 6, 2019. It is applicable to Cocoa developers, and includes information about how to respond to the call for papers.\n\n```yaml\n- name: Example Conf 2019\n  link: https://2019.example.com/conference\n  location: 🏴 Anytown, Atlantis\n  start: 2019-03-04\n  end: 2019-03-06\n  cocoa-only: true\n  cfp:\n      link: https://2019.example.com/conference/cfp\n      deadline: 2019-01-31\n```\n\nThis example provides some of the information, but omits the call for papers information. Perhaps it is not known, or perhaps the conference is not accepting submissions. \n\nThe `cfp` section of an item may be left incomplete, or may be omitted entirely.\n\n```yaml\n- name: Example Conf 2020\n  link: https://2020.example.com/conference\n  location: 🏴 Anytown, Atlantis\n  start: 2020-03-04\n  end: 2020-03-06\n  cocoa-only: false\n```\n\nFor detailed information about the required information for a conference, check out the comments at the top of `conferences.yml`.\n\nIf you get stuck, just open an issue!\n\n## Contributing\n\n### Adding a Conference\n\n1. Fork the project.\n2. Clone it locally.\n3. Add your conference to `conferences.yml`. It will be automatically sorted to the right spot on the website\n4. Open a PR 🎉  \n\n### Work on the code locally\n1. Fork the project.\n2. Clone it locally.\n3. Run `bundle install` to install initial dependencies.\n4. Run `bundle exec jekyll serve`. The local site will be available at [http://127.0.0.1:4000](http://127.0.0.1:4000).\n\n## Deploying\n\nDeploying is handled automatically when a commit is made to the `master` branch or your pull request is merged.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLascorbe%2FCocoaConferences","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLascorbe%2FCocoaConferences","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLascorbe%2FCocoaConferences/lists"}