-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Quick start
Alone_Monkey edited this page Mar 13, 2018
·
5 revisions
Open Xcode
, select File - New - Project...
, select a template to start.
Write code to logos.xm
, Usage reference Logos, This file will be converted into logos.mm
, Then compile it.
control
: This file is used to configure the package info, such as versio, description, author and so on.
logos.plist
: Target app bundle id to insert dylib.
Build Settings:
see:Custom-Settings
Compile:
Commonand + B
Install:
-
Commonand + B
withDebug
-
Command + Shift + i
withRelease
, disable log output
Use idevicesyslog
or console.app
to show log output.