Swift Build Scheme: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 1: Line 1:
==Utility==
==Framework==
===Utility===
<source lang="properties">
<source lang="properties">
; project settings > targets
; project settings > targets
Line 11: Line 12:
</source>
</source>


==Service==
===Service===
<source lang="properties">
<source lang="properties">
; project settings > targets
; project settings > targets
Line 23: Line 24:
</source>
</source>


==SwiftUI==
===SwiftUI===
<source lang="properties">
<source lang="properties">
; project settings > targets
; project settings > targets
Line 35: Line 36:
</source>
</source>


==Framework Build Scheme==
===Framework Build Scheme===
<source lang="properties">
<source lang="properties">
; project settings > targets
; project settings > targets
Line 47: Line 48:
</source>
</source>


==Appliction==
==Applictions==
===Appliction===
<source lang="properties">
<source lang="properties">
; project settings > targets
; project settings > targets
Line 58: Line 60:
</source>
</source>


==Application Build Scheme==
===Application Build Scheme===
<source lang="properties">
<source lang="properties">
; project settings > targets
; project settings > targets

Revision as of 02:04, 17 December 2019

Framework

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

Applictions

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