Skip to content

Commit 6ba68f6

Browse files
committed
pointing out where we could possibly extend hyperloop ios to make app extensions or possibly an apple watchOS app
1 parent 9c730d8 commit 6ba68f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: commands/package/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ module.exports = new Command(
3939
tasks.push(function (next) {
4040
prepare(state, next);
4141
});
42-
42+
43+
44+
// this is where we would extend for extensions and possibly watchos apps.
4345
async.series(tasks,function(err){
4446
if (err) { return done(err); }
4547
switch (options.packageType) {

0 commit comments

Comments
 (0)