Swift Build Scheme

From Chorke Wiki
Revision as of 02:01, 17 December 2019 by Shahed (talk | contribs) (Created page with "==Utility== <source lang="properties"> ; project settings > targets ; product bundle identifier Phone: org.chorke.academia.apps.ios.AcademiaUTL MacOS: org.chorke.academia.apps...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Utility

; project settings > targets
; product bundle identifier
Phone: org.chorke.academia.apps.ios.AcademiaUTL
MacOS: org.chorke.academia.apps.mac.AcademiaUTL
TabOS: org.chorke.academia.apps.tab.AcademiaUTL
TVBox: org.chorke.academia.apps.tos.AcademiaUTL
Watch: org.chorke.academia.apps.wos.AcademiaUTL
AnyOS: org.chorke.academia.apps.AcademiaUTL

Service

; project settings > targets
; product bundle identifier
Phone: org.chorke.academia.apps.ios.AcademiaAPI
MacOS: org.chorke.academia.apps.mac.AcademiaAPI
TabOS: org.chorke.academia.apps.tab.AcademiaAPI
TVBox: org.chorke.academia.apps.tos.AcademiaAPI
Watch: org.chorke.academia.apps.wos.AcademiaAPI
AnyOS: org.chorke.academia.apps.AcademiaAPI

SwiftUI

; project settings > targets
; product bundle identifier
Phone: org.chorke.academia.apps.ios.AcademiaGUI
MacOS: org.chorke.academia.apps.mac.AcademiaGUI
TabOS: org.chorke.academia.apps.tab.AcademiaGUI
TVBox: org.chorke.academia.apps.tos.AcademiaGUI
Watch: org.chorke.academia.apps.wos.AcademiaGUI
AnyOS: org.chorke.academia.apps.AcademiaGUI

Framework Build Scheme

; project settings > targets
; other swift flag
Phone: -Dios
MacOS: -Dmac
TabOS: -Dtab
TVBox: -Dtos
Watch: -Dwos
AllOS: -Dany

Appliction

; project settings > targets
; product bundle identifier
BUG: org.chorke.academia.apps.bug.AcademiaApp
DEV: org.chorke.academia.apps.dev.AcademiaApp
QAC: org.chorke.academia.apps.qac.AcademiaApp
UAT: org.chorke.academia.apps.uat.AcademiaApp
PRO: org.chorke.academia.apps.AcademiaApp

Application Build Scheme

; project settings > targets
; other swift flag
BUG: -Dbug
DEV: -Ddev
QAC: -Dqac
UAT: -Duat
PRO: -Dpro