Skip to content

carlosrojaso/mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Hybrid Mac

This is an example of running Meteor wrapped in a Mac OS X app (using gulp for build tools)

demo

Development

To add Mac OS X native specific code

if (Meteor.isMac) {
	return "WOOT";
}

Usage

Run all the following commands from the build directory

cd build

To start the Meteor server

npm start

To build the Meteor app into the Mac OS X app

npm install
gulp

After Xcode opens, run the application

============

TODO

  • Replace Xcode app name
  • Let the user specify icons in mac-config.json
  • Clean up build gulpfile
  • Fix DDP_DEFAULT_CONNECTION_URL replacement and add autoupdate back in
  • Add Meteor.isMac flag
  • Build into a Meteor package

============

Details

About

Native Mac OS X app built with Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published