Пример #1
0
 def _create_app_bundle(self):
     ''' Creates the OS X Application bundle in temporary directory '''
     packager = ApplicationBundlePackager(self.package)
     return packager.create_bundle(self.appdir)
Пример #2
0
 def _create_app_bundle(self):
     ''' Creates the OS X Application bundle in temporary directory '''
     packager = ApplicationBundlePackager(self.package)
     return packager.create_bundle(self.appdir)