Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colbylwilliams/defaultdesigner
Xamarin Studio & Visual Studio for Mac add-in to open xib and storyboard files with Xcode Interface Builder by default
https://github.com/colbylwilliams/defaultdesigner
storyboard-files visual-studio visual-studio-for-mac xamarin-studio xcode xcode-interface-builder xib
Last synced: 3 days ago
JSON representation
Xamarin Studio & Visual Studio for Mac add-in to open xib and storyboard files with Xcode Interface Builder by default
- Host: GitHub
- URL: https://github.com/colbylwilliams/defaultdesigner
- Owner: colbylwilliams
- License: mit
- Created: 2016-09-25T20:31:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T17:42:13.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T06:34:36.731Z (14 days ago)
- Topics: storyboard-files, visual-studio, visual-studio-for-mac, xamarin-studio, xcode, xcode-interface-builder, xib
- Language: Makefile
- Homepage:
- Size: 11.7 KB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DefaultDesigner
Xamarin Studio & Visual Studio for Mac add-in to open xib and storyboard files with Xcode Interface Builder by default.
## Installing
### Xamarin Studio:
1. Download the `.mpack` file of the [release v1.0][0]
2. Launch Xamarin Studio, open the **Xamarin Studio** menu and select **Add-ins...**
3. In the bottom left of the _Add-in Manager_ dialog, click **Install from file...**
4. Choose the `.mpack` file you downloaded in step 1.
5. When prompted, select **Install**### Visual Studio for Mac:
1. Download the `.mpack` file of the [release v1.3][4]
2. Launch Visual Studio, open the **Visual Studio** menu and select **Extensions...**
3. In the bottom left of the _Extensions Manager_ dialog, click **Install from file...**
4. Choose the `.mpack` file you downloaded in step 1.
5. When prompted, select **Install**## About
Created by [Colby Williams][1], mostly by copy/pasting code from [David Karlaš][2].
Licensed under the MIT License (MIT). See [LICENSE][3] for details.
[0]:https://github.com/colbylwilliams/DefaultDesigner/releases/tag/v1.0
[1]:https://github.com/colbylwilliams
[2]:https://github.com/DavidKarlas
[3]:https://github.com/colbylwilliams/DefaultDesigner/blob/master/LICENSE
[4]:https://github.com/colbylwilliams/DefaultDesigner/releases/tag/v1.3