Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. { system ? builtins.currentSystem # TODO: Get rid of this system cruft
  2. , iosSdkVersion ? "10.2"
  3. , withHoogle ? false
  4. }:
  5. with import ./.obelisk/impl { inherit system iosSdkVersion; };
  6. project ./. ({ ... }: {
  7. inherit withHoogle;
  8. android.applicationId = "systems.obsidian.obelisk.examples.minimal";
  9. android.displayName = "Obelisk Minimal Example";
  10. ios.bundleIdentifier = "systems.obsidian.obelisk.examples.minimal";
  11. ios.bundleName = "Obelisk Minimal Example";
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement