File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 MARKETING_VERSION="${{ steps.version.outputs.marketing_version }}" \
4747 CURRENT_PROJECT_VERSION="${{ steps.version.outputs.marketing_version }}" \
4848 CODE_SIGNING_ALLOWED=NO \
49- CODE_SIGNING_REQUIRED=NO
49+ CODE_SIGNING_REQUIRED=NO \
50+ STRIP_INSTALLED_PRODUCT=YES \
51+ DEAD_CODE_STRIPPING=YES \
52+ DEBUG_INFORMATION_FORMAT=dwarf-with-dsym \
53+ SWIFT_OPTIMIZATION_LEVEL=-Osize \
54+ SWIFT_COMPILATION_MODE=wholemodule
5055
5156 - name : Ad-hoc sign
5257 run : codesign --force --deep --sign - build/Build/Products/Release/Wave.app
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ enum NavItem: String, Hashable {
1616 @ViewBuilder
1717 var icon : some View {
1818 switch self {
19- case . home: Ph . house. regular. frame ( width: 16 , height: 16 )
19+ case . home: Ph . house. regular. frame ( width: 16 , height: 16 )
2020 case . dictionary: Ph . bookOpen. regular. frame ( width: 16 , height: 16 )
21- case . snippets: Ph . textT. regular. frame ( width: 16 , height: 16 )
22- case . general: Ph . slidersHorizontal. regular. frame ( width: 16 , height: 16 )
23- case . shortcut: Ph . keyboard. regular. frame ( width: 16 , height: 16 )
24- case . models: Ph . cpu. regular. frame ( width: 16 , height: 16 )
25- case . howToUse: Ph . bookOpenText. regular. frame ( width: 16 , height: 16 )
26- case . about: Ph . info. regular. frame ( width: 16 , height: 16 )
21+ case . snippets: Ph . textT. regular. frame ( width: 16 , height: 16 )
22+ case . general: Ph . slidersHorizontal. regular. frame ( width: 16 , height: 16 )
23+ case . shortcut: Ph . keyboard. regular. frame ( width: 16 , height: 16 )
24+ case . models: Ph . cpu. regular. frame ( width: 16 , height: 16 )
25+ case . howToUse: Ph . bookOpenText. regular. frame ( width: 16 , height: 16 )
26+ case . about: Ph . info. regular. frame ( width: 16 , height: 16 )
2727 }
2828 }
2929}
You can’t perform that action at this time.
0 commit comments