Skip to content

Quick start

Alone_Monkey edited this page Mar 13, 2018 · 5 revisions

Usage

Open Xcode, select File - New - Project..., select a template to start.

image

Logos Tweak

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:

image

see:Custom-Settings

Compile:

Commonand + B

Install:

  • Commonand + B with Debug
  • Command + Shift + i with Release, disable log output

Use idevicesyslog or console.app to show log output.