{"id":15018520,"url":"https://github.com/nativescript/ios-sim-portable","last_synced_at":"2025-07-12T04:41:21.342Z","repository":{"id":22866226,"uuid":"26213988","full_name":"NativeScript/ios-sim-portable","owner":"NativeScript","description":"A Node.js command-line utility to launch an iOS application bundle (.app) in the Xcode iOS Simulator","archived":false,"fork":false,"pushed_at":"2024-02-07T10:28:24.000Z","size":370,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":43,"default_branch":"master","last_synced_at":"2024-10-29T15:51:56.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NativeScript.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},"funding":{"github":"NativeScript","open_collective":"nativescript"}},"created_at":"2014-11-05T10:09:32.000Z","updated_at":"2024-02-08T07:01:44.000Z","dependencies_parsed_at":"2022-08-21T13:31:06.078Z","dependency_job_id":"3f65959f-676a-484c-bd2e-b04245304717","html_url":"https://github.com/NativeScript/ios-sim-portable","commit_stats":{"total_commits":210,"total_committers":24,"mean_commits":8.75,"dds":0.719047619047619,"last_synced_commit":"8f9c713bbad122627ab78f8c1c3513ab3cc86431"},"previous_names":["telerik/ios-sim-portable"],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fios-sim-portable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fios-sim-portable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fios-sim-portable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fios-sim-portable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/ios-sim-portable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237163252,"owners_count":19265238,"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-09-24T19:52:04.126Z","updated_at":"2025-02-04T17:31:46.797Z","avatar_url":"https://github.com/NativeScript.png","language":"TypeScript","funding_links":["https://github.com/sponsors/NativeScript","https://opencollective.com/nativescript"],"categories":[],"sub_categories":[],"readme":"ios-sim-portable\n================\n\nThe ios-sim-portable is a command-line utility written in Node.js that launches an [iOS application bundle (.app)][5] in the Xcode [iOS Simulator][4].\n\n* [System Requirements](#system-requirements)\n* [Installation](#installation)\n* [Usage](#usage)\n* [License](#license)\n* [Related npm Packages](#related-npm-packages)\n\nSystem Requirements\n===================\n\n* OS X 10.9.4 or later\n* Node.js 0.10.26 or later\n* Xcode 5.0 or later\n* Command Line Tools for Xcode, compatible with your versions of Xcode and OS X\n* iOS 7.0 SDK or later \n\n[Back to Top][1]\n\nInstallation\n============\n\nTo install ios-sim-portable, run the following command.\n\n```bash\nnpm i -g ios-sim-portable\n```\n\nTo update ios-sim-portable, run the following command.\n\n```bash\nnpm update -g ios-sim-portable\n```\n\nTo uninstall ios-sim-portable, run the following command.\n\n```bash\nnpm uninstall -g ios-sim-portable\n```\n\n[Back to Top][1]\n\nUsage\n=====\n\n```bash\n$ ios-sim-portable \u003ccommand\u003e [parameters] [--options \u003cvalues\u003e]\n$ isim \u003ccommand\u003e [parameters] [--options \u003cvalues\u003e]\n\nGeneral commands:\n\thelp \u003ccommand\u003e       Shows additional information about the commands in this list.\n\tlaunch \u003cfull path\u003e   Launches the application bundle at the specified path in the iOS Simulator.\n\tdevice-types         Lists the available device types for the current Xcode version.\n\tsdks                 Lists the available iOS SDK versions.\n\tnotify-post          Post a darwin notification on a device.\n\nFor more information about each command, run \n$ isim help \u003ccommand\u003e\nor\n$ isim \u003ccommand\u003e --help\n\n```\n\n[Back to Top][1]\n\nLicense\n=======\n\nThis software is licensed under the Apache 2.0 license, quoted \u003ca href=\"LICENSE\" target=\"_blank\"\u003ehere\u003c/a\u003e.\n\n[Back to Top][1]\n\nRelated npm Packages\n================\n\nBoth the Telerik AppBuilder CLI (`appbuilder`) and the NativeScript CLI (`nativescript`) rely on ios-sim-portable to load projects in the iOS Simulator.\n\nThe [Telerik AppBuilder CLI][2] lets you build, test, deploy, and publish hybrid mobile apps for iOS, Android, and Windows Phone 8 from your favorite IDE or code editor.\n\nThe [NativeScript CLI][3] lets you create, build, and deploy Telerik NativeScript-based projects on iOS and Android devices.\n\n[Back to Top][1]\n\n[1]: #ios-sim-portable\n[2]: https://www.npmjs.org/package/appbuilder\n[3]: https://www.npmjs.org/package/nativescript\n[4]: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/iOS_Simulator_Guide/Introduction/Introduction.html\n[5]: https://developer.apple.com/library/ios/documentation/CoreFoundation/Conceptual/CFBundles/AboutBundles/AboutBundles.html#//apple_ref/doc/uid/10000123i-CH100-SW1","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fios-sim-portable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Fios-sim-portable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fios-sim-portable/lists"}