jaimit25 / MacOSAppBundleGenerator

This Project consist of the Script which Writes the AppBundle for MacOS without needing Xcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello there,

⚡ Language

  • shell-Script

This repository contains Script to Generate AppBundle for MacOSX without XCode, By-default it is set to Cpp executable file. (path to Update executable file(main) : /Contents/MacOS/main).

Direction to use :

  • To create your own executable file add your (Cpp file, with name set to main.cpp) code to exeFile folder and run the script "bash writer.sh".
  • Executable file is the Code/Task which is to be Run or Processed.

To Build AppBundle run shell script:

$ bash writer.sh

To Build AppBundle using wx-widget or fltk GUI Library use the Source Code from "main" branch and run the Program run.cpp.

  • (Note: the c++ file in the exeFile Directory should have first line as "//wx" to compile wx program or //"fltk" for fltk program).
  • wxmac and fltk should be pre-installed.(use homebrew).
$ brew install wxmac && brew install fltk && g++ run.cpp -o run

Snapshot

To change App Icon

Replace the Icon.png file with your own App icon(keep the icon-name as Icon.png).

Talk to me about

  • Solving Data structure and algorithm questions in C, C++ , Java and Dart
  • Front-end development using **HTML, CSS, JavaScript, XML In Android Java, Flutter **
  • Backend development using Dart-Flutter, NodeJs(Begineer), Java
  • Database using Firebase Firestore, Firebase Realtime Database, MongoDB
  • Mobile development using Java, Flutter , React Native(Begineer)
  • Creating big and small projects using Flutter and ML Union

🤔 To know More About me !!

About

This Project consist of the Script which Writes the AppBundle for MacOS without needing Xcode


Languages

Language:Shell 54.4%Language:C++ 45.6%