genexus-mcp 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/publish/GxMcp.Gateway.deps.json +125 -0
- package/publish/GxMcp.Gateway.dll +0 -0
- package/publish/GxMcp.Gateway.exe +0 -0
- package/publish/GxMcp.Gateway.pdb +0 -0
- package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
- package/publish/Newtonsoft.Json.dll +0 -0
- package/publish/System.CodeDom.dll +0 -0
- package/publish/System.Management.dll +0 -0
- package/publish/System.Security.Permissions.dll +0 -0
- package/publish/System.Windows.Extensions.dll +0 -0
- package/publish/config.json +19 -0
- package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
- package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
- package/publish/start_mcp.bat +22 -0
- package/publish/tool_definitions.json +1062 -0
- package/publish/web.config +12 -0
- package/publish/worker/Definitions/APIDefinition.xml +427 -0
- package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
- package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
- package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
- package/publish/worker/Definitions/BASEDefinition.xml +60 -0
- package/publish/worker/Definitions/ContextDefinition.xml +43 -0
- package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
- package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
- package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
- package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
- package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
- package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
- package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
- package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
- package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
- package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
- package/publish/worker/Definitions/DeployDefinition.xml +151 -0
- package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
- package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
- package/publish/worker/Definitions/EXODefinition.xml +1877 -0
- package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
- package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
- package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
- package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
- package/publish/worker/Definitions/FILEDefinition.xml +223 -0
- package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
- package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
- package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
- package/publish/worker/Definitions/Functions.psx +2117 -0
- package/publish/worker/Definitions/GRPDefinition.xml +78 -0
- package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
- package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
- package/publish/worker/Definitions/GxpmConditions.xml +238 -0
- package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
- package/publish/worker/Definitions/IDXDefinition.xml +54 -0
- package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
- package/publish/worker/Definitions/KBDefinition.xml +696 -0
- package/publish/worker/Definitions/LNGDefinition.xml +558 -0
- package/publish/worker/Definitions/MBRDefinition.xml +131 -0
- package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
- package/publish/worker/Definitions/MNUDefinition.xml +334 -0
- package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
- package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
- package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
- package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
- package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
- package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
- package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
- package/publish/worker/Definitions/Prc.Rules.psx +393 -0
- package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
- package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
- package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
- package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
- package/publish/worker/Definitions/SD.Rules.psx +67 -0
- package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
- package/publish/worker/Definitions/SDTDefinition.xml +176 -0
- package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
- package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
- package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
- package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
- package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
- package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
- package/publish/worker/Definitions/Sync.Rules.psx +191 -0
- package/publish/worker/Definitions/TBDDefinition.xml +99 -0
- package/publish/worker/Definitions/TBLDefinition.xml +302 -0
- package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
- package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
- package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
- package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
- package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
- package/publish/worker/Definitions/Trn.Rules.psx +560 -0
- package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
- package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
- package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
- package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
- package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
- package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
- package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
- package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
- package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
- package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
- package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
- package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
- package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
- package/publish/worker/Definitions/XFLDefinition.xml +246 -0
- package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
- package/publish/worker/Definitions/conditions.xml +251 -0
- package/publish/worker/Definitions/conditionsSD.xml +236 -0
- package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
- package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
- package/publish/worker/Definitions/dataprovider.xml +254 -0
- package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
- package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
- package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
- package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
- package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
- package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
- package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
- package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
- package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
- package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
- package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
- package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
- package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
- package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
- package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/events.xml +340 -0
- package/publish/worker/Definitions/eventsSD.xml +331 -0
- package/publish/worker/Definitions/exportDefinition.xml +123 -0
- package/publish/worker/Definitions/formula.xml +215 -0
- package/publish/worker/Definitions/gxtypes.xml +24099 -0
- package/publish/worker/Definitions/importDefinition.xml +148 -0
- package/publish/worker/Definitions/javaDefinition.xml +4733 -0
- package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
- package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
- package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
- package/publish/worker/Definitions/procedures.xml +292 -0
- package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
- package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
- package/publish/worker/Definitions/rules.xml +279 -0
- package/publish/worker/Definitions/rulesSD.xml +253 -0
- package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
- package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
- package/publish/worker/Definitions/trn_src.xml +335 -0
- package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
- package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
- package/publish/worker/GxMcp.Worker.exe +0 -0
- package/publish/worker/GxMcp.Worker.exe.config +76 -0
- package/publish/worker/GxMcp.Worker.pdb +0 -0
- package/publish/worker/Newtonsoft.Json.dll +0 -0
|
@@ -0,0 +1,3509 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='PATTERN'>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>PATTERN</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop hidden='1'>
|
|
9
|
+
<Id>DefaultVersion</Id>
|
|
10
|
+
<Name>DefaultVersion</Name>
|
|
11
|
+
<Type>Integer</Type>
|
|
12
|
+
<Default>1</Default>
|
|
13
|
+
<Initial>2</Initial>
|
|
14
|
+
<Options>
|
|
15
|
+
<Option type='Not Show'/>
|
|
16
|
+
</Options>
|
|
17
|
+
</Prop>
|
|
18
|
+
<Prop hidden='1'>
|
|
19
|
+
<Id>IsMaster</Id>
|
|
20
|
+
<Name>Is Master Panel</Name>
|
|
21
|
+
<Type>Boolean</Type>
|
|
22
|
+
<Default>false</Default>
|
|
23
|
+
<Options>
|
|
24
|
+
<Option type='Not Show'/>
|
|
25
|
+
</Options>
|
|
26
|
+
</Prop>
|
|
27
|
+
<Prop>
|
|
28
|
+
<Id>IsMain</Id>
|
|
29
|
+
<Name>Main program</Name>
|
|
30
|
+
<Type>Boolean</Type>
|
|
31
|
+
<Default>false</Default>
|
|
32
|
+
<Dependencies>
|
|
33
|
+
<Depend type='Not Show'>
|
|
34
|
+
<Cond>value(IsMaster) == true</Cond>
|
|
35
|
+
<Condition>
|
|
36
|
+
<Expression>
|
|
37
|
+
<Type>Comparison</Type>
|
|
38
|
+
<Operator>Equal</Operator>
|
|
39
|
+
<PropName>IsMaster</PropName>
|
|
40
|
+
<Value>true</Value>
|
|
41
|
+
</Expression>
|
|
42
|
+
</Condition>
|
|
43
|
+
</Depend>
|
|
44
|
+
</Dependencies>
|
|
45
|
+
</Prop>
|
|
46
|
+
<Prop>
|
|
47
|
+
<Id>MasterPanel</Id>
|
|
48
|
+
<Name>Master Panel</Name>
|
|
49
|
+
<Description>The Master Panel containing this object</Description>
|
|
50
|
+
<Type>Custom</Type>
|
|
51
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
52
|
+
<Dependencies>
|
|
53
|
+
<Depend type='Not Show'>
|
|
54
|
+
<Cond>value(IsMaster) == true</Cond>
|
|
55
|
+
<Condition>
|
|
56
|
+
<Expression>
|
|
57
|
+
<Type>Comparison</Type>
|
|
58
|
+
<Operator>Equal</Operator>
|
|
59
|
+
<PropName>IsMaster</PropName>
|
|
60
|
+
<Value>true</Value>
|
|
61
|
+
</Expression>
|
|
62
|
+
</Condition>
|
|
63
|
+
</Depend>
|
|
64
|
+
</Dependencies>
|
|
65
|
+
<Metadata>
|
|
66
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(Prop:IsMaster=true, AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
67
|
+
<Value name='customValidResolver'>Artech.Patterns.WorkWithDevices.Resolvers.MasterPanelValidResolver, Artech.Patterns.WorkWithDevices, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
68
|
+
<Value name='TypeConverter'>Artech.Patterns.WorkWithDevices.Converters.MasterPanelReferenceConverter, Artech.Patterns.WorkWithDevices, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
69
|
+
</Metadata>
|
|
70
|
+
</Prop>
|
|
71
|
+
<Prop>
|
|
72
|
+
<Id>GENERATE_OPEN_API</Id>
|
|
73
|
+
<Name>Generate OpenAPI interface</Name>
|
|
74
|
+
<Description>Generate OpenAPI documentation (default.yaml) for procedures, business components and dataproviders exposed as REST web services.</Description>
|
|
75
|
+
<Type>Combo</Type>
|
|
76
|
+
<Default>UMPV</Default>
|
|
77
|
+
<Values>
|
|
78
|
+
<Value id='Yes' desc='Yes'/>
|
|
79
|
+
<Value id='No' desc='No'/>
|
|
80
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
81
|
+
</Values>
|
|
82
|
+
<Metadata>
|
|
83
|
+
<Value name='FlagNoSpecify'></Value>
|
|
84
|
+
</Metadata>
|
|
85
|
+
</Prop>
|
|
86
|
+
<Prop hidden='1'>
|
|
87
|
+
<Id>Signatures</Id>
|
|
88
|
+
<Name>Signatures</Name>
|
|
89
|
+
<Type>Text</Type>
|
|
90
|
+
<Default></Default>
|
|
91
|
+
<Options>
|
|
92
|
+
<Option type='Readonly'/>
|
|
93
|
+
<Option type='Not Show'/>
|
|
94
|
+
<Option type="Don't serialize"/>
|
|
95
|
+
</Options>
|
|
96
|
+
</Prop>
|
|
97
|
+
<Group>
|
|
98
|
+
<Id>idConnectivitySupportGroup</Id>
|
|
99
|
+
<Name>Network</Name>
|
|
100
|
+
<Type>Group</Type>
|
|
101
|
+
<Dependencies>
|
|
102
|
+
<Depend type='Not Show'>
|
|
103
|
+
<Cond>value(IsMaster) == true</Cond>
|
|
104
|
+
<Condition>
|
|
105
|
+
<Expression>
|
|
106
|
+
<Type>Comparison</Type>
|
|
107
|
+
<Operator>Equal</Operator>
|
|
108
|
+
<PropName>IsMaster</PropName>
|
|
109
|
+
<Value>true</Value>
|
|
110
|
+
</Expression>
|
|
111
|
+
</Condition>
|
|
112
|
+
</Depend>
|
|
113
|
+
</Dependencies>
|
|
114
|
+
<Children>
|
|
115
|
+
<Prop>
|
|
116
|
+
<Id>idConnectivitySupport</Id>
|
|
117
|
+
<Name>Connectivity Support</Name>
|
|
118
|
+
<Description>Define if this object works even without network connectivity</Description>
|
|
119
|
+
<Type>Combo</Type>
|
|
120
|
+
<Default>idOnline</Default>
|
|
121
|
+
<Values>
|
|
122
|
+
<Value id='idOnline' desc='Online'/>
|
|
123
|
+
<Value id='idOffline' desc='Offline'/>
|
|
124
|
+
<Value id='idInherit' desc='Inherit'/>
|
|
125
|
+
</Values>
|
|
126
|
+
<Dependencies>
|
|
127
|
+
<Depend type='Invalid'>
|
|
128
|
+
<Value>idInherit</Value>
|
|
129
|
+
<Cond>value(IsMain) == true</Cond>
|
|
130
|
+
<Condition>
|
|
131
|
+
<Expression>
|
|
132
|
+
<Type>Comparison</Type>
|
|
133
|
+
<Operator>Equal</Operator>
|
|
134
|
+
<PropName>IsMain</PropName>
|
|
135
|
+
<Value>true</Value>
|
|
136
|
+
</Expression>
|
|
137
|
+
</Condition>
|
|
138
|
+
</Depend>
|
|
139
|
+
</Dependencies>
|
|
140
|
+
<Metadata>
|
|
141
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ConnectivitySupportDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
142
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
143
|
+
</Metadata>
|
|
144
|
+
</Prop>
|
|
145
|
+
<Prop>
|
|
146
|
+
<Id>DeepLinkName</Id>
|
|
147
|
+
<Name>DeepLinkName</Name>
|
|
148
|
+
<Description>String to find before the '?' or at the end if there isn't</Description>
|
|
149
|
+
<Type>Custom</Type>
|
|
150
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.DeepLinkNameProperty, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
151
|
+
<Metadata>
|
|
152
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelOrDashboardVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
153
|
+
</Metadata>
|
|
154
|
+
</Prop>
|
|
155
|
+
</Children>
|
|
156
|
+
</Group>
|
|
157
|
+
<Group hidden='1'>
|
|
158
|
+
<Id>MainObjProps</Id>
|
|
159
|
+
<Name>Main object properties</Name>
|
|
160
|
+
<Type>Group</Type>
|
|
161
|
+
<Dependencies>
|
|
162
|
+
<Depend type='Not Show'>
|
|
163
|
+
<Cond>value(IsMain) == false</Cond>
|
|
164
|
+
<Condition>
|
|
165
|
+
<Expression>
|
|
166
|
+
<Type>Comparison</Type>
|
|
167
|
+
<Operator>Equal</Operator>
|
|
168
|
+
<PropName>IsMain</PropName>
|
|
169
|
+
<Value>false</Value>
|
|
170
|
+
</Expression>
|
|
171
|
+
</Condition>
|
|
172
|
+
</Depend>
|
|
173
|
+
</Dependencies>
|
|
174
|
+
<Children>
|
|
175
|
+
<Prop hidden='1'>
|
|
176
|
+
<Id>AppTitle</Id>
|
|
177
|
+
<Name>Application Title</Name>
|
|
178
|
+
<Type>Text</Type>
|
|
179
|
+
<Metadata>
|
|
180
|
+
<Value name='FlagTranslatableString'></Value>
|
|
181
|
+
</Metadata>
|
|
182
|
+
</Prop>
|
|
183
|
+
<Prop hidden='1'>
|
|
184
|
+
<Id>idSDAdditionalyReferences</Id>
|
|
185
|
+
<Name>Additional References</Name>
|
|
186
|
+
<Description>List of objects to add to the reference tree of the main being built.</Description>
|
|
187
|
+
<Type>Custom</Type>
|
|
188
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReferenceCollection, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
189
|
+
<Metadata>
|
|
190
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C88FFFCD-B6F8-0000-8FEC-00B5497E2117, AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, AllowedType=84a12160-f59b-4ad7-a683-ea4481ac23e9, UseDesignModel=true, DeclareReferences=Weak), Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
191
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
192
|
+
<Value name='FlagDefaultFrom'>idSDAdditionalyReferences</Value>
|
|
193
|
+
</Metadata>
|
|
194
|
+
</Prop>
|
|
195
|
+
<Prop hidden='1'>
|
|
196
|
+
<Id>idAppShortcuts</Id>
|
|
197
|
+
<Name>Application Shortcuts</Name>
|
|
198
|
+
<Description>Specifies user-initiated actions for the application</Description>
|
|
199
|
+
<Type>Custom</Type>
|
|
200
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
201
|
+
<Dependencies>
|
|
202
|
+
<Depend type='Apply'>
|
|
203
|
+
<Cond>(value(iosDevices) == idUniversal) or ((value(iosDevices) == idiPhone) or (value(iosDevices) == idiPad))</Cond>
|
|
204
|
+
<Condition>
|
|
205
|
+
<Expression>
|
|
206
|
+
<Type>BooleanExpression</Type>
|
|
207
|
+
<FirstPart>
|
|
208
|
+
<Expression>
|
|
209
|
+
<Type>Comparison</Type>
|
|
210
|
+
<Operator>Equal</Operator>
|
|
211
|
+
<PropName>iosDevices</PropName>
|
|
212
|
+
<Value>idUniversal</Value>
|
|
213
|
+
</Expression>
|
|
214
|
+
</FirstPart>
|
|
215
|
+
<Operator>or</Operator>
|
|
216
|
+
<SecondPart>
|
|
217
|
+
<Expression>
|
|
218
|
+
<Type>BooleanExpression</Type>
|
|
219
|
+
<FirstPart>
|
|
220
|
+
<Expression>
|
|
221
|
+
<Type>Comparison</Type>
|
|
222
|
+
<Operator>Equal</Operator>
|
|
223
|
+
<PropName>iosDevices</PropName>
|
|
224
|
+
<Value>idiPhone</Value>
|
|
225
|
+
</Expression>
|
|
226
|
+
</FirstPart>
|
|
227
|
+
<Operator>or</Operator>
|
|
228
|
+
<SecondPart>
|
|
229
|
+
<Expression>
|
|
230
|
+
<Type>Comparison</Type>
|
|
231
|
+
<Operator>Equal</Operator>
|
|
232
|
+
<PropName>iosDevices</PropName>
|
|
233
|
+
<Value>idiPad</Value>
|
|
234
|
+
</Expression>
|
|
235
|
+
</SecondPart>
|
|
236
|
+
</Expression>
|
|
237
|
+
</SecondPart>
|
|
238
|
+
</Expression>
|
|
239
|
+
</Condition>
|
|
240
|
+
</Depend>
|
|
241
|
+
</Dependencies>
|
|
242
|
+
<Metadata>
|
|
243
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
244
|
+
</Metadata>
|
|
245
|
+
</Prop>
|
|
246
|
+
<Prop hidden='1'>
|
|
247
|
+
<Id>idNotificationSettingsPanel</Id>
|
|
248
|
+
<Name>Notification Settings Panel</Name>
|
|
249
|
+
<Description>Indicates the Panel object to show when the system requests the application to open the Notification Settings.</Description>
|
|
250
|
+
<Type>Custom</Type>
|
|
251
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
252
|
+
<Metadata>
|
|
253
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
254
|
+
</Metadata>
|
|
255
|
+
</Prop>
|
|
256
|
+
<Prop hidden='1'>
|
|
257
|
+
<Id>idPlatformOverrides</Id>
|
|
258
|
+
<Name>Platform Overrides</Name>
|
|
259
|
+
<Description>Allows to specify particular values for this main Navigation Style, Orientation and Theme different from the default values of the platforms.</Description>
|
|
260
|
+
<Type>Custom</Type>
|
|
261
|
+
<Default></Default>
|
|
262
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.SmartDevicesPlatformOverrides, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
263
|
+
<Metadata>
|
|
264
|
+
<Value name='UITypeEditor'>Artech.Patterns.WorkWithDevices.TypeEditors.PlatformOverridesUITypeEditor, Artech.Patterns.WorkWithDevices, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
265
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
266
|
+
</Metadata>
|
|
267
|
+
</Prop>
|
|
268
|
+
<Prop hidden='1'>
|
|
269
|
+
<Id>DefaultLayoutOrientation</Id>
|
|
270
|
+
<Name>Default Layout Orientation</Name>
|
|
271
|
+
<Type>Combo</Type>
|
|
272
|
+
<Default>Default</Default>
|
|
273
|
+
<Values>
|
|
274
|
+
<Value id='Default' desc='Default'/>
|
|
275
|
+
<Value id='Landscape' desc='Landscape'/>
|
|
276
|
+
<Value id='Portrait' desc='Portrait'/>
|
|
277
|
+
</Values>
|
|
278
|
+
</Prop>
|
|
279
|
+
<Prop hidden='1'>
|
|
280
|
+
<Id>AndroidBaseStyle</Id>
|
|
281
|
+
<Name>Android Base Style</Name>
|
|
282
|
+
<Type>Combo</Type>
|
|
283
|
+
<Default>DefautlBaseStyle</Default>
|
|
284
|
+
<Values>
|
|
285
|
+
<Value id='DefautlBaseStyle' desc='Default'/>
|
|
286
|
+
<Value id='AndroidBaseStyleDark' desc='Dark'/>
|
|
287
|
+
<Value id='AndroidBaseStyleLight' desc='Light'/>
|
|
288
|
+
<Value id='AndroidBaseStyleLightWithDarkActionBar' desc='Light with Dark Action Bar'/>
|
|
289
|
+
</Values>
|
|
290
|
+
<Metadata>
|
|
291
|
+
<Value name='FlagDisplayName'>Base Color Scheme</Value>
|
|
292
|
+
</Metadata>
|
|
293
|
+
</Prop>
|
|
294
|
+
<Prop hidden='1'>
|
|
295
|
+
<Id>idEnablePreferredColorScheme</Id>
|
|
296
|
+
<Name>Enable Preferred Color Scheme</Name>
|
|
297
|
+
<Description>Enables light and dark colors schemes on supported platforms</Description>
|
|
298
|
+
<Type>Boolean</Type>
|
|
299
|
+
<Default>false</Default>
|
|
300
|
+
</Prop>
|
|
301
|
+
<Prop hidden='1'>
|
|
302
|
+
<Id>AppEnableAds</Id>
|
|
303
|
+
<Name>Enable Ads</Name>
|
|
304
|
+
<Description>Enable Automatic Advertisements</Description>
|
|
305
|
+
<Type>Boolean</Type>
|
|
306
|
+
<Default>false</Default>
|
|
307
|
+
<Options>
|
|
308
|
+
<Option type='Not Show'/>
|
|
309
|
+
</Options>
|
|
310
|
+
</Prop>
|
|
311
|
+
<Prop hidden='1'>
|
|
312
|
+
<Id>DeepLinkBaseURL</Id>
|
|
313
|
+
<Name>DeepLinkBaseURL</Name>
|
|
314
|
+
<Description>Supported base URL for AppLinks, it may be more than one separated by ';', in example it may be the start of the url http://example.com or a custom schema gxapp:</Description>
|
|
315
|
+
<Type>Text</Type>
|
|
316
|
+
<Metadata>
|
|
317
|
+
<Value name='FlagDisplayName'>Deep Link Base URL</Value>
|
|
318
|
+
</Metadata>
|
|
319
|
+
</Prop>
|
|
320
|
+
<Prop hidden='1'>
|
|
321
|
+
<Id>GoogleCastReceiverAppId</Id>
|
|
322
|
+
<Name>Google Cast Receiver Application Id</Name>
|
|
323
|
+
<Description>The id of the application that runs in the Google Cast receiver device when casting from this app. Setting a value for this property will enable Google Cast support for media playback (audio in background, videos). For testing purposes you can use the default media receiver application id: 'CC1AD845'.</Description>
|
|
324
|
+
<Type>Text</Type>
|
|
325
|
+
</Prop>
|
|
326
|
+
<Prop hidden='1'>
|
|
327
|
+
<Id>idBingMapsKey</Id>
|
|
328
|
+
<Name>Bing Maps Key</Name>
|
|
329
|
+
<Description>Key used to access Bing Maps geolocation services. To get a new key go to bingmapsportal.com</Description>
|
|
330
|
+
<Type>Text</Type>
|
|
331
|
+
<Default>AvHhO1IwVBJa-uYU-SxTaum0bz8eUUxE0JZfyyXl0cmoB4EAbnlPyDYNz53VieGE</Default>
|
|
332
|
+
<Metadata>
|
|
333
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
334
|
+
</Metadata>
|
|
335
|
+
</Prop>
|
|
336
|
+
<Prop hidden='1'>
|
|
337
|
+
<Id>idObfuscateApplication</Id>
|
|
338
|
+
<Name>Obfuscate Application</Name>
|
|
339
|
+
<Description>If true, the application will be shrunk as part of the compilation process, removing unused code and obfuscating remaining methods and classes using short names.</Description>
|
|
340
|
+
<Type>Boolean</Type>
|
|
341
|
+
<Default>false</Default>
|
|
342
|
+
</Prop>
|
|
343
|
+
<Prop hidden='1'>
|
|
344
|
+
<Id>EnableTestMode</Id>
|
|
345
|
+
<Name>Enable Test Mode</Name>
|
|
346
|
+
<Type>Boolean</Type>
|
|
347
|
+
<Options>
|
|
348
|
+
<Option type='Not Show'/>
|
|
349
|
+
</Options>
|
|
350
|
+
</Prop>
|
|
351
|
+
<Prop hidden='1'>
|
|
352
|
+
<Id>HasAssociatedUITests</Id>
|
|
353
|
+
<Name>Has Associated UI Test</Name>
|
|
354
|
+
<Description>Returns true if the SD main object has any associated UI test</Description>
|
|
355
|
+
<Type>Boolean</Type>
|
|
356
|
+
<Metadata>
|
|
357
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDHasAssociatedUITestsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
358
|
+
<Value name='FlagSerializeToMetadata'>True</Value>
|
|
359
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
360
|
+
</Metadata>
|
|
361
|
+
<Options>
|
|
362
|
+
<Option type='Readonly'/>
|
|
363
|
+
<Option type='Not Show'/>
|
|
364
|
+
</Options>
|
|
365
|
+
</Prop>
|
|
366
|
+
<Group hidden='1'>
|
|
367
|
+
<Id>idHuaweiGroup</Id>
|
|
368
|
+
<Name>Huawei</Name>
|
|
369
|
+
<Type>Group</Type>
|
|
370
|
+
<Metadata>
|
|
371
|
+
<Value name='FlagPlatform'>android</Value>
|
|
372
|
+
</Metadata>
|
|
373
|
+
<Children>
|
|
374
|
+
<Prop hidden='1'>
|
|
375
|
+
<Id>HuaweiPackageName</Id>
|
|
376
|
+
<Name>Huawei Package Name</Name>
|
|
377
|
+
<Description>A full Java-language-style package name for the application. The name should be unique and may contain uppercase or lowercase letters ('A' through 'Z'), numbers, and underscores ('_'). However, individual package name parts may only start with letters. Usually the Internet domain of your company (in reverse) plus the application name, e.g. com.genexus.xxevent.</Description>
|
|
378
|
+
<Type>Text</Type>
|
|
379
|
+
<Metadata>
|
|
380
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AndroidPackageNameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
381
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.AndroidPackageNameValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
382
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
383
|
+
</Metadata>
|
|
384
|
+
<Options>
|
|
385
|
+
<Option type='Not Show'/>
|
|
386
|
+
</Options>
|
|
387
|
+
</Prop>
|
|
388
|
+
<Prop hidden='1'>
|
|
389
|
+
<Id>UseHuaweiAnalytics</Id>
|
|
390
|
+
<Name>Use Huawei Analytics</Name>
|
|
391
|
+
<Description>Indicates if this application use Analytics when generating for Huawei platform, this will include the necessary library.</Description>
|
|
392
|
+
<Type>Boolean</Type>
|
|
393
|
+
<Default>false</Default>
|
|
394
|
+
</Prop>
|
|
395
|
+
<Prop hidden='1'>
|
|
396
|
+
<Id>UseHuaweiNotifications</Id>
|
|
397
|
+
<Name>Use Huawei Notifications</Name>
|
|
398
|
+
<Description>Indicates if this application use Notifications when generating for Huawei platform, this will include special settings on OneSignal configuration</Description>
|
|
399
|
+
<Type>Boolean</Type>
|
|
400
|
+
<Default>false</Default>
|
|
401
|
+
</Prop>
|
|
402
|
+
<Prop hidden='1'>
|
|
403
|
+
<Id>UseHuaweiInAppBilling</Id>
|
|
404
|
+
<Name>Use Huawei In-App Billing</Name>
|
|
405
|
+
<Description>Indicates if this application use In-App Billing when generating for Huawei platform, this will include the necessary library.</Description>
|
|
406
|
+
<Type>Boolean</Type>
|
|
407
|
+
<Default>false</Default>
|
|
408
|
+
</Prop>
|
|
409
|
+
<Prop hidden='1'>
|
|
410
|
+
<Id>HuaweiInAppPublicKey</Id>
|
|
411
|
+
<Name>Huawei In-App Public Key</Name>
|
|
412
|
+
<Description>Huawei Public Key used in Huawei In-App Billing platform for verifying in-app billing purchases (in Base64).</Description>
|
|
413
|
+
<Type>Text</Type>
|
|
414
|
+
<Default></Default>
|
|
415
|
+
<Dependencies>
|
|
416
|
+
<Depend type='Not Show'>
|
|
417
|
+
<Cond>value(UseHuaweiInAppBilling) == false</Cond>
|
|
418
|
+
<Condition>
|
|
419
|
+
<Expression>
|
|
420
|
+
<Type>Comparison</Type>
|
|
421
|
+
<Operator>Equal</Operator>
|
|
422
|
+
<PropName>UseHuaweiInAppBilling</PropName>
|
|
423
|
+
<Value>false</Value>
|
|
424
|
+
</Expression>
|
|
425
|
+
</Condition>
|
|
426
|
+
</Depend>
|
|
427
|
+
</Dependencies>
|
|
428
|
+
<Metadata>
|
|
429
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.TrimPropertyValueAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
430
|
+
</Metadata>
|
|
431
|
+
</Prop>
|
|
432
|
+
<Prop hidden='1'>
|
|
433
|
+
<Id>UseHuaweiMaps</Id>
|
|
434
|
+
<Name>Use Huawei Maps </Name>
|
|
435
|
+
<Description>Indicates if this application use Huawei Maps provider (MapKit) when generating for Huawei platform</Description>
|
|
436
|
+
<Type>Boolean</Type>
|
|
437
|
+
<Default>false</Default>
|
|
438
|
+
</Prop>
|
|
439
|
+
<Prop hidden='1'>
|
|
440
|
+
<Id>HuaweiServicesApiKey</Id>
|
|
441
|
+
<Name>Huawei Services API Key</Name>
|
|
442
|
+
<Description>Huawei Services API Key used in Huawei Services (i.e. MapKit).</Description>
|
|
443
|
+
<Type>Text</Type>
|
|
444
|
+
<Default></Default>
|
|
445
|
+
<Metadata>
|
|
446
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.TrimPropertyValueAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
447
|
+
</Metadata>
|
|
448
|
+
</Prop>
|
|
449
|
+
<Prop hidden='1'>
|
|
450
|
+
<Id>HuaweiServicesFile</Id>
|
|
451
|
+
<Name>Huawei Services File</Name>
|
|
452
|
+
<Description>Set File downloaded after configuring the settings in the Huawei console. This must be a File in the Knowledgebase</Description>
|
|
453
|
+
<Type>Custom</Type>
|
|
454
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
455
|
+
<Metadata>
|
|
456
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=1132AC08-290F-4fd1-BD18-64777B7329D1),Artech.Architecture.Common</Value>
|
|
457
|
+
<Value name='FlagCopyFileTo'></Value>
|
|
458
|
+
<Value name='FlagCopyFileName'>agconnect-services.json</Value>
|
|
459
|
+
</Metadata>
|
|
460
|
+
</Prop>
|
|
461
|
+
</Children>
|
|
462
|
+
</Group>
|
|
463
|
+
<Group hidden='1'>
|
|
464
|
+
<Id>idWebFrontendGroup</Id>
|
|
465
|
+
<Name>Web Frontend</Name>
|
|
466
|
+
<Type>Group</Type>
|
|
467
|
+
<Children>
|
|
468
|
+
<Prop hidden='1'>
|
|
469
|
+
<Id>idAPPWebFrontendVersionCode</Id>
|
|
470
|
+
<Name>Web Frontend Version Code</Name>
|
|
471
|
+
<Description>A value that represents the version of the application code, relative to other versions</Description>
|
|
472
|
+
<Type>Text</Type>
|
|
473
|
+
<Default>1.0</Default>
|
|
474
|
+
<Metadata>
|
|
475
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.VersionCodeValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
476
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
477
|
+
</Metadata>
|
|
478
|
+
<Options>
|
|
479
|
+
<Option type='Required'/>
|
|
480
|
+
</Options>
|
|
481
|
+
</Prop>
|
|
482
|
+
<Prop hidden='1'>
|
|
483
|
+
<Id>idAPPWebFrontendVersionName</Id>
|
|
484
|
+
<Name>Web Frontend Version Name</Name>
|
|
485
|
+
<Description>A string value that represents the release version of the application code, as it should be shown to users.</Description>
|
|
486
|
+
<Type>Text</Type>
|
|
487
|
+
<Default>1.0</Default>
|
|
488
|
+
<Metadata>
|
|
489
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
490
|
+
</Metadata>
|
|
491
|
+
<Options>
|
|
492
|
+
<Option type='Required'/>
|
|
493
|
+
</Options>
|
|
494
|
+
</Prop>
|
|
495
|
+
<Prop hidden='1'>
|
|
496
|
+
<Id>idWebFrontendApplication</Id>
|
|
497
|
+
<Name>Web Frontend Application</Name>
|
|
498
|
+
<Description>Indicates the kind of web application to generate</Description>
|
|
499
|
+
<Type>Combo</Type>
|
|
500
|
+
<Default>idWebFrontendDefault</Default>
|
|
501
|
+
<Values>
|
|
502
|
+
<Value id='idWebFrontendDefault' desc='Default'/>
|
|
503
|
+
<Value id='idWebFrontendProgressive' desc='Progressive'/>
|
|
504
|
+
</Values>
|
|
505
|
+
<Dependencies>
|
|
506
|
+
<Depend type='Not Show'>
|
|
507
|
+
<Cond>value(IsMain) == false</Cond>
|
|
508
|
+
<Condition>
|
|
509
|
+
<Expression>
|
|
510
|
+
<Type>Comparison</Type>
|
|
511
|
+
<Operator>Equal</Operator>
|
|
512
|
+
<PropName>IsMain</PropName>
|
|
513
|
+
<Value>false</Value>
|
|
514
|
+
</Expression>
|
|
515
|
+
</Condition>
|
|
516
|
+
</Depend>
|
|
517
|
+
</Dependencies>
|
|
518
|
+
<Metadata>
|
|
519
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
520
|
+
</Metadata>
|
|
521
|
+
</Prop>
|
|
522
|
+
<Prop hidden='1'>
|
|
523
|
+
<Id>idInstallGoogleTagManagerSupport</Id>
|
|
524
|
+
<Name>Install Google Tag Manager Support</Name>
|
|
525
|
+
<Description>Indicates whether to install Google Tag Manager support.</Description>
|
|
526
|
+
<Type>Boolean</Type>
|
|
527
|
+
</Prop>
|
|
528
|
+
<Prop hidden='1'>
|
|
529
|
+
<Id>idWebFrontendApplicationGoogleTagManagerContainerId</Id>
|
|
530
|
+
<Name>WebFrontend Google Tag Manager Container Id</Name>
|
|
531
|
+
<Description>Specify the Google Tag Manager container.</Description>
|
|
532
|
+
<Type>Text</Type>
|
|
533
|
+
<Dependencies>
|
|
534
|
+
<Depend type='Not Show'>
|
|
535
|
+
<Cond>value(idInstallGoogleTagManagerSupport) == false</Cond>
|
|
536
|
+
<Condition>
|
|
537
|
+
<Expression>
|
|
538
|
+
<Type>Comparison</Type>
|
|
539
|
+
<Operator>Equal</Operator>
|
|
540
|
+
<PropName>idInstallGoogleTagManagerSupport</PropName>
|
|
541
|
+
<Value>false</Value>
|
|
542
|
+
</Expression>
|
|
543
|
+
</Condition>
|
|
544
|
+
</Depend>
|
|
545
|
+
</Dependencies>
|
|
546
|
+
</Prop>
|
|
547
|
+
<Group hidden='1'>
|
|
548
|
+
<Id>idWebFrontendApplicationGroup</Id>
|
|
549
|
+
<Name>Web Frontend Application</Name>
|
|
550
|
+
<Description>Specify Web Frontend Application properties</Description>
|
|
551
|
+
<Type>Group</Type>
|
|
552
|
+
<Dependencies>
|
|
553
|
+
<Depend type='Not Show'>
|
|
554
|
+
<Cond>value(idWebFrontendApplication) == idWebFrontendDefault</Cond>
|
|
555
|
+
<Condition>
|
|
556
|
+
<Expression>
|
|
557
|
+
<Type>Comparison</Type>
|
|
558
|
+
<Operator>Equal</Operator>
|
|
559
|
+
<PropName>idWebFrontendApplication</PropName>
|
|
560
|
+
<Value>idWebFrontendDefault</Value>
|
|
561
|
+
</Expression>
|
|
562
|
+
</Condition>
|
|
563
|
+
</Depend>
|
|
564
|
+
</Dependencies>
|
|
565
|
+
<Children>
|
|
566
|
+
<Prop hidden='1'>
|
|
567
|
+
<Id>idWebFrontendApplicationName</Id>
|
|
568
|
+
<Name>Web Frontend Application Name</Name>
|
|
569
|
+
<Description>Provides a human-readable name for the site when displayed to the user. For example, among a list of other applications or as a label for an icon.</Description>
|
|
570
|
+
<Type>Text</Type>
|
|
571
|
+
<Metadata>
|
|
572
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDPanelCaptionDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
573
|
+
<Value name='FlagTranslatableString'></Value>
|
|
574
|
+
</Metadata>
|
|
575
|
+
</Prop>
|
|
576
|
+
<Prop hidden='1'>
|
|
577
|
+
<Id>idWebFrontendApplicationShortName</Id>
|
|
578
|
+
<Name>Web Frontend Application Short Name</Name>
|
|
579
|
+
<Description>Provides a short human-readable name for the application. This is intended for when there is insufficient space to display the full name of the web application, like device homescreens.</Description>
|
|
580
|
+
<Type>Text</Type>
|
|
581
|
+
<Metadata>
|
|
582
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDPanelCaptionDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
583
|
+
<Value name='FlagTranslatableString'></Value>
|
|
584
|
+
</Metadata>
|
|
585
|
+
</Prop>
|
|
586
|
+
<Prop hidden='1'>
|
|
587
|
+
<Id>idWebFrontendApplicationDescription</Id>
|
|
588
|
+
<Name>Web Frontend Application Description</Name>
|
|
589
|
+
<Description>Provides a general description of what the pinned website does.</Description>
|
|
590
|
+
<Type>Text</Type>
|
|
591
|
+
<Metadata>
|
|
592
|
+
<Value name='FlagTranslatableString'></Value>
|
|
593
|
+
</Metadata>
|
|
594
|
+
</Prop>
|
|
595
|
+
<Prop hidden='1'>
|
|
596
|
+
<Id>idWebFrontendDisplay</Id>
|
|
597
|
+
<Name>Web Frontend Display Mode</Name>
|
|
598
|
+
<Description>Defines the developers' preferred display mode for the website.</Description>
|
|
599
|
+
<Type>Combo</Type>
|
|
600
|
+
<Default>idStandalone</Default>
|
|
601
|
+
<Values>
|
|
602
|
+
<Value id='idStandalone' desc='Standalone'/>
|
|
603
|
+
<Value id='idFullscreen' desc='Fullscreen'/>
|
|
604
|
+
<Value id='idMinimalUI' desc='Minimal'/>
|
|
605
|
+
<Value id='idBrowser' desc='Browser'/>
|
|
606
|
+
</Values>
|
|
607
|
+
</Prop>
|
|
608
|
+
<Prop hidden='1'>
|
|
609
|
+
<Id>idWebFrontendBackgroundColor</Id>
|
|
610
|
+
<Name>Web Frontend Background Color</Name>
|
|
611
|
+
<Description>Defines the expected background color for the website. This value repeats what is already available in the theme, but can be used by browsers to draw the background color of a shortcut when the manifest is available before the stylesheet has loaded. This creates a smooth transition between launching the web application and loading the site's content.</Description>
|
|
612
|
+
<Type>Custom</Type>
|
|
613
|
+
<CustomType>Artech.Genexus.Common.Objects.Themes.CustomTypes.ColorType2, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
614
|
+
</Prop>
|
|
615
|
+
<Prop hidden='1'>
|
|
616
|
+
<Id>idWebFrontendThemeColor</Id>
|
|
617
|
+
<Name>Web Frontend Theme Color</Name>
|
|
618
|
+
<Description>Defines the default theme color for an application. This sometimes affects how the OS displays the site (e.g., on Android's task switcher, the theme color surrounds the site).</Description>
|
|
619
|
+
<Type>Custom</Type>
|
|
620
|
+
<CustomType>Artech.Genexus.Common.Objects.Themes.CustomTypes.ColorType2, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
621
|
+
</Prop>
|
|
622
|
+
<Prop hidden='1'>
|
|
623
|
+
<Id>idWebFrontendApplicationIcon</Id>
|
|
624
|
+
<Name>Web Frontend Application Icon</Name>
|
|
625
|
+
<Description>Specify the icon to show in device launch screens.</Description>
|
|
626
|
+
<Type>Custom</Type>
|
|
627
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
628
|
+
</Prop>
|
|
629
|
+
</Children>
|
|
630
|
+
</Group>
|
|
631
|
+
</Children>
|
|
632
|
+
</Group>
|
|
633
|
+
<Group hidden='1'>
|
|
634
|
+
<Id>idandroidGroup</Id>
|
|
635
|
+
<Name>Android</Name>
|
|
636
|
+
<Type>Group</Type>
|
|
637
|
+
<Metadata>
|
|
638
|
+
<Value name='FlagPlatform'>android</Value>
|
|
639
|
+
</Metadata>
|
|
640
|
+
<Children>
|
|
641
|
+
<Prop hidden='1'>
|
|
642
|
+
<Id>idAPPAndroidVersionCode</Id>
|
|
643
|
+
<Name>Android Version Code</Name>
|
|
644
|
+
<Description>A value that represents the version of the application code, relative to other versions</Description>
|
|
645
|
+
<Type>Text</Type>
|
|
646
|
+
<Default>1.0</Default>
|
|
647
|
+
<Metadata>
|
|
648
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.VersionCodeValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
649
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
650
|
+
</Metadata>
|
|
651
|
+
<Options>
|
|
652
|
+
<Option type='Required'/>
|
|
653
|
+
</Options>
|
|
654
|
+
</Prop>
|
|
655
|
+
<Prop hidden='1'>
|
|
656
|
+
<Id>idAPPAndroidVersionName</Id>
|
|
657
|
+
<Name>Android Version Name</Name>
|
|
658
|
+
<Description>A string value that represents the release version of the application code, as it should be shown to users.</Description>
|
|
659
|
+
<Type>Text</Type>
|
|
660
|
+
<Default>1.0</Default>
|
|
661
|
+
<Metadata>
|
|
662
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
663
|
+
</Metadata>
|
|
664
|
+
<Options>
|
|
665
|
+
<Option type='Required'/>
|
|
666
|
+
</Options>
|
|
667
|
+
</Prop>
|
|
668
|
+
<Prop hidden='1'>
|
|
669
|
+
<Id>AndroidVersionUri</Id>
|
|
670
|
+
<Name>Update URL</Name>
|
|
671
|
+
<Description>URL of the Store page where the Application is published (e.g. https://play.google.com/store/apps/details?id=<package_name>), or a link to where the APK itself is deployed.</Description>
|
|
672
|
+
<Type>Text</Type>
|
|
673
|
+
</Prop>
|
|
674
|
+
<Prop hidden='1'>
|
|
675
|
+
<Id>AndroidPackageName</Id>
|
|
676
|
+
<Name>Android Package Name</Name>
|
|
677
|
+
<Description>A full Java-language-style package name for the application. The name should be unique and may contain uppercase or lowercase letters ('A' through 'Z'), numbers, and underscores ('_'). However, individual package name parts may only start with letters. Usually the Internet domain of your company (in reverse) plus the application name, e.g. com.genexus.xxevent.</Description>
|
|
678
|
+
<Type>Text</Type>
|
|
679
|
+
<Metadata>
|
|
680
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AndroidPackageNameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
681
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.AndroidPackageNameValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
682
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
683
|
+
</Metadata>
|
|
684
|
+
</Prop>
|
|
685
|
+
<Prop hidden='1'>
|
|
686
|
+
<Id>AndroidAppIcon</Id>
|
|
687
|
+
<Name>Android Application Icon</Name>
|
|
688
|
+
<Type>Custom</Type>
|
|
689
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
690
|
+
<Metadata>
|
|
691
|
+
<Value name='FlagImageSize'>48x48</Value>
|
|
692
|
+
<Value name='FlagImageName'>appicon</Value>
|
|
693
|
+
</Metadata>
|
|
694
|
+
</Prop>
|
|
695
|
+
<Prop hidden='1'>
|
|
696
|
+
<Id>AndroidNotificationIcon</Id>
|
|
697
|
+
<Name>Android Notification Icon</Name>
|
|
698
|
+
<Description>Image displayed in the status bar for application notifications. Should be a flat 24x24 dp image, entirely white.</Description>
|
|
699
|
+
<Type>Custom</Type>
|
|
700
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
701
|
+
<Metadata>
|
|
702
|
+
<Value name='FlagImageSize'>24x24</Value>
|
|
703
|
+
<Value name='FlagImageName'>gx_notification_icon</Value>
|
|
704
|
+
</Metadata>
|
|
705
|
+
</Prop>
|
|
706
|
+
<Prop hidden='1'>
|
|
707
|
+
<Id>AndroidAppWelcomeImage</Id>
|
|
708
|
+
<Name>Android Portrait Launch Image</Name>
|
|
709
|
+
<Type>Custom</Type>
|
|
710
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
711
|
+
<Metadata>
|
|
712
|
+
<Value name='FlagImageName'>appwelcomedefault</Value>
|
|
713
|
+
</Metadata>
|
|
714
|
+
</Prop>
|
|
715
|
+
<Prop hidden='1'>
|
|
716
|
+
<Id>AndroidAppWelcomeImageLandscape</Id>
|
|
717
|
+
<Name>Android Landscape Launch Image</Name>
|
|
718
|
+
<Type>Custom</Type>
|
|
719
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
720
|
+
<Metadata>
|
|
721
|
+
<Value name='FlagImageName'>appwelcomedefaultlandscape</Value>
|
|
722
|
+
</Metadata>
|
|
723
|
+
</Prop>
|
|
724
|
+
<Prop hidden='1'>
|
|
725
|
+
<Id>AdMobPublisherId</Id>
|
|
726
|
+
<Name>AdMob Unit Id</Name>
|
|
727
|
+
<Type>Text</Type>
|
|
728
|
+
<Options>
|
|
729
|
+
<Option type='Not Show'/>
|
|
730
|
+
</Options>
|
|
731
|
+
</Prop>
|
|
732
|
+
<Prop hidden='1'>
|
|
733
|
+
<Id>idAndroidMapsApi</Id>
|
|
734
|
+
<Name>Android Maps API</Name>
|
|
735
|
+
<Description>API used to display SD Maps controls in Android.</Description>
|
|
736
|
+
<Type>Combo</Type>
|
|
737
|
+
<Default>MAPS_GOOGLE_V2</Default>
|
|
738
|
+
<Values>
|
|
739
|
+
</Values>
|
|
740
|
+
<Metadata>
|
|
741
|
+
<Value name='TypeConverter'>Artech.Genexus.Common.Converters.MapsServiceTypeConverter, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
742
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
743
|
+
<Value name='FlagDefaultFrom'>idAndroidMapsApi</Value>
|
|
744
|
+
<Value name='ServiceDirectory'>Maps</Value>
|
|
745
|
+
</Metadata>
|
|
746
|
+
</Prop>
|
|
747
|
+
<Prop hidden='1'>
|
|
748
|
+
<Id>idAndroidMapsApiKey</Id>
|
|
749
|
+
<Name>Android Maps API Key</Name>
|
|
750
|
+
<Description>API Key for Android Maps. Depending on the selected API, may have to be generated from a fingerprint of the certificate used for signing, and from the application's package name.</Description>
|
|
751
|
+
<Type>Text</Type>
|
|
752
|
+
<Dependencies>
|
|
753
|
+
<Depend type='Not Show'/>
|
|
754
|
+
</Dependencies>
|
|
755
|
+
<Metadata>
|
|
756
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
757
|
+
<Value name='FlagDefaultFrom'>idAndroidMapsApiKey</Value>
|
|
758
|
+
</Metadata>
|
|
759
|
+
</Prop>
|
|
760
|
+
<Prop hidden='1'>
|
|
761
|
+
<Id>AndroidYoutubeAPIKey</Id>
|
|
762
|
+
<Name>Android Google Services API Key</Name>
|
|
763
|
+
<Description>API Key for all google services, i.e. Maps, Youtube. Depending on the services you use, it may have to be generated from a fingerprint of the certificate used for signing, and from the application's package name.</Description>
|
|
764
|
+
<Type>Text</Type>
|
|
765
|
+
<Metadata>
|
|
766
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
767
|
+
<Value name='FlagDefaultFrom'>idAndroidMapsApiKey</Value>
|
|
768
|
+
</Metadata>
|
|
769
|
+
</Prop>
|
|
770
|
+
<Prop hidden='1'>
|
|
771
|
+
<Id>UseProximityAlerts</Id>
|
|
772
|
+
<Name>Use Proximity Alerts</Name>
|
|
773
|
+
<Description>Set to true if you use Proximity Alerts in the application.</Description>
|
|
774
|
+
<Type>Boolean</Type>
|
|
775
|
+
</Prop>
|
|
776
|
+
<Prop hidden='1'>
|
|
777
|
+
<Id>UsePdfReports</Id>
|
|
778
|
+
<Name>Use Pdf Reports</Name>
|
|
779
|
+
<Description>Enables/disables the usage of Pdf reports in the application.</Description>
|
|
780
|
+
<Type>Boolean</Type>
|
|
781
|
+
<Metadata>
|
|
782
|
+
<Value name='FlagDisplayName'>Use PDF Reports</Value>
|
|
783
|
+
</Metadata>
|
|
784
|
+
</Prop>
|
|
785
|
+
<Prop hidden='1'>
|
|
786
|
+
<Id>UseGeographyDataTypes</Id>
|
|
787
|
+
<Name>Use Geography Data Types</Name>
|
|
788
|
+
<Description>Indicates whether Geography Data Types are used in your mobile application (to include the necessary library).</Description>
|
|
789
|
+
<Type>Boolean</Type>
|
|
790
|
+
<Metadata>
|
|
791
|
+
<Value name='FlagDisplayName'>Use Geography Data Types</Value>
|
|
792
|
+
</Metadata>
|
|
793
|
+
</Prop>
|
|
794
|
+
<Prop hidden='1'>
|
|
795
|
+
<Id>UseBackgroundLocation</Id>
|
|
796
|
+
<Name>Use Background Location</Name>
|
|
797
|
+
<Description>Indicates whether Background Location are used in your application (to include the necessary permission: ACCESS_BACKGROUND_LOCATION).</Description>
|
|
798
|
+
<Type>Boolean</Type>
|
|
799
|
+
<Metadata>
|
|
800
|
+
<Value name='FlagDisplayName'>Use Background Location</Value>
|
|
801
|
+
</Metadata>
|
|
802
|
+
</Prop>
|
|
803
|
+
<Prop hidden='1'>
|
|
804
|
+
<Id>InformationOnRequests</Id>
|
|
805
|
+
<Name>Include Network Id in Client Information</Name>
|
|
806
|
+
<Type>Boolean</Type>
|
|
807
|
+
<Options>
|
|
808
|
+
<Option type='Not Show'/>
|
|
809
|
+
</Options>
|
|
810
|
+
</Prop>
|
|
811
|
+
<Prop hidden='1'>
|
|
812
|
+
<Id>CompilationMode</Id>
|
|
813
|
+
<Name>Compilation Mode</Name>
|
|
814
|
+
<Type>Combo</Type>
|
|
815
|
+
<Default>COMPILATION_MODE_DEVELOPMENT</Default>
|
|
816
|
+
<Values>
|
|
817
|
+
<Value id='COMPILATION_MODE_DEVELOPMENT' desc='Development'/>
|
|
818
|
+
<Value id='COMPILATION_MODE_DISTRIBUTION' desc='Distribution'/>
|
|
819
|
+
</Values>
|
|
820
|
+
<Metadata>
|
|
821
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
822
|
+
<Value name='FlagDefaultFrom'>CompilationMode</Value>
|
|
823
|
+
</Metadata>
|
|
824
|
+
</Prop>
|
|
825
|
+
<Prop hidden='1'>
|
|
826
|
+
<Id>AndroidMultidexBuild</Id>
|
|
827
|
+
<Name>Multidex Build</Name>
|
|
828
|
+
<Type>Boolean</Type>
|
|
829
|
+
<Default>true</Default>
|
|
830
|
+
<Metadata>
|
|
831
|
+
<Value name='FlagExport'>true</Value>
|
|
832
|
+
<Value name='FlagDisplayName'>Multidex Build</Value>
|
|
833
|
+
</Metadata>
|
|
834
|
+
</Prop>
|
|
835
|
+
<Prop hidden='1'>
|
|
836
|
+
<Id>AppBundleOutput</Id>
|
|
837
|
+
<Name>Publishing Format</Name>
|
|
838
|
+
<Description>Indicates whether the output file is generated as .aab or .apk</Description>
|
|
839
|
+
<Type>Combo</Type>
|
|
840
|
+
<Default>OUTPUT_FORMAT_AAB</Default>
|
|
841
|
+
<Values>
|
|
842
|
+
<Value id='OUTPUT_FORMAT_AAB' desc='Android App Bundle (.aab)'/>
|
|
843
|
+
<Value id='OUTPUT_FORMAT_APK' desc='Legacy (.apk)'/>
|
|
844
|
+
</Values>
|
|
845
|
+
<Dependencies>
|
|
846
|
+
<Depend type='Not Show'>
|
|
847
|
+
<Cond>value(CompilationMode) == COMPILATION_MODE_DEVELOPMENT</Cond>
|
|
848
|
+
<Condition>
|
|
849
|
+
<Expression>
|
|
850
|
+
<Type>Comparison</Type>
|
|
851
|
+
<Operator>Equal</Operator>
|
|
852
|
+
<PropName>CompilationMode</PropName>
|
|
853
|
+
<Value>COMPILATION_MODE_DEVELOPMENT</Value>
|
|
854
|
+
</Expression>
|
|
855
|
+
</Condition>
|
|
856
|
+
</Depend>
|
|
857
|
+
</Dependencies>
|
|
858
|
+
<Metadata>
|
|
859
|
+
<Value name='FlagExport'>true</Value>
|
|
860
|
+
<Value name='FlagDisplayName'>Publishing Format</Value>
|
|
861
|
+
</Metadata>
|
|
862
|
+
</Prop>
|
|
863
|
+
<Group hidden='1'>
|
|
864
|
+
<Id>KEYSTORE_GROUP</Id>
|
|
865
|
+
<Name>Application Signing</Name>
|
|
866
|
+
<Type>Group</Type>
|
|
867
|
+
<Dependencies>
|
|
868
|
+
<Depend type='Not Show'>
|
|
869
|
+
<Cond>value(CompilationMode) == COMPILATION_MODE_DEVELOPMENT</Cond>
|
|
870
|
+
<Condition>
|
|
871
|
+
<Expression>
|
|
872
|
+
<Type>Comparison</Type>
|
|
873
|
+
<Operator>Equal</Operator>
|
|
874
|
+
<PropName>CompilationMode</PropName>
|
|
875
|
+
<Value>COMPILATION_MODE_DEVELOPMENT</Value>
|
|
876
|
+
</Expression>
|
|
877
|
+
</Condition>
|
|
878
|
+
</Depend>
|
|
879
|
+
</Dependencies>
|
|
880
|
+
<Children>
|
|
881
|
+
<Prop hidden='1'>
|
|
882
|
+
<Id>KEYSTORE_FILE</Id>
|
|
883
|
+
<Name>Key Store File</Name>
|
|
884
|
+
<Description>File required for signing Android applications. A debug certificate will be used if left empty. Note that you should apply your own key before releasing the application.</Description>
|
|
885
|
+
<Type>Custom</Type>
|
|
886
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.FileType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
887
|
+
<Metadata>
|
|
888
|
+
<Value name='FlagExport'>false</Value>
|
|
889
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.FileExistValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
890
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
891
|
+
<Value name='FlagDefaultFrom'>KEYSTORE_FILE</Value>
|
|
892
|
+
</Metadata>
|
|
893
|
+
</Prop>
|
|
894
|
+
<Prop hidden='1'>
|
|
895
|
+
<Id>idKeyAlias</Id>
|
|
896
|
+
<Name>Key Alias</Name>
|
|
897
|
+
<Description>Alias for the key. Only the first 8 characters are used.</Description>
|
|
898
|
+
<Type>Text</Type>
|
|
899
|
+
<Metadata>
|
|
900
|
+
<Value name='FlagExport'>false</Value>
|
|
901
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.Valid.AllowEmptyButNotWhiteSpacesValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
902
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
903
|
+
<Value name='FlagDefaultFrom'>idKeyAlias</Value>
|
|
904
|
+
</Metadata>
|
|
905
|
+
</Prop>
|
|
906
|
+
<Prop hidden='1'>
|
|
907
|
+
<Id>KEYSTORE_PASSWORD</Id>
|
|
908
|
+
<Name>Store Password</Name>
|
|
909
|
+
<Description>Password for the keystore.</Description>
|
|
910
|
+
<Type>Text</Type>
|
|
911
|
+
<Metadata>
|
|
912
|
+
<Value name='FlagExport'>false</Value>
|
|
913
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
914
|
+
<Value name='FlagDefaultFrom'>KEYSTORE_PASSWORD</Value>
|
|
915
|
+
</Metadata>
|
|
916
|
+
<Options>
|
|
917
|
+
<Option type='Password'/>
|
|
918
|
+
</Options>
|
|
919
|
+
</Prop>
|
|
920
|
+
<Prop hidden='1'>
|
|
921
|
+
<Id>KEY_PASSWORD</Id>
|
|
922
|
+
<Name>Key Password</Name>
|
|
923
|
+
<Description>Password for the key (identified by the alias).</Description>
|
|
924
|
+
<Type>Text</Type>
|
|
925
|
+
<Metadata>
|
|
926
|
+
<Value name='FlagExport'>false</Value>
|
|
927
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
928
|
+
<Value name='FlagDefaultFrom'>KEY_PASSWORD</Value>
|
|
929
|
+
</Metadata>
|
|
930
|
+
<Options>
|
|
931
|
+
<Option type='Password'/>
|
|
932
|
+
</Options>
|
|
933
|
+
</Prop>
|
|
934
|
+
</Children>
|
|
935
|
+
</Group>
|
|
936
|
+
</Children>
|
|
937
|
+
</Group>
|
|
938
|
+
<Group hidden='1'>
|
|
939
|
+
<Id>iOSGroup</Id>
|
|
940
|
+
<Name>Apple</Name>
|
|
941
|
+
<Type>Group</Type>
|
|
942
|
+
<Metadata>
|
|
943
|
+
<Value name='FlagPlatform'>apple</Value>
|
|
944
|
+
</Metadata>
|
|
945
|
+
<Children>
|
|
946
|
+
<Prop hidden='1'>
|
|
947
|
+
<Id>idiosAPPVersionCode</Id>
|
|
948
|
+
<Name>iOS Version Code</Name>
|
|
949
|
+
<Description>A value that represents the build version of the application code, which identifies an iteration (released or unreleased). The build version number should be a string comprised of three non-negative, period-separated integers with the first integer being greater than zero. If the value of the third number is 0, you can omit it and the second period.</Description>
|
|
950
|
+
<Type>Text</Type>
|
|
951
|
+
<Default>1.0</Default>
|
|
952
|
+
<Dependencies>
|
|
953
|
+
<Depend type='Apply'>
|
|
954
|
+
<Cond>value(iosDevices) != idWatch</Cond>
|
|
955
|
+
<Condition>
|
|
956
|
+
<Expression>
|
|
957
|
+
<Type>Comparison</Type>
|
|
958
|
+
<Operator>NotEqual</Operator>
|
|
959
|
+
<PropName>iosDevices</PropName>
|
|
960
|
+
<Value>idWatch</Value>
|
|
961
|
+
</Expression>
|
|
962
|
+
</Condition>
|
|
963
|
+
</Depend>
|
|
964
|
+
</Dependencies>
|
|
965
|
+
<Metadata>
|
|
966
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.VersionCodeWithOptionalThirdDigitValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
967
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
968
|
+
<Value name='FlagDisplayName'>Apple Version Code</Value>
|
|
969
|
+
</Metadata>
|
|
970
|
+
<Options>
|
|
971
|
+
<Option type='Required'/>
|
|
972
|
+
</Options>
|
|
973
|
+
</Prop>
|
|
974
|
+
<Prop hidden='1'>
|
|
975
|
+
<Id>idiosAPPVersionName</Id>
|
|
976
|
+
<Name>iOS Version Name</Name>
|
|
977
|
+
<Description>A string value that represents the release version of the application code, as it should be shown to users. The version number is a string composed of three period-separated non negative integers. The first integer represents major revision to the app, such as a revision that implements new features or major changes. The second integer denotes a revision that implements less prominent features. The third integer represents a maintenance release revision. If the value of the third number is 0, you can omit it and the second period.</Description>
|
|
978
|
+
<Type>Text</Type>
|
|
979
|
+
<Default>1.0</Default>
|
|
980
|
+
<Dependencies>
|
|
981
|
+
<Depend type='Apply'>
|
|
982
|
+
<Cond>value(iosDevices) != idWatch</Cond>
|
|
983
|
+
<Condition>
|
|
984
|
+
<Expression>
|
|
985
|
+
<Type>Comparison</Type>
|
|
986
|
+
<Operator>NotEqual</Operator>
|
|
987
|
+
<PropName>iosDevices</PropName>
|
|
988
|
+
<Value>idWatch</Value>
|
|
989
|
+
</Expression>
|
|
990
|
+
</Condition>
|
|
991
|
+
</Depend>
|
|
992
|
+
</Dependencies>
|
|
993
|
+
<Metadata>
|
|
994
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.VersionCodeWithOptionalThirdDigitValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
995
|
+
<Value name='FlagDisplayName'>Apple Version Name</Value>
|
|
996
|
+
</Metadata>
|
|
997
|
+
<Options>
|
|
998
|
+
<Option type='Required'/>
|
|
999
|
+
</Options>
|
|
1000
|
+
</Prop>
|
|
1001
|
+
<Prop hidden='1'>
|
|
1002
|
+
<Id>iOSVersionUri</Id>
|
|
1003
|
+
<Name>App Store URL</Name>
|
|
1004
|
+
<Type>Text</Type>
|
|
1005
|
+
<Dependencies>
|
|
1006
|
+
<Depend type='Apply'>
|
|
1007
|
+
<Cond>value(iosDevices) != idWatch</Cond>
|
|
1008
|
+
<Condition>
|
|
1009
|
+
<Expression>
|
|
1010
|
+
<Type>Comparison</Type>
|
|
1011
|
+
<Operator>NotEqual</Operator>
|
|
1012
|
+
<PropName>iosDevices</PropName>
|
|
1013
|
+
<Value>idWatch</Value>
|
|
1014
|
+
</Expression>
|
|
1015
|
+
</Condition>
|
|
1016
|
+
</Depend>
|
|
1017
|
+
</Dependencies>
|
|
1018
|
+
</Prop>
|
|
1019
|
+
<Prop hidden='1'>
|
|
1020
|
+
<Id>iOSBundleIdentifier</Id>
|
|
1021
|
+
<Name>iOS Bundle Identifier</Name>
|
|
1022
|
+
<Description>An identifier string that specifies the application type of the bundle. The string should be in reverse DNS format using only the Roman alphabet in upper and lower case (A-Z, a-z), numbers (0-9), the dot ('.'), and the hyphen ('-')</Description>
|
|
1023
|
+
<Type>Text</Type>
|
|
1024
|
+
<Dependencies>
|
|
1025
|
+
<Depend type='Apply'>
|
|
1026
|
+
<Cond>value(iosDevices) != idWatch</Cond>
|
|
1027
|
+
<Condition>
|
|
1028
|
+
<Expression>
|
|
1029
|
+
<Type>Comparison</Type>
|
|
1030
|
+
<Operator>NotEqual</Operator>
|
|
1031
|
+
<PropName>iosDevices</PropName>
|
|
1032
|
+
<Value>idWatch</Value>
|
|
1033
|
+
</Expression>
|
|
1034
|
+
</Condition>
|
|
1035
|
+
</Depend>
|
|
1036
|
+
</Dependencies>
|
|
1037
|
+
<Metadata>
|
|
1038
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.BundleIdentifierValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1039
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.BundleIdentifierDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1040
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
1041
|
+
<Value name='FlagDisplayName'>Apple Bundle Identifier</Value>
|
|
1042
|
+
</Metadata>
|
|
1043
|
+
<Options>
|
|
1044
|
+
<Option type='Required'/>
|
|
1045
|
+
</Options>
|
|
1046
|
+
</Prop>
|
|
1047
|
+
<Prop hidden='1'>
|
|
1048
|
+
<Id>iOSDevelopmentTeam</Id>
|
|
1049
|
+
<Name>Development Team ID</Name>
|
|
1050
|
+
<Type>Text</Type>
|
|
1051
|
+
<Dependencies>
|
|
1052
|
+
<Depend type='Apply'>
|
|
1053
|
+
<Cond>value(iosDevices) != idWatch</Cond>
|
|
1054
|
+
<Condition>
|
|
1055
|
+
<Expression>
|
|
1056
|
+
<Type>Comparison</Type>
|
|
1057
|
+
<Operator>NotEqual</Operator>
|
|
1058
|
+
<PropName>iosDevices</PropName>
|
|
1059
|
+
<Value>idWatch</Value>
|
|
1060
|
+
</Expression>
|
|
1061
|
+
</Condition>
|
|
1062
|
+
</Depend>
|
|
1063
|
+
</Dependencies>
|
|
1064
|
+
<Metadata>
|
|
1065
|
+
<Value name='FlagDisplayName'>Development Team ID</Value>
|
|
1066
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.DevelopmentTeamIdValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1067
|
+
</Metadata>
|
|
1068
|
+
</Prop>
|
|
1069
|
+
<Prop hidden='1'>
|
|
1070
|
+
<Id>iosDevices</Id>
|
|
1071
|
+
<Name>Devices</Name>
|
|
1072
|
+
<Description>Targeted device family</Description>
|
|
1073
|
+
<Type>Combo</Type>
|
|
1074
|
+
<Default>idUniversal</Default>
|
|
1075
|
+
<Values>
|
|
1076
|
+
<Value id='idiPad' desc='iPad'/>
|
|
1077
|
+
<Value id='idiPhone' desc='iPhone'/>
|
|
1078
|
+
<Value id='idUniversal' desc='iPhone & iPad'/>
|
|
1079
|
+
<Value id='idTV' desc='Apple TV'/>
|
|
1080
|
+
<Value id='idWatch' desc='Apple Watch'/>
|
|
1081
|
+
</Values>
|
|
1082
|
+
</Prop>
|
|
1083
|
+
<Prop hidden='1'>
|
|
1084
|
+
<Id>idIOS_REQUIRED_XCODE_VERSION</Id>
|
|
1085
|
+
<Name>Required Xcode version</Name>
|
|
1086
|
+
<Description>The Xcode version to use when compiling applications</Description>
|
|
1087
|
+
<Type>Text</Type>
|
|
1088
|
+
<Metadata>
|
|
1089
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.OneDigitVersionAutoCompleteAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1090
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.Valid.RequiredXcodeVersionValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1091
|
+
</Metadata>
|
|
1092
|
+
</Prop>
|
|
1093
|
+
<Prop hidden='1'>
|
|
1094
|
+
<Id>idIOS_MINIMUM_DEPLOYMENT_TARGET</Id>
|
|
1095
|
+
<Name>iOS Deployment Target</Name>
|
|
1096
|
+
<Description>The minimum iOS deployment target to use when generating the Xcode project</Description>
|
|
1097
|
+
<Type>Text</Type>
|
|
1098
|
+
<Dependencies>
|
|
1099
|
+
<Depend type='Apply'>
|
|
1100
|
+
<Cond>(value(iosDevices) == idiPhone) or ((value(iosDevices) == idiPad) or (value(iosDevices) == idUniversal))</Cond>
|
|
1101
|
+
<Condition>
|
|
1102
|
+
<Expression>
|
|
1103
|
+
<Type>BooleanExpression</Type>
|
|
1104
|
+
<FirstPart>
|
|
1105
|
+
<Expression>
|
|
1106
|
+
<Type>Comparison</Type>
|
|
1107
|
+
<Operator>Equal</Operator>
|
|
1108
|
+
<PropName>iosDevices</PropName>
|
|
1109
|
+
<Value>idiPhone</Value>
|
|
1110
|
+
</Expression>
|
|
1111
|
+
</FirstPart>
|
|
1112
|
+
<Operator>or</Operator>
|
|
1113
|
+
<SecondPart>
|
|
1114
|
+
<Expression>
|
|
1115
|
+
<Type>BooleanExpression</Type>
|
|
1116
|
+
<FirstPart>
|
|
1117
|
+
<Expression>
|
|
1118
|
+
<Type>Comparison</Type>
|
|
1119
|
+
<Operator>Equal</Operator>
|
|
1120
|
+
<PropName>iosDevices</PropName>
|
|
1121
|
+
<Value>idiPad</Value>
|
|
1122
|
+
</Expression>
|
|
1123
|
+
</FirstPart>
|
|
1124
|
+
<Operator>or</Operator>
|
|
1125
|
+
<SecondPart>
|
|
1126
|
+
<Expression>
|
|
1127
|
+
<Type>Comparison</Type>
|
|
1128
|
+
<Operator>Equal</Operator>
|
|
1129
|
+
<PropName>iosDevices</PropName>
|
|
1130
|
+
<Value>idUniversal</Value>
|
|
1131
|
+
</Expression>
|
|
1132
|
+
</SecondPart>
|
|
1133
|
+
</Expression>
|
|
1134
|
+
</SecondPart>
|
|
1135
|
+
</Expression>
|
|
1136
|
+
</Condition>
|
|
1137
|
+
</Depend>
|
|
1138
|
+
</Dependencies>
|
|
1139
|
+
<Metadata>
|
|
1140
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1141
|
+
<Value name='FlagDefaultFrom'>idIOS_MINIMUM_DEPLOYMENT_TARGET</Value>
|
|
1142
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.TwoDigitVersionAutoCompleteAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1143
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.Valid.AppleMinimumDeploymentTargetValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1144
|
+
</Metadata>
|
|
1145
|
+
</Prop>
|
|
1146
|
+
<Prop hidden='1'>
|
|
1147
|
+
<Id>idtvOS_MINIMUM_DEPLOYMENT_TARGET</Id>
|
|
1148
|
+
<Name>tvOS Deployment Target</Name>
|
|
1149
|
+
<Description>The minimum tvOS deployment target to use when generating the Xcode project</Description>
|
|
1150
|
+
<Type>Text</Type>
|
|
1151
|
+
<Dependencies>
|
|
1152
|
+
<Depend type='Apply'>
|
|
1153
|
+
<Cond>value(iosDevices) == idTV</Cond>
|
|
1154
|
+
<Condition>
|
|
1155
|
+
<Expression>
|
|
1156
|
+
<Type>Comparison</Type>
|
|
1157
|
+
<Operator>Equal</Operator>
|
|
1158
|
+
<PropName>iosDevices</PropName>
|
|
1159
|
+
<Value>idTV</Value>
|
|
1160
|
+
</Expression>
|
|
1161
|
+
</Condition>
|
|
1162
|
+
</Depend>
|
|
1163
|
+
</Dependencies>
|
|
1164
|
+
<Metadata>
|
|
1165
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1166
|
+
<Value name='FlagDefaultFrom'>idtvOS_MINIMUM_DEPLOYMENT_TARGET</Value>
|
|
1167
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.TwoDigitVersionAutoCompleteAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1168
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.Valid.AppleMinimumDeploymentTargetValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1169
|
+
</Metadata>
|
|
1170
|
+
</Prop>
|
|
1171
|
+
<Prop hidden='1'>
|
|
1172
|
+
<Id>idWATCHOS_MINIMUM_DEPLOYMENT_TARGET</Id>
|
|
1173
|
+
<Name>watchOS Deployment Target</Name>
|
|
1174
|
+
<Description>The minimum watchOS deployment target to use when generating the Xcode project</Description>
|
|
1175
|
+
<Type>Text</Type>
|
|
1176
|
+
<Dependencies>
|
|
1177
|
+
<Depend type='Apply'>
|
|
1178
|
+
<Cond>value(iosDevices) == idWatch</Cond>
|
|
1179
|
+
<Condition>
|
|
1180
|
+
<Expression>
|
|
1181
|
+
<Type>Comparison</Type>
|
|
1182
|
+
<Operator>Equal</Operator>
|
|
1183
|
+
<PropName>iosDevices</PropName>
|
|
1184
|
+
<Value>idWatch</Value>
|
|
1185
|
+
</Expression>
|
|
1186
|
+
</Condition>
|
|
1187
|
+
</Depend>
|
|
1188
|
+
</Dependencies>
|
|
1189
|
+
<Metadata>
|
|
1190
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromSDGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1191
|
+
<Value name='FlagDefaultFrom'>idWATCHOS_MINIMUM_DEPLOYMENT_TARGET</Value>
|
|
1192
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.TwoDigitVersionAutoCompleteAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1193
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.Valid.AppleMinimumDeploymentTargetValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1194
|
+
</Metadata>
|
|
1195
|
+
</Prop>
|
|
1196
|
+
<Prop hidden='1'>
|
|
1197
|
+
<Id>iosWatch</Id>
|
|
1198
|
+
<Name>Watch Main</Name>
|
|
1199
|
+
<Description>Main of the watch application</Description>
|
|
1200
|
+
<Type>Custom</Type>
|
|
1201
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1202
|
+
<Dependencies>
|
|
1203
|
+
<Depend type='Apply'>
|
|
1204
|
+
<Cond>(value(iosDevices) == idiPhone) or (value(iosDevices) == idUniversal)</Cond>
|
|
1205
|
+
<Condition>
|
|
1206
|
+
<Expression>
|
|
1207
|
+
<Type>BooleanExpression</Type>
|
|
1208
|
+
<FirstPart>
|
|
1209
|
+
<Expression>
|
|
1210
|
+
<Type>Comparison</Type>
|
|
1211
|
+
<Operator>Equal</Operator>
|
|
1212
|
+
<PropName>iosDevices</PropName>
|
|
1213
|
+
<Value>idiPhone</Value>
|
|
1214
|
+
</Expression>
|
|
1215
|
+
</FirstPart>
|
|
1216
|
+
<Operator>or</Operator>
|
|
1217
|
+
<SecondPart>
|
|
1218
|
+
<Expression>
|
|
1219
|
+
<Type>Comparison</Type>
|
|
1220
|
+
<Operator>Equal</Operator>
|
|
1221
|
+
<PropName>iosDevices</PropName>
|
|
1222
|
+
<Value>idUniversal</Value>
|
|
1223
|
+
</Expression>
|
|
1224
|
+
</SecondPart>
|
|
1225
|
+
</Expression>
|
|
1226
|
+
</Condition>
|
|
1227
|
+
</Depend>
|
|
1228
|
+
</Dependencies>
|
|
1229
|
+
<Metadata>
|
|
1230
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=15CF49B5-FC38-4899-91B5-395D02D79889, AllowedType=9BDCC055-174E-4AF6-96CB-A2CEEF6C5F09, AllowedType=D82625FD-5892-40B0-99C9-5C8559C197FC, UseDesignModel=true),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1231
|
+
</Metadata>
|
|
1232
|
+
</Prop>
|
|
1233
|
+
<Prop hidden='1'>
|
|
1234
|
+
<Id>iOSAppIcon</Id>
|
|
1235
|
+
<Name>iOS Application Icon</Name>
|
|
1236
|
+
<Description>Apple application icon. It requires several image sizes for all the different devices.</Description>
|
|
1237
|
+
<Type>Custom</Type>
|
|
1238
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1239
|
+
<Metadata>
|
|
1240
|
+
<Value name='FlagImageScaleList'>2x, 3x, 1x, 2x, 2x, 1x, 1x, 2x, 3x, 1x, 2x, 3x, 1x, 2x, 3x, 2x, 2x, 2x, 3x, 2x, 2x, 2x, 2x, 2x, 2x, 1x, 1x, 2x, 1x, </Value>
|
|
1241
|
+
<Value name='FlagImageUseList'>iPhone Retina, iPhone Retina HD, iPad, iPad Retina, iPad Pro, iOS App Store, Search, Search Retina, Search Retina HD, Settings, Settings Retina, Settings Retina HD, Notifications, Notifications Retina, Notifications Retina HD, Watch 38mm Notification Center, Watch 42mm Notification Center, Watch Companion 2x, Watch Companion 3x, Watch AppLauncher, Watch AppLauncher, Watch AppLauncher, Watch 38mm Short-Look, Watch 42mm Short-Look, Watch 44mm Short-Look, Watch App Store, Apple TV, Apple TV 4K, Apple TV App Store, </Value>
|
|
1242
|
+
<Value name='FlagImageSizeList'>120x120, 180x180, 76x76, 152x152, 167x167, 1024x1024, 40x40, 80x80, 120x120, 29x29, 58x58, 87x87, 20x20, 40x40, 60x60, 48x48, 55x55, 58x58, 87x87, 80x80, 88x88, 100x100, 172x172, 196x196, 216x216, 1024x1024, 400x240, 800x480, 1280x768, </Value>
|
|
1243
|
+
<Value name='FlagImageNameList'>Icon-120.png, Icon-180.png, Icon-76.png, Icon-152.png, Icon-167.png, Icon-1024.png, Icon-40.png, Icon-80.png, Icon-120.png, Icon-Small.png, Icon-Small@2x.png, Icon-Small@3x.png, Icon-20.png, Icon-40.png, Icon-60.png, Icon-48w@2x.png, Icon-55w@2x.png, Icon-58w@2x.png, Icon-87w@3x.png, Icon-80w@2x.png, Icon-88w@2x.png, Icon-100w@2x.png, Icon-172w@2x.png, Icon-196w@2x.png, Icon-216w@2x.png, Icon-1024.png, Icon-tvOS.png, Icon-tvOS@2x.png, Icon-tvOSAppStore.png, </Value>
|
|
1244
|
+
<Value name='FlagImageRequiredList'>iPhone, iPhone, iPad, iPad, iPad, iOS App Store, Search, Search, Search, Settings, Settings, Settings, Notifications, Notifications, Notifications, Watch, Watch, Watch, Watch, Watch, Watch, Watch, Watch, Watch, Watch, Watch App Store, Apple TV, Apple TV, Apple TV App Store, </Value>
|
|
1245
|
+
<Value name='FlagImageSubtypeList'>, , , , , , , , , , , , , , , 38mm, 42mm, , , 38mm, 40mm, 44mm, 38mm, 42mm, 44mm, , , , , </Value>
|
|
1246
|
+
<Value name='FlagImageRoleList'>, , , , , , , , , , , , , , , notificationCenter, notificationCenter, companionSettings, companionSettings, appLauncher, appLauncher, appLauncher, quickLook, quickLook, quickLook, , , , , </Value>
|
|
1247
|
+
<Value name='FlagImageUseSuffix'> Application Icon</Value>
|
|
1248
|
+
<Value name='FlagDisplayName'>Apple Application Icon</Value>
|
|
1249
|
+
</Metadata>
|
|
1250
|
+
</Prop>
|
|
1251
|
+
<Prop hidden='1'>
|
|
1252
|
+
<Id>tvOSTopShelfImage</Id>
|
|
1253
|
+
<Name>Apple TV Top Shelf Image</Name>
|
|
1254
|
+
<Description>Static Apple TV Top Shelf Image. It is displayed when your app is in the Dock and in focus.</Description>
|
|
1255
|
+
<Type>Custom</Type>
|
|
1256
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1257
|
+
<Dependencies>
|
|
1258
|
+
<Depend type='Apply'>
|
|
1259
|
+
<Cond>value(iosDevices) == idTV</Cond>
|
|
1260
|
+
<Condition>
|
|
1261
|
+
<Expression>
|
|
1262
|
+
<Type>Comparison</Type>
|
|
1263
|
+
<Operator>Equal</Operator>
|
|
1264
|
+
<PropName>iosDevices</PropName>
|
|
1265
|
+
<Value>idTV</Value>
|
|
1266
|
+
</Expression>
|
|
1267
|
+
</Condition>
|
|
1268
|
+
</Depend>
|
|
1269
|
+
</Dependencies>
|
|
1270
|
+
<Metadata>
|
|
1271
|
+
<Value name='FlagImageScaleList'>1x, 2x</Value>
|
|
1272
|
+
<Value name='FlagImageUseList'>Apple TV, Apple TV 4K</Value>
|
|
1273
|
+
<Value name='FlagImageSizeList'>1920x720, 3840x1440</Value>
|
|
1274
|
+
<Value name='FlagImageNameList'>TopShelfImage-tvOS.png, TopShelfImage-tvOS@2x.png</Value>
|
|
1275
|
+
<Value name='FlagImageRequiredList'>Apple TV, Apple TV</Value>
|
|
1276
|
+
<Value name='FlagImageUseSuffix'> Top Shelf Image</Value>
|
|
1277
|
+
<Value name='FlagBuildAction'>BuildMainObject</Value>
|
|
1278
|
+
</Metadata>
|
|
1279
|
+
</Prop>
|
|
1280
|
+
<Prop hidden='1'>
|
|
1281
|
+
<Id>tvOSTopShelfWideImage</Id>
|
|
1282
|
+
<Name>Apple TV Top Shelf Wide Image</Name>
|
|
1283
|
+
<Description>Static Apple TV Top Shelf Wide Image. It is displayed when your app is in the Dock and in focus.</Description>
|
|
1284
|
+
<Type>Custom</Type>
|
|
1285
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1286
|
+
<Dependencies>
|
|
1287
|
+
<Depend type='Apply'>
|
|
1288
|
+
<Cond>value(iosDevices) == idTV</Cond>
|
|
1289
|
+
<Condition>
|
|
1290
|
+
<Expression>
|
|
1291
|
+
<Type>Comparison</Type>
|
|
1292
|
+
<Operator>Equal</Operator>
|
|
1293
|
+
<PropName>iosDevices</PropName>
|
|
1294
|
+
<Value>idTV</Value>
|
|
1295
|
+
</Expression>
|
|
1296
|
+
</Condition>
|
|
1297
|
+
</Depend>
|
|
1298
|
+
</Dependencies>
|
|
1299
|
+
<Metadata>
|
|
1300
|
+
<Value name='FlagImageScaleList'>1x, 2x</Value>
|
|
1301
|
+
<Value name='FlagImageUseList'>Apple TV, Apple TV 4K</Value>
|
|
1302
|
+
<Value name='FlagImageSizeList'>2320x720, 4640x1440</Value>
|
|
1303
|
+
<Value name='FlagImageNameList'>TopShelfImageWide-tvOS.png, TopShelfImageWide-tvOS@2x.png</Value>
|
|
1304
|
+
<Value name='FlagImageRequiredList'>Apple TV, Apple TV</Value>
|
|
1305
|
+
<Value name='FlagImageUseSuffix'> Top Shelf Wide Image</Value>
|
|
1306
|
+
<Value name='FlagBuildAction'>BuildMainObject</Value>
|
|
1307
|
+
</Metadata>
|
|
1308
|
+
</Prop>
|
|
1309
|
+
<Prop hidden='1'>
|
|
1310
|
+
<Id>AppleLaunchScreenStoryboard</Id>
|
|
1311
|
+
<Name>Apple Launch Screen</Name>
|
|
1312
|
+
<Description>Apple custom launch screen interface file (.storyboard). It is automatically generated if empty.</Description>
|
|
1313
|
+
<Type>Custom</Type>
|
|
1314
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.FileType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1315
|
+
<Metadata>
|
|
1316
|
+
<Value name='FlagDisplayName'>Apple Launch Screen</Value>
|
|
1317
|
+
<Value name='CustomAttribute'>Artech.Genexus.Common.CustomTypes.FileTypeFilterAttribute(Filter=Storyboard files (*.storyboard)|*.storyboard), Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1318
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.SaveFileInKbAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1319
|
+
<Value name='CustomAttribute'>Artech.Genexus.Common.Resolvers.Handlers.SaveFileInKbAfterSetHandlerSettingsAttribute(), Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1320
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
1321
|
+
</Metadata>
|
|
1322
|
+
</Prop>
|
|
1323
|
+
<Prop hidden='1'>
|
|
1324
|
+
<Id>iOSLaunchImage</Id>
|
|
1325
|
+
<Name>iOS Launch Image</Name>
|
|
1326
|
+
<Description>Apple Launch Image. It requires several image sizes for all the different devices.</Description>
|
|
1327
|
+
<Type>Custom</Type>
|
|
1328
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1329
|
+
<Dependencies>
|
|
1330
|
+
<Depend type='Apply'>
|
|
1331
|
+
<Cond>value(iosDevices) != idWatch</Cond>
|
|
1332
|
+
<Condition>
|
|
1333
|
+
<Expression>
|
|
1334
|
+
<Type>Comparison</Type>
|
|
1335
|
+
<Operator>NotEqual</Operator>
|
|
1336
|
+
<PropName>iosDevices</PropName>
|
|
1337
|
+
<Value>idWatch</Value>
|
|
1338
|
+
</Expression>
|
|
1339
|
+
</Condition>
|
|
1340
|
+
</Depend>
|
|
1341
|
+
</Dependencies>
|
|
1342
|
+
<Metadata>
|
|
1343
|
+
<Value name='FlagImageScaleList'>2x, 2x, 2x, 3x, 3x, 3x, 3x, 3x, 3x, 2x, 2x, 1x, 2x, 2x, 2x, 2x, 1x, 2x, 2x, 2x, 2x, </Value>
|
|
1344
|
+
<Value name='FlagImageUseList'>iPhone 3.5inch Retina, iPhone 4inch Retina, iPhone 4.7inch Retina, iPhone 5.5inch Retina HD Landscape, iPhone 5.5inch Retina HD Portrait, iPhone 5.8inch Super Retina Portrait, iPhone 5.8inch Super Retina Landscape, iPhone 6.5inch Super Retina Portrait, iPhone 6.5inch Super Retina Landscape, iPhone 6.1inch Liquid Retina Portrait, iPhone 6.5inch Liquid Retina Landscape, iPad Landscape, iPad Retina Landscape, iPad Pro 10.5inch Landscape, iPad Pro 12.9inch Landscape, iPad Pro 11inch Landscape, iPad Portrait, iPad Retina Portrait, iPad Pro 10.5inch Portrait, iPad Pro 12.9inch Portrait, iPad Pro 11inch Portrait, </Value>
|
|
1345
|
+
<Value name='FlagImageSizeList'>640x960, 640x1136, 750x1334, 2208x1242, 1242x2208, 1125x2436, 2436x1125, 1242x2688, 2688x1242, 828x1792, 1792x828, 1024x768, 2048x1536, 1668x2224, 2048x2732, 1668x2388, 768x1024, 1536x2048, 2224x1668, 2732x2048, 2388x1668, </Value>
|
|
1346
|
+
<Value name='FlagImageNameList'>Default_iOS7@2x.png, Default_iOS7-568h@2x.png, Default-Portrait-4_7@2x.png, Default-Landscape-5_5@3x.png, Default-Portrait-5_5@3x.png, Default-Portrait-5_8@3x.png, Default-Landscape-5_8@3x.png, Default-Portrait-6_5@3x.png, Default-Landscape-6_5@3x.png, Default-Portrait-6_1@2x.png, Default-Landscape-6_1@2x.png, Default_iOS7-Landscape.png, Default_iOS7-Landscape@2x.png, Default-Landscape-10_5@2x.png, Default-Landscape-12_9@2x.png, Default-Landscape-11@2x.png, Default_iOS7-Portrait.png, Default_iOS7-Portrait@2x.png, Default-Portrait-10_5@2x.png, Default-Portrait-12_9@2x.png, Default-Portrait-11@2x.png, </Value>
|
|
1347
|
+
<Value name='FlagImageRequiredList'>iPhone, iPhone, iPhone, iPhone, iPhone, iPhone, iPhone, iPhone, iPhone, iPhone, iPhone, iPad, iPad, iPad, iPad, iPad, iPad, iPad, iPad, iPad, iPad, </Value>
|
|
1348
|
+
<Value name='FlagImageOSVersionList'>7.0, 7.0, 8.0, 8.0, 8.0, 11.0, 11.0, 12.0, 12.0, 12.0, 12.0, 7.0, 7.0, 10.3.2, 10.3.2, 12.1, 7.0, 7.0, 10.3.2, 10.3.2, 12.1, </Value>
|
|
1349
|
+
<Value name='FlagImageSubtypeList'>, retina4, 667h, 736h, 736h, 2436h, 2436h, 2688h, 2688h, 1792h, 1792h, , , , , , , , , , , </Value>
|
|
1350
|
+
<Value name='FlagImageUseSuffix'> Launch Image</Value>
|
|
1351
|
+
<Value name='FlagDisplayName'>Apple Launch Image (Deprecated)</Value>
|
|
1352
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1353
|
+
</Metadata>
|
|
1354
|
+
</Prop>
|
|
1355
|
+
<Prop hidden='1'>
|
|
1356
|
+
<Id>iOSBackImage</Id>
|
|
1357
|
+
<Name>Empty Target Background Image</Name>
|
|
1358
|
+
<Description>Empty Target Background Image. It requires several image sizes for all the different devices.</Description>
|
|
1359
|
+
<Type>Custom</Type>
|
|
1360
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1361
|
+
<Dependencies>
|
|
1362
|
+
<Depend type='Apply'>
|
|
1363
|
+
<Cond>(value(iosDevices) == idPhone) or ((value(iosDevices) == idPad) or (value(iosDevices) == idUniversal))</Cond>
|
|
1364
|
+
<Condition>
|
|
1365
|
+
<Expression>
|
|
1366
|
+
<Type>BooleanExpression</Type>
|
|
1367
|
+
<FirstPart>
|
|
1368
|
+
<Expression>
|
|
1369
|
+
<Type>Comparison</Type>
|
|
1370
|
+
<Operator>Equal</Operator>
|
|
1371
|
+
<PropName>iosDevices</PropName>
|
|
1372
|
+
<Value>idPhone</Value>
|
|
1373
|
+
</Expression>
|
|
1374
|
+
</FirstPart>
|
|
1375
|
+
<Operator>or</Operator>
|
|
1376
|
+
<SecondPart>
|
|
1377
|
+
<Expression>
|
|
1378
|
+
<Type>BooleanExpression</Type>
|
|
1379
|
+
<FirstPart>
|
|
1380
|
+
<Expression>
|
|
1381
|
+
<Type>Comparison</Type>
|
|
1382
|
+
<Operator>Equal</Operator>
|
|
1383
|
+
<PropName>iosDevices</PropName>
|
|
1384
|
+
<Value>idPad</Value>
|
|
1385
|
+
</Expression>
|
|
1386
|
+
</FirstPart>
|
|
1387
|
+
<Operator>or</Operator>
|
|
1388
|
+
<SecondPart>
|
|
1389
|
+
<Expression>
|
|
1390
|
+
<Type>Comparison</Type>
|
|
1391
|
+
<Operator>Equal</Operator>
|
|
1392
|
+
<PropName>iosDevices</PropName>
|
|
1393
|
+
<Value>idUniversal</Value>
|
|
1394
|
+
</Expression>
|
|
1395
|
+
</SecondPart>
|
|
1396
|
+
</Expression>
|
|
1397
|
+
</SecondPart>
|
|
1398
|
+
</Expression>
|
|
1399
|
+
</Condition>
|
|
1400
|
+
</Depend>
|
|
1401
|
+
</Dependencies>
|
|
1402
|
+
<Metadata>
|
|
1403
|
+
<Value name='FlagImageScaleList'>1x, 2x, 1x, 2x, </Value>
|
|
1404
|
+
<Value name='FlagImageSizeList'>703x704, 1406x1408, 768x960, 1536x1920, </Value>
|
|
1405
|
+
<Value name='FlagImageNameList'>Background-Landscape.png, Background-Landscape@2x.png, Background-Portrait.png, Background-Portrait@2x.png, </Value>
|
|
1406
|
+
<Value name='FlagImageRequiredList'>SplitLandscape, SplitLandscape, SplitPortrait, SplitPortrait, </Value>
|
|
1407
|
+
</Metadata>
|
|
1408
|
+
</Prop>
|
|
1409
|
+
<Prop hidden='1'>
|
|
1410
|
+
<Id>AppleMapsApi</Id>
|
|
1411
|
+
<Name>Apple Maps API</Name>
|
|
1412
|
+
<Description>API used to display Maps in iOS.</Description>
|
|
1413
|
+
<Type>Combo</Type>
|
|
1414
|
+
<Default>MAPS_APPLE</Default>
|
|
1415
|
+
<Values>
|
|
1416
|
+
<Value id='MAPS_APPLE' desc='Apple Maps'/>
|
|
1417
|
+
</Values>
|
|
1418
|
+
<Metadata>
|
|
1419
|
+
<Value name='TypeConverter'>Artech.Genexus.Common.Converters.MapsAppleServiceTypeConverter, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1420
|
+
<Value name='ServiceDirectory'>MapsApple</Value>
|
|
1421
|
+
</Metadata>
|
|
1422
|
+
</Prop>
|
|
1423
|
+
<Prop hidden='1'>
|
|
1424
|
+
<Id>AppleMapsApiKey</Id>
|
|
1425
|
+
<Name>Apple Maps API Key</Name>
|
|
1426
|
+
<Description>API Key for Maps for Apple. Depending on the selected API, may have to be generated from the application's Bundle Identifier.</Description>
|
|
1427
|
+
<Type>Text</Type>
|
|
1428
|
+
<Dependencies>
|
|
1429
|
+
<Depend type='Not Show'>
|
|
1430
|
+
<Cond>value(AppleMapsApi) == MAPS_APPLE</Cond>
|
|
1431
|
+
<Condition>
|
|
1432
|
+
<Expression>
|
|
1433
|
+
<Type>Comparison</Type>
|
|
1434
|
+
<Operator>Equal</Operator>
|
|
1435
|
+
<PropName>AppleMapsApi</PropName>
|
|
1436
|
+
<Value>MAPS_APPLE</Value>
|
|
1437
|
+
</Expression>
|
|
1438
|
+
</Condition>
|
|
1439
|
+
</Depend>
|
|
1440
|
+
</Dependencies>
|
|
1441
|
+
</Prop>
|
|
1442
|
+
<Group hidden='1'>
|
|
1443
|
+
<Id>iOSAppIconGroup</Id>
|
|
1444
|
+
<Name>Application Icons (Deprecated)</Name>
|
|
1445
|
+
<Type>Group</Type>
|
|
1446
|
+
<Children>
|
|
1447
|
+
<Prop hidden='1'>
|
|
1448
|
+
<Id>AppIcon</Id>
|
|
1449
|
+
<Name>iPhone Application Icon</Name>
|
|
1450
|
+
<Description>iPhone application icon. Size (57 * 57), iOS7 (not supported)</Description>
|
|
1451
|
+
<Type>Custom</Type>
|
|
1452
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1453
|
+
<Dependencies>
|
|
1454
|
+
<Depend type='Not Show'>
|
|
1455
|
+
<Cond>value(iosDevices) == idiPad</Cond>
|
|
1456
|
+
<Condition>
|
|
1457
|
+
<Expression>
|
|
1458
|
+
<Type>Comparison</Type>
|
|
1459
|
+
<Operator>Equal</Operator>
|
|
1460
|
+
<PropName>iosDevices</PropName>
|
|
1461
|
+
<Value>idiPad</Value>
|
|
1462
|
+
</Expression>
|
|
1463
|
+
</Condition>
|
|
1464
|
+
</Depend>
|
|
1465
|
+
</Dependencies>
|
|
1466
|
+
<Metadata>
|
|
1467
|
+
<Value name='FlagImageSize'>57x57</Value>
|
|
1468
|
+
<Value name='FlagDisplayName'>iPhone Application Icon</Value>
|
|
1469
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1470
|
+
</Metadata>
|
|
1471
|
+
</Prop>
|
|
1472
|
+
<Prop hidden='1'>
|
|
1473
|
+
<Id>AppIcon_IPhone4</Id>
|
|
1474
|
+
<Name>iPhone Retina Application Icon</Name>
|
|
1475
|
+
<Description>iPhone Retina application icon. Size (114 * 114), iOS7 (120 * 120)</Description>
|
|
1476
|
+
<Type>Custom</Type>
|
|
1477
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1478
|
+
<Dependencies>
|
|
1479
|
+
<Depend type='Not Show'>
|
|
1480
|
+
<Cond>value(iosDevices) == idiPad</Cond>
|
|
1481
|
+
<Condition>
|
|
1482
|
+
<Expression>
|
|
1483
|
+
<Type>Comparison</Type>
|
|
1484
|
+
<Operator>Equal</Operator>
|
|
1485
|
+
<PropName>iosDevices</PropName>
|
|
1486
|
+
<Value>idiPad</Value>
|
|
1487
|
+
</Expression>
|
|
1488
|
+
</Condition>
|
|
1489
|
+
</Depend>
|
|
1490
|
+
</Dependencies>
|
|
1491
|
+
<Metadata>
|
|
1492
|
+
<Value name='FlagImageSize'>114x114</Value>
|
|
1493
|
+
<Value name='FlagImageSize7'>120x120</Value>
|
|
1494
|
+
<Value name='FlagImageName7'>Icon-120.png</Value>
|
|
1495
|
+
<Value name='FlagDisplayName'>iPhone Retina Application Icon</Value>
|
|
1496
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1497
|
+
</Metadata>
|
|
1498
|
+
</Prop>
|
|
1499
|
+
<Prop hidden='1'>
|
|
1500
|
+
<Id>AppIcon_IPad</Id>
|
|
1501
|
+
<Name>iPad Application Icon</Name>
|
|
1502
|
+
<Description>iPad application icon. Size (72 * 72), iOS7 (76 * 76)</Description>
|
|
1503
|
+
<Type>Custom</Type>
|
|
1504
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1505
|
+
<Metadata>
|
|
1506
|
+
<Value name='FlagImageSize'>72x72</Value>
|
|
1507
|
+
<Value name='FlagImageSize7'>76x76</Value>
|
|
1508
|
+
<Value name='FlagImageName7'>Icon-76.png</Value>
|
|
1509
|
+
<Value name='FlagDisplayName'>iPad Application Icon</Value>
|
|
1510
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1511
|
+
</Metadata>
|
|
1512
|
+
</Prop>
|
|
1513
|
+
<Prop hidden='1'>
|
|
1514
|
+
<Id>AppIcon_IPad3</Id>
|
|
1515
|
+
<Name>iPad Retina Application Icon</Name>
|
|
1516
|
+
<Description>iPad Retina application icon. Size (144 * 144), iOS7 (152 * 152)</Description>
|
|
1517
|
+
<Type>Custom</Type>
|
|
1518
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1519
|
+
<Metadata>
|
|
1520
|
+
<Value name='FlagImageSize'>144x144</Value>
|
|
1521
|
+
<Value name='FlagImageSize7'>152x152</Value>
|
|
1522
|
+
<Value name='FlagImageName7'>Icon-152.png</Value>
|
|
1523
|
+
<Value name='FlagDisplayName'>iPad Retina Application Icon</Value>
|
|
1524
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1525
|
+
</Metadata>
|
|
1526
|
+
</Prop>
|
|
1527
|
+
<Prop hidden='1'>
|
|
1528
|
+
<Id>AppIcon_ITunes</Id>
|
|
1529
|
+
<Name>iTunes Application Icon</Name>
|
|
1530
|
+
<Description>iTunes App Store application icon. Size (512 * 512)</Description>
|
|
1531
|
+
<Type>Custom</Type>
|
|
1532
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1533
|
+
<Metadata>
|
|
1534
|
+
<Value name='FlagImageSize'>512x512</Value>
|
|
1535
|
+
<Value name='FlagImageName'>ipaImage.png</Value>
|
|
1536
|
+
<Value name='FlagDisplayName'>iTunes Application Icon</Value>
|
|
1537
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1538
|
+
</Metadata>
|
|
1539
|
+
</Prop>
|
|
1540
|
+
<Prop hidden='1'>
|
|
1541
|
+
<Id>AppIcon_ITunes_2x</Id>
|
|
1542
|
+
<Name>iTunes Retina Application Icon</Name>
|
|
1543
|
+
<Description>iTunes App Store Retina application icon. Size (1024 * 1024)</Description>
|
|
1544
|
+
<Type>Custom</Type>
|
|
1545
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1546
|
+
<Metadata>
|
|
1547
|
+
<Value name='FlagImageSize'>1024x1024</Value>
|
|
1548
|
+
<Value name='FlagImageName'>ipaImage@2x.png</Value>
|
|
1549
|
+
<Value name='FlagDisplayName'>iTunes Retina Application Icon</Value>
|
|
1550
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1551
|
+
</Metadata>
|
|
1552
|
+
</Prop>
|
|
1553
|
+
<Prop hidden='1'>
|
|
1554
|
+
<Id>AppIcon_SearchResults</Id>
|
|
1555
|
+
<Name>Search Results Application Icon</Name>
|
|
1556
|
+
<Description>Search Results application icon. Size (40 * 40). Optional</Description>
|
|
1557
|
+
<Type>Custom</Type>
|
|
1558
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1559
|
+
<Metadata>
|
|
1560
|
+
<Value name='FlagImageSize'>40x40</Value>
|
|
1561
|
+
<Value name='FlagImageName'>Icon-40.png</Value>
|
|
1562
|
+
<Value name='FlagDisplayName'>Search Results Application Icon</Value>
|
|
1563
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1564
|
+
</Metadata>
|
|
1565
|
+
</Prop>
|
|
1566
|
+
<Prop hidden='1'>
|
|
1567
|
+
<Id>AppIcon_SearchResults_2x</Id>
|
|
1568
|
+
<Name>Search Results Retina Application Icon</Name>
|
|
1569
|
+
<Description>Search Results Retina application icon. Size (80 * 80). Optional</Description>
|
|
1570
|
+
<Type>Custom</Type>
|
|
1571
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1572
|
+
<Metadata>
|
|
1573
|
+
<Value name='FlagImageSize'>80x80</Value>
|
|
1574
|
+
<Value name='FlagImageName'>Icon-80.png</Value>
|
|
1575
|
+
<Value name='FlagDisplayName'>Search Results Retina Application Icon</Value>
|
|
1576
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1577
|
+
</Metadata>
|
|
1578
|
+
</Prop>
|
|
1579
|
+
<Prop hidden='1'>
|
|
1580
|
+
<Id>AppIcon_Settings</Id>
|
|
1581
|
+
<Name>Settings Application Icon</Name>
|
|
1582
|
+
<Description>Settings application icon. Size (29 * 29). Optional</Description>
|
|
1583
|
+
<Type>Custom</Type>
|
|
1584
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1585
|
+
<Metadata>
|
|
1586
|
+
<Value name='FlagImageSize'>29x29</Value>
|
|
1587
|
+
<Value name='FlagImageName'>Icon-Small.png</Value>
|
|
1588
|
+
<Value name='FlagDisplayName'>Settings Application Icon</Value>
|
|
1589
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1590
|
+
</Metadata>
|
|
1591
|
+
</Prop>
|
|
1592
|
+
<Prop hidden='1'>
|
|
1593
|
+
<Id>AppIcon_Settings_2x</Id>
|
|
1594
|
+
<Name>Settings Retina Application Icon</Name>
|
|
1595
|
+
<Description>Settings Retina application icon. Size (58 * 58). Optional</Description>
|
|
1596
|
+
<Type>Custom</Type>
|
|
1597
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1598
|
+
<Metadata>
|
|
1599
|
+
<Value name='FlagImageSize'>58x58</Value>
|
|
1600
|
+
<Value name='FlagImageName'>Icon-Small@2x.png</Value>
|
|
1601
|
+
<Value name='FlagDisplayName'>Settings Retina Application Icon</Value>
|
|
1602
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1603
|
+
</Metadata>
|
|
1604
|
+
</Prop>
|
|
1605
|
+
</Children>
|
|
1606
|
+
</Group>
|
|
1607
|
+
<Group hidden='1'>
|
|
1608
|
+
<Id>iOSAppLaunchGroup</Id>
|
|
1609
|
+
<Name>Application Launch Images (Deprecated)</Name>
|
|
1610
|
+
<Type>Group</Type>
|
|
1611
|
+
<Children>
|
|
1612
|
+
<Prop hidden='1'>
|
|
1613
|
+
<Id>AppWelcomeImage</Id>
|
|
1614
|
+
<Name>iPhone Launch Image</Name>
|
|
1615
|
+
<Description>iPhone launch image. Size: 320 (w) * 480 (h), iOS7 (not supported)</Description>
|
|
1616
|
+
<Type>Custom</Type>
|
|
1617
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1618
|
+
<Dependencies>
|
|
1619
|
+
<Depend type='Not Show'>
|
|
1620
|
+
<Cond>value(iosDevices) == idiPad</Cond>
|
|
1621
|
+
<Condition>
|
|
1622
|
+
<Expression>
|
|
1623
|
+
<Type>Comparison</Type>
|
|
1624
|
+
<Operator>Equal</Operator>
|
|
1625
|
+
<PropName>iosDevices</PropName>
|
|
1626
|
+
<Value>idiPad</Value>
|
|
1627
|
+
</Expression>
|
|
1628
|
+
</Condition>
|
|
1629
|
+
</Depend>
|
|
1630
|
+
</Dependencies>
|
|
1631
|
+
<Metadata>
|
|
1632
|
+
<Value name='FlagImageSize'>320x480</Value>
|
|
1633
|
+
<Value name='FlagDisplayName'>iPhone Launch Image</Value>
|
|
1634
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1635
|
+
</Metadata>
|
|
1636
|
+
</Prop>
|
|
1637
|
+
<Prop hidden='1'>
|
|
1638
|
+
<Id>AppWelcomeImageIphone4</Id>
|
|
1639
|
+
<Name>iPhone Retina Launch Image</Name>
|
|
1640
|
+
<Description>iPhone Retina launch image. Size: 640 (w) * 960 (h), iOS7 (same)</Description>
|
|
1641
|
+
<Type>Custom</Type>
|
|
1642
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1643
|
+
<Dependencies>
|
|
1644
|
+
<Depend type='Not Show'>
|
|
1645
|
+
<Cond>value(iosDevices) == idiPad</Cond>
|
|
1646
|
+
<Condition>
|
|
1647
|
+
<Expression>
|
|
1648
|
+
<Type>Comparison</Type>
|
|
1649
|
+
<Operator>Equal</Operator>
|
|
1650
|
+
<PropName>iosDevices</PropName>
|
|
1651
|
+
<Value>idiPad</Value>
|
|
1652
|
+
</Expression>
|
|
1653
|
+
</Condition>
|
|
1654
|
+
</Depend>
|
|
1655
|
+
</Dependencies>
|
|
1656
|
+
<Metadata>
|
|
1657
|
+
<Value name='FlagImageSize'>640x960</Value>
|
|
1658
|
+
<Value name='FlagImageSize7'>640x960</Value>
|
|
1659
|
+
<Value name='FlagImageName7'>Default_iOS7@2x.png</Value>
|
|
1660
|
+
<Value name='FlagDisplayName'>iPhone Retina Launch Image</Value>
|
|
1661
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1662
|
+
</Metadata>
|
|
1663
|
+
</Prop>
|
|
1664
|
+
<Prop hidden='1'>
|
|
1665
|
+
<Id>AppWelcomeImageIphone5</Id>
|
|
1666
|
+
<Name>iPhone 5 Retina Launch Image</Name>
|
|
1667
|
+
<Description>iPhone 4inch Retina launch image. Size: 640 (w) * 1136 (h), iOS7 (same)</Description>
|
|
1668
|
+
<Type>Custom</Type>
|
|
1669
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1670
|
+
<Dependencies>
|
|
1671
|
+
<Depend type='Not Show'>
|
|
1672
|
+
<Cond>value(iosDevices) == idiPad</Cond>
|
|
1673
|
+
<Condition>
|
|
1674
|
+
<Expression>
|
|
1675
|
+
<Type>Comparison</Type>
|
|
1676
|
+
<Operator>Equal</Operator>
|
|
1677
|
+
<PropName>iosDevices</PropName>
|
|
1678
|
+
<Value>idiPad</Value>
|
|
1679
|
+
</Expression>
|
|
1680
|
+
</Condition>
|
|
1681
|
+
</Depend>
|
|
1682
|
+
</Dependencies>
|
|
1683
|
+
<Metadata>
|
|
1684
|
+
<Value name='FlagImageSize'>640x1136</Value>
|
|
1685
|
+
<Value name='FlagImageSize7'>640x1136</Value>
|
|
1686
|
+
<Value name='FlagImageName7'>Default_iOS7-568h@2x.png</Value>
|
|
1687
|
+
<Value name='FlagDisplayName'>iPhone 4inch Retina Launch Image</Value>
|
|
1688
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1689
|
+
</Metadata>
|
|
1690
|
+
</Prop>
|
|
1691
|
+
<Prop hidden='1'>
|
|
1692
|
+
<Id>AppWelcomeImage_IPad_Landscape</Id>
|
|
1693
|
+
<Name>iPad Landscape Launch Image</Name>
|
|
1694
|
+
<Description>iPad launch image for landscape. Size: 1024 (w) * 748 (h), iOS7: 1024 (w) * 768 (h)</Description>
|
|
1695
|
+
<Type>Custom</Type>
|
|
1696
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1697
|
+
<Dependencies>
|
|
1698
|
+
<Depend type='Not Show'>
|
|
1699
|
+
<Cond>value(iosDevices) == idiPhone</Cond>
|
|
1700
|
+
<Condition>
|
|
1701
|
+
<Expression>
|
|
1702
|
+
<Type>Comparison</Type>
|
|
1703
|
+
<Operator>Equal</Operator>
|
|
1704
|
+
<PropName>iosDevices</PropName>
|
|
1705
|
+
<Value>idiPhone</Value>
|
|
1706
|
+
</Expression>
|
|
1707
|
+
</Condition>
|
|
1708
|
+
</Depend>
|
|
1709
|
+
</Dependencies>
|
|
1710
|
+
<Metadata>
|
|
1711
|
+
<Value name='FlagImageSize'>1024x748</Value>
|
|
1712
|
+
<Value name='FlagImageSize7'>1024x768</Value>
|
|
1713
|
+
<Value name='FlagImageName7'>Default_iOS7-Landscape.png</Value>
|
|
1714
|
+
<Value name='FlagDisplayName'>iPad Landscape Launch Image</Value>
|
|
1715
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1716
|
+
</Metadata>
|
|
1717
|
+
</Prop>
|
|
1718
|
+
<Prop hidden='1'>
|
|
1719
|
+
<Id>AppWelcomeImage_IPad3_Landscape</Id>
|
|
1720
|
+
<Name>iPad Retina Landscape Launch Image</Name>
|
|
1721
|
+
<Description>iPad Retina launch image for landscape. Size: 2048 (w) * 1496 (h), iOS7: 2048 (w) * 1536 (h)</Description>
|
|
1722
|
+
<Type>Custom</Type>
|
|
1723
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1724
|
+
<Dependencies>
|
|
1725
|
+
<Depend type='Not Show'>
|
|
1726
|
+
<Cond>value(iosDevices) == idiPhone</Cond>
|
|
1727
|
+
<Condition>
|
|
1728
|
+
<Expression>
|
|
1729
|
+
<Type>Comparison</Type>
|
|
1730
|
+
<Operator>Equal</Operator>
|
|
1731
|
+
<PropName>iosDevices</PropName>
|
|
1732
|
+
<Value>idiPhone</Value>
|
|
1733
|
+
</Expression>
|
|
1734
|
+
</Condition>
|
|
1735
|
+
</Depend>
|
|
1736
|
+
</Dependencies>
|
|
1737
|
+
<Metadata>
|
|
1738
|
+
<Value name='FlagImageSize'>2048x1496</Value>
|
|
1739
|
+
<Value name='FlagImageSize7'>2048x1536</Value>
|
|
1740
|
+
<Value name='FlagImageName7'>Default_iOS7-Landscape@2x.png</Value>
|
|
1741
|
+
<Value name='FlagDisplayName'>iPad Retina Landscape Launch Image</Value>
|
|
1742
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1743
|
+
</Metadata>
|
|
1744
|
+
</Prop>
|
|
1745
|
+
<Prop hidden='1'>
|
|
1746
|
+
<Id>AppWelcomeImage_IPad_Portrait</Id>
|
|
1747
|
+
<Name>iPad Portrait Launch Image</Name>
|
|
1748
|
+
<Description>iPad launch image for portrait. Size: 768 (w) * 1004 (h), iOS7: 768 (w) * 1024 (h)</Description>
|
|
1749
|
+
<Type>Custom</Type>
|
|
1750
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1751
|
+
<Dependencies>
|
|
1752
|
+
<Depend type='Not Show'>
|
|
1753
|
+
<Cond>value(iosDevices) == idiPhone</Cond>
|
|
1754
|
+
<Condition>
|
|
1755
|
+
<Expression>
|
|
1756
|
+
<Type>Comparison</Type>
|
|
1757
|
+
<Operator>Equal</Operator>
|
|
1758
|
+
<PropName>iosDevices</PropName>
|
|
1759
|
+
<Value>idiPhone</Value>
|
|
1760
|
+
</Expression>
|
|
1761
|
+
</Condition>
|
|
1762
|
+
</Depend>
|
|
1763
|
+
</Dependencies>
|
|
1764
|
+
<Metadata>
|
|
1765
|
+
<Value name='FlagImageSize'>768x1004</Value>
|
|
1766
|
+
<Value name='FlagImageSize7'>768x1024</Value>
|
|
1767
|
+
<Value name='FlagImageName7'>Default_iOS7-Portrait.png</Value>
|
|
1768
|
+
<Value name='FlagDisplayName'>iPad Portrait Launch Image</Value>
|
|
1769
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1770
|
+
</Metadata>
|
|
1771
|
+
</Prop>
|
|
1772
|
+
<Prop hidden='1'>
|
|
1773
|
+
<Id>AppWelcomeImage_IPad3_Portrait</Id>
|
|
1774
|
+
<Name>iPad Retina Portrait Launch Image</Name>
|
|
1775
|
+
<Description>iPad Retina launch image for portrait. Size: 1536 (w) * 2008 (h), iOS7: 1536 (w) * 2048 (h)</Description>
|
|
1776
|
+
<Type>Custom</Type>
|
|
1777
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1778
|
+
<Dependencies>
|
|
1779
|
+
<Depend type='Not Show'>
|
|
1780
|
+
<Cond>value(iosDevices) == idiPhone</Cond>
|
|
1781
|
+
<Condition>
|
|
1782
|
+
<Expression>
|
|
1783
|
+
<Type>Comparison</Type>
|
|
1784
|
+
<Operator>Equal</Operator>
|
|
1785
|
+
<PropName>iosDevices</PropName>
|
|
1786
|
+
<Value>idiPhone</Value>
|
|
1787
|
+
</Expression>
|
|
1788
|
+
</Condition>
|
|
1789
|
+
</Depend>
|
|
1790
|
+
</Dependencies>
|
|
1791
|
+
<Metadata>
|
|
1792
|
+
<Value name='FlagImageSize'>1536x2008</Value>
|
|
1793
|
+
<Value name='FlagImageSize7'>1536x2048</Value>
|
|
1794
|
+
<Value name='FlagImageName7'>Default_iOS7-Portrait@2x.png</Value>
|
|
1795
|
+
<Value name='FlagDisplayName'>iPad Retina Portrait Launch Image</Value>
|
|
1796
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1797
|
+
</Metadata>
|
|
1798
|
+
</Prop>
|
|
1799
|
+
</Children>
|
|
1800
|
+
</Group>
|
|
1801
|
+
<Group hidden='1'>
|
|
1802
|
+
<Id>iPadSplitBackgroundGroup</Id>
|
|
1803
|
+
<Name>Split Mode Background Images (Deprecated)</Name>
|
|
1804
|
+
<Type>Group</Type>
|
|
1805
|
+
<Dependencies>
|
|
1806
|
+
<Depend type='Not Show'>
|
|
1807
|
+
<Cond>value(iosDevices) == idiPhone</Cond>
|
|
1808
|
+
<Condition>
|
|
1809
|
+
<Expression>
|
|
1810
|
+
<Type>Comparison</Type>
|
|
1811
|
+
<Operator>Equal</Operator>
|
|
1812
|
+
<PropName>iosDevices</PropName>
|
|
1813
|
+
<Value>idiPhone</Value>
|
|
1814
|
+
</Expression>
|
|
1815
|
+
</Condition>
|
|
1816
|
+
</Depend>
|
|
1817
|
+
</Dependencies>
|
|
1818
|
+
<Children>
|
|
1819
|
+
<Prop hidden='1'>
|
|
1820
|
+
<Id>AppBackgroundImage</Id>
|
|
1821
|
+
<Name>iPad Landscape Background Image</Name>
|
|
1822
|
+
<Description>iPad background image landscape. Size: 703 (w) * 704 (h)</Description>
|
|
1823
|
+
<Type>Custom</Type>
|
|
1824
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1825
|
+
<Metadata>
|
|
1826
|
+
<Value name='FlagImageSize'>703x704</Value>
|
|
1827
|
+
<Value name='FlagImageName'>Background-Landscape.png</Value>
|
|
1828
|
+
<Value name='FlagDisplayName'>iPad Landscape Background Image</Value>
|
|
1829
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1830
|
+
</Metadata>
|
|
1831
|
+
</Prop>
|
|
1832
|
+
<Prop hidden='1'>
|
|
1833
|
+
<Id>idBACKIMAGE_2x</Id>
|
|
1834
|
+
<Name>iPad Retina Landscape Background Image</Name>
|
|
1835
|
+
<Description>iPad Retina background image landscape. Size: 1406 (w) * 1408 (h)</Description>
|
|
1836
|
+
<Type>Custom</Type>
|
|
1837
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1838
|
+
<Metadata>
|
|
1839
|
+
<Value name='FlagImageSize'>1406x1408</Value>
|
|
1840
|
+
<Value name='FlagImageName'>Background-Landscape@2x.png</Value>
|
|
1841
|
+
<Value name='FlagDisplayName'>iPad Retina Landscape Background Image</Value>
|
|
1842
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1843
|
+
</Metadata>
|
|
1844
|
+
</Prop>
|
|
1845
|
+
<Prop hidden='1'>
|
|
1846
|
+
<Id>AppBackgroundImage_portrait</Id>
|
|
1847
|
+
<Name>iPad Portrait Background Image</Name>
|
|
1848
|
+
<Description>iPad background image portrait. Size: 768 (w) * 960 (h)</Description>
|
|
1849
|
+
<Type>Custom</Type>
|
|
1850
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1851
|
+
<Metadata>
|
|
1852
|
+
<Value name='FlagImageSize'>768x960</Value>
|
|
1853
|
+
<Value name='FlagImageName'>Background-Portrait.png</Value>
|
|
1854
|
+
<Value name='FlagDisplayName'>iPad Portrait Background Image</Value>
|
|
1855
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1856
|
+
</Metadata>
|
|
1857
|
+
</Prop>
|
|
1858
|
+
<Prop hidden='1'>
|
|
1859
|
+
<Id>AppBackgroundImage_portrait_2x</Id>
|
|
1860
|
+
<Name>iPad Retina Portrait Background Image</Name>
|
|
1861
|
+
<Description>iPad Retina background image portrait. Size: 1536 (w) * 1920 (h)</Description>
|
|
1862
|
+
<Type>Custom</Type>
|
|
1863
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1864
|
+
<Metadata>
|
|
1865
|
+
<Value name='FlagImageSize'>1536x1920</Value>
|
|
1866
|
+
<Value name='FlagImageName'>Background-Portrait@2x.png</Value>
|
|
1867
|
+
<Value name='FlagDisplayName'>iPad Retina Portrait Background Image</Value>
|
|
1868
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.NotShownWhenDefaultVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1869
|
+
</Metadata>
|
|
1870
|
+
</Prop>
|
|
1871
|
+
</Children>
|
|
1872
|
+
</Group>
|
|
1873
|
+
<Group hidden='1'>
|
|
1874
|
+
<Id>iOSPermissions</Id>
|
|
1875
|
+
<Name>Permissions</Name>
|
|
1876
|
+
<Type>Group</Type>
|
|
1877
|
+
<Children>
|
|
1878
|
+
<Group hidden='1'>
|
|
1879
|
+
<Id>iOSPurposeStrings</Id>
|
|
1880
|
+
<Name>Purpose Strings</Name>
|
|
1881
|
+
<Type>Group</Type>
|
|
1882
|
+
<Children>
|
|
1883
|
+
<Prop hidden='1'>
|
|
1884
|
+
<Id>iOSAppleMusicUsageDescription</Id>
|
|
1885
|
+
<Name>Apple Music Usage Description</Name>
|
|
1886
|
+
<Description>Specifies the reason for your app to use the media library.</Description>
|
|
1887
|
+
<Type>Text</Type>
|
|
1888
|
+
<Metadata>
|
|
1889
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1890
|
+
</Metadata>
|
|
1891
|
+
</Prop>
|
|
1892
|
+
<Prop hidden='1'>
|
|
1893
|
+
<Id>iOSBluetoothPeripheralUsageDescription</Id>
|
|
1894
|
+
<Name>Bluetooth Peripheral Usage Description</Name>
|
|
1895
|
+
<Description>Specifies the reason for your app to use Bluetooth.</Description>
|
|
1896
|
+
<Type>Text</Type>
|
|
1897
|
+
<Metadata>
|
|
1898
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1899
|
+
</Metadata>
|
|
1900
|
+
</Prop>
|
|
1901
|
+
<Prop hidden='1'>
|
|
1902
|
+
<Id>iOSCalendarsUsageDescription</Id>
|
|
1903
|
+
<Name>Calendars Usage Description</Name>
|
|
1904
|
+
<Description>Specifies the reason for your app to access the user's calendars.</Description>
|
|
1905
|
+
<Type>Text</Type>
|
|
1906
|
+
<Metadata>
|
|
1907
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1908
|
+
</Metadata>
|
|
1909
|
+
</Prop>
|
|
1910
|
+
<Prop hidden='1'>
|
|
1911
|
+
<Id>iOSCameraUsageDescription</Id>
|
|
1912
|
+
<Name>Camera Usage Description</Name>
|
|
1913
|
+
<Description>Specifies the reason for your app to access the device's camera.</Description>
|
|
1914
|
+
<Type>Text</Type>
|
|
1915
|
+
<Metadata>
|
|
1916
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1917
|
+
</Metadata>
|
|
1918
|
+
</Prop>
|
|
1919
|
+
<Prop hidden='1'>
|
|
1920
|
+
<Id>iOSContactsUsageDescription</Id>
|
|
1921
|
+
<Name>Contacts Usage Description</Name>
|
|
1922
|
+
<Description>Specifies the reason for your app to access the user's contacts.</Description>
|
|
1923
|
+
<Type>Text</Type>
|
|
1924
|
+
<Metadata>
|
|
1925
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1926
|
+
</Metadata>
|
|
1927
|
+
</Prop>
|
|
1928
|
+
<Prop hidden='1'>
|
|
1929
|
+
<Id>iOSFaceIDUsageDescription</Id>
|
|
1930
|
+
<Name>Face ID Usage Description</Name>
|
|
1931
|
+
<Description>Specifies the reason for your app to use Face ID.</Description>
|
|
1932
|
+
<Type>Text</Type>
|
|
1933
|
+
<Metadata>
|
|
1934
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1935
|
+
</Metadata>
|
|
1936
|
+
</Prop>
|
|
1937
|
+
<Prop hidden='1'>
|
|
1938
|
+
<Id>iOSHealthShareUsageDescription</Id>
|
|
1939
|
+
<Name>Health Share Usage Description</Name>
|
|
1940
|
+
<Description>Specifies the reason for your app to read the user's health data.</Description>
|
|
1941
|
+
<Type>Text</Type>
|
|
1942
|
+
<Metadata>
|
|
1943
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1944
|
+
</Metadata>
|
|
1945
|
+
</Prop>
|
|
1946
|
+
<Prop hidden='1'>
|
|
1947
|
+
<Id>iOSHealthUpdateUsageDescription</Id>
|
|
1948
|
+
<Name>Health Update Usage Description</Name>
|
|
1949
|
+
<Description>Specifies the reason for your app to make changes to the user's health data.</Description>
|
|
1950
|
+
<Type>Text</Type>
|
|
1951
|
+
<Metadata>
|
|
1952
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1953
|
+
</Metadata>
|
|
1954
|
+
</Prop>
|
|
1955
|
+
<Prop hidden='1'>
|
|
1956
|
+
<Id>iOSHomeKitUsageDescription</Id>
|
|
1957
|
+
<Name>HomeKit Usage Description</Name>
|
|
1958
|
+
<Description>Specifies the reason for your app to access the user's HomeKit configuration data.</Description>
|
|
1959
|
+
<Type>Text</Type>
|
|
1960
|
+
<Metadata>
|
|
1961
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1962
|
+
</Metadata>
|
|
1963
|
+
</Prop>
|
|
1964
|
+
<Prop hidden='1'>
|
|
1965
|
+
<Id>iOSLocalNetworkUsageDescription</Id>
|
|
1966
|
+
<Name>Local Network Usage Description</Name>
|
|
1967
|
+
<Description>Specifies the reason for your app to access to the local network.</Description>
|
|
1968
|
+
<Type>Text</Type>
|
|
1969
|
+
<Metadata>
|
|
1970
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1971
|
+
</Metadata>
|
|
1972
|
+
</Prop>
|
|
1973
|
+
<Prop hidden='1'>
|
|
1974
|
+
<Id>iOSLocationAlwaysUsage</Id>
|
|
1975
|
+
<Name>Location Always Usage Description</Name>
|
|
1976
|
+
<Description>Specifies the reason for your app to access the user's location information at all times. Used up to iOS 10, since iOS 11 Always And When In Use usage description is used instead.</Description>
|
|
1977
|
+
<Type>Text</Type>
|
|
1978
|
+
<Metadata>
|
|
1979
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1980
|
+
</Metadata>
|
|
1981
|
+
</Prop>
|
|
1982
|
+
<Prop hidden='1'>
|
|
1983
|
+
<Id>iOSLocationAlwaysAndWhenInUseUsage</Id>
|
|
1984
|
+
<Name>Location Always And When In Use Usage Description</Name>
|
|
1985
|
+
<Description>Specifies the reasons for your app to access the user's location information in both levels, at all times, or while your app is in use, giving the user options to choose. Used since iOS 11 instead of Always usage description. Note When In Use usage description is also required when specifing this usage description.</Description>
|
|
1986
|
+
<Type>Text</Type>
|
|
1987
|
+
<Metadata>
|
|
1988
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1989
|
+
</Metadata>
|
|
1990
|
+
</Prop>
|
|
1991
|
+
<Prop hidden='1'>
|
|
1992
|
+
<Id>iOSLocationWhenInUseUsage</Id>
|
|
1993
|
+
<Name>Location When In Use Usage Description</Name>
|
|
1994
|
+
<Description>Specifies the reason for your app to access the user's location information while your app is in use.</Description>
|
|
1995
|
+
<Type>Text</Type>
|
|
1996
|
+
<Metadata>
|
|
1997
|
+
<Value name='FlagTranslatableString'></Value>
|
|
1998
|
+
</Metadata>
|
|
1999
|
+
</Prop>
|
|
2000
|
+
<Prop hidden='1'>
|
|
2001
|
+
<Id>iOSTemporaryFullAccuracyUsages</Id>
|
|
2002
|
+
<Name>Location Temporary Usage Descriptions</Name>
|
|
2003
|
+
<Description>Comma-separated list of strings that represent the purpose keys for your app to access the user's precise location information.</Description>
|
|
2004
|
+
<Type>Text</Type>
|
|
2005
|
+
<Metadata>
|
|
2006
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2007
|
+
</Metadata>
|
|
2008
|
+
</Prop>
|
|
2009
|
+
<Prop hidden='1'>
|
|
2010
|
+
<Id>iOSMicrophoneUsageDescription</Id>
|
|
2011
|
+
<Name>Microphone Usage Description</Name>
|
|
2012
|
+
<Description>Specifies the reason for your app to access any of the device's microphones.</Description>
|
|
2013
|
+
<Type>Text</Type>
|
|
2014
|
+
<Metadata>
|
|
2015
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2016
|
+
</Metadata>
|
|
2017
|
+
</Prop>
|
|
2018
|
+
<Prop hidden='1'>
|
|
2019
|
+
<Id>iOSMotionUsageDescription</Id>
|
|
2020
|
+
<Name>Motion Usage Description</Name>
|
|
2021
|
+
<Description>Specifies the reason for your app to access the device's accelerometer.</Description>
|
|
2022
|
+
<Type>Text</Type>
|
|
2023
|
+
<Metadata>
|
|
2024
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2025
|
+
</Metadata>
|
|
2026
|
+
</Prop>
|
|
2027
|
+
<Prop hidden='1'>
|
|
2028
|
+
<Id>iOSNFCReaderUsageDescription</Id>
|
|
2029
|
+
<Name>NFC Scan Usage Description</Name>
|
|
2030
|
+
<Description>Specifies the reason for your app to use the device's NFC reader.</Description>
|
|
2031
|
+
<Type>Text</Type>
|
|
2032
|
+
<Metadata>
|
|
2033
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2034
|
+
</Metadata>
|
|
2035
|
+
</Prop>
|
|
2036
|
+
<Prop hidden='1'>
|
|
2037
|
+
<Id>iOSPhotoLibraryAddUsageDescription</Id>
|
|
2038
|
+
<Name>Photo Library Additions Usage Description</Name>
|
|
2039
|
+
<Description>Specifies the reason for your app to get write-only access to the user's photo library.</Description>
|
|
2040
|
+
<Type>Text</Type>
|
|
2041
|
+
<Metadata>
|
|
2042
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2043
|
+
</Metadata>
|
|
2044
|
+
</Prop>
|
|
2045
|
+
<Prop hidden='1'>
|
|
2046
|
+
<Id>iOSPhotoLibraryUsageDescription</Id>
|
|
2047
|
+
<Name>Photo Library Usage Description</Name>
|
|
2048
|
+
<Description>Specifies the reason for your app to access the user's photo library.</Description>
|
|
2049
|
+
<Type>Text</Type>
|
|
2050
|
+
<Metadata>
|
|
2051
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2052
|
+
</Metadata>
|
|
2053
|
+
</Prop>
|
|
2054
|
+
<Prop hidden='1'>
|
|
2055
|
+
<Id>iOSRemindersUsageDescription</Id>
|
|
2056
|
+
<Name>Reminders Usage Description</Name>
|
|
2057
|
+
<Description>Specifies the reason for your app to access the user's reminders.</Description>
|
|
2058
|
+
<Type>Text</Type>
|
|
2059
|
+
<Metadata>
|
|
2060
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2061
|
+
</Metadata>
|
|
2062
|
+
</Prop>
|
|
2063
|
+
<Prop hidden='1'>
|
|
2064
|
+
<Id>iOSSiriUsageDescription</Id>
|
|
2065
|
+
<Name>Siri Usage Description</Name>
|
|
2066
|
+
<Description>Specifies the reason for your app to send user data to Siri.</Description>
|
|
2067
|
+
<Type>Text</Type>
|
|
2068
|
+
<Metadata>
|
|
2069
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2070
|
+
</Metadata>
|
|
2071
|
+
</Prop>
|
|
2072
|
+
<Prop hidden='1'>
|
|
2073
|
+
<Id>iOSSpeechRecognitionUsageDescription</Id>
|
|
2074
|
+
<Name>Speech Recognition Usage Description</Name>
|
|
2075
|
+
<Description>Specifies the reason for your app to send user data to Apple's speech recognition servers.</Description>
|
|
2076
|
+
<Type>Text</Type>
|
|
2077
|
+
<Metadata>
|
|
2078
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2079
|
+
</Metadata>
|
|
2080
|
+
</Prop>
|
|
2081
|
+
<Prop hidden='1'>
|
|
2082
|
+
<Id>iOSUserTrackingUsageDescription</Id>
|
|
2083
|
+
<Name>User Tracking Usage Description</Name>
|
|
2084
|
+
<Description>Specifies the reason for your app to access app-related data that can be used for tracking the user or the device.</Description>
|
|
2085
|
+
<Type>Text</Type>
|
|
2086
|
+
<Dependencies>
|
|
2087
|
+
<Depend type='Apply'>
|
|
2088
|
+
<Cond>(value(iosDevices) == idUniversal) or ((value(iosDevices) == idiPhone) or ((value(iosDevices) == idiPad) or (value(iosDevices) == idtv)))</Cond>
|
|
2089
|
+
<Condition>
|
|
2090
|
+
<Expression>
|
|
2091
|
+
<Type>BooleanExpression</Type>
|
|
2092
|
+
<FirstPart>
|
|
2093
|
+
<Expression>
|
|
2094
|
+
<Type>Comparison</Type>
|
|
2095
|
+
<Operator>Equal</Operator>
|
|
2096
|
+
<PropName>iosDevices</PropName>
|
|
2097
|
+
<Value>idUniversal</Value>
|
|
2098
|
+
</Expression>
|
|
2099
|
+
</FirstPart>
|
|
2100
|
+
<Operator>or</Operator>
|
|
2101
|
+
<SecondPart>
|
|
2102
|
+
<Expression>
|
|
2103
|
+
<Type>BooleanExpression</Type>
|
|
2104
|
+
<FirstPart>
|
|
2105
|
+
<Expression>
|
|
2106
|
+
<Type>Comparison</Type>
|
|
2107
|
+
<Operator>Equal</Operator>
|
|
2108
|
+
<PropName>iosDevices</PropName>
|
|
2109
|
+
<Value>idiPhone</Value>
|
|
2110
|
+
</Expression>
|
|
2111
|
+
</FirstPart>
|
|
2112
|
+
<Operator>or</Operator>
|
|
2113
|
+
<SecondPart>
|
|
2114
|
+
<Expression>
|
|
2115
|
+
<Type>BooleanExpression</Type>
|
|
2116
|
+
<FirstPart>
|
|
2117
|
+
<Expression>
|
|
2118
|
+
<Type>Comparison</Type>
|
|
2119
|
+
<Operator>Equal</Operator>
|
|
2120
|
+
<PropName>iosDevices</PropName>
|
|
2121
|
+
<Value>idiPad</Value>
|
|
2122
|
+
</Expression>
|
|
2123
|
+
</FirstPart>
|
|
2124
|
+
<Operator>or</Operator>
|
|
2125
|
+
<SecondPart>
|
|
2126
|
+
<Expression>
|
|
2127
|
+
<Type>Comparison</Type>
|
|
2128
|
+
<Operator>Equal</Operator>
|
|
2129
|
+
<PropName>iosDevices</PropName>
|
|
2130
|
+
<Value>idtv</Value>
|
|
2131
|
+
</Expression>
|
|
2132
|
+
</SecondPart>
|
|
2133
|
+
</Expression>
|
|
2134
|
+
</SecondPart>
|
|
2135
|
+
</Expression>
|
|
2136
|
+
</SecondPart>
|
|
2137
|
+
</Expression>
|
|
2138
|
+
</Condition>
|
|
2139
|
+
</Depend>
|
|
2140
|
+
</Dependencies>
|
|
2141
|
+
<Metadata>
|
|
2142
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2143
|
+
</Metadata>
|
|
2144
|
+
</Prop>
|
|
2145
|
+
<Prop hidden='1'>
|
|
2146
|
+
<Id>tvOSVideoSubscriberAccountUsageDescription</Id>
|
|
2147
|
+
<Name>TV Provider Usage Description</Name>
|
|
2148
|
+
<Description>Specifies the reason for your app to access the user's TV provider account.</Description>
|
|
2149
|
+
<Type>Text</Type>
|
|
2150
|
+
<Dependencies>
|
|
2151
|
+
<Depend type='Apply'>
|
|
2152
|
+
<Cond>value(iosDevices) == idTV</Cond>
|
|
2153
|
+
<Condition>
|
|
2154
|
+
<Expression>
|
|
2155
|
+
<Type>Comparison</Type>
|
|
2156
|
+
<Operator>Equal</Operator>
|
|
2157
|
+
<PropName>iosDevices</PropName>
|
|
2158
|
+
<Value>idTV</Value>
|
|
2159
|
+
</Expression>
|
|
2160
|
+
</Condition>
|
|
2161
|
+
</Depend>
|
|
2162
|
+
</Dependencies>
|
|
2163
|
+
<Metadata>
|
|
2164
|
+
<Value name='FlagTranslatableString'></Value>
|
|
2165
|
+
</Metadata>
|
|
2166
|
+
</Prop>
|
|
2167
|
+
</Children>
|
|
2168
|
+
</Group>
|
|
2169
|
+
<Prop hidden='1'>
|
|
2170
|
+
<Id>iOSReducedAccurayDefault</Id>
|
|
2171
|
+
<Name>Location Default Accuracy Reduced</Name>
|
|
2172
|
+
<Description>Use reduced-accuracy location information by default.</Description>
|
|
2173
|
+
<Type>Boolean</Type>
|
|
2174
|
+
<Default>false</Default>
|
|
2175
|
+
</Prop>
|
|
2176
|
+
<Prop hidden='1'>
|
|
2177
|
+
<Id>iOSAppQueriesSchemes</Id>
|
|
2178
|
+
<Name>Application Queries Schemes</Name>
|
|
2179
|
+
<Description>Specifies the URL schemes you want the app to be able to use with Interop.CanOpen(), required for iOS 9.0 and later.\nValues should be separated with coma (,)</Description>
|
|
2180
|
+
<Type>Text</Type>
|
|
2181
|
+
</Prop>
|
|
2182
|
+
<Prop hidden='1'>
|
|
2183
|
+
<Id>iOSAppBackgroudModes</Id>
|
|
2184
|
+
<Name>Background Modes</Name>
|
|
2185
|
+
<Description>Specifies the background modes supported by the application</Description>
|
|
2186
|
+
<Type>Custom</Type>
|
|
2187
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.IOSBackgroundModes, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2188
|
+
</Prop>
|
|
2189
|
+
<Prop hidden='1'>
|
|
2190
|
+
<Id>iOSBonjourServices</Id>
|
|
2191
|
+
<Name>Bonjour Services</Name>
|
|
2192
|
+
<Description>Bonjour service types browsed by the app. Values should be separated with coma (,).</Description>
|
|
2193
|
+
<Type>Text</Type>
|
|
2194
|
+
</Prop>
|
|
2195
|
+
<Group hidden='1'>
|
|
2196
|
+
<Id>iOSEntitlements</Id>
|
|
2197
|
+
<Name>Entitlements</Name>
|
|
2198
|
+
<Type>Group</Type>
|
|
2199
|
+
<Children>
|
|
2200
|
+
<Prop hidden='1'>
|
|
2201
|
+
<Id>EnableSignInWithApple</Id>
|
|
2202
|
+
<Name>Enable Sign in with Apple</Name>
|
|
2203
|
+
<Description>Enable this property to allow the iOS app to use an Apple ID as an identity provider.</Description>
|
|
2204
|
+
<Type>Boolean</Type>
|
|
2205
|
+
<Default>false</Default>
|
|
2206
|
+
<Metadata>
|
|
2207
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.SignInWithAppleVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2208
|
+
</Metadata>
|
|
2209
|
+
</Prop>
|
|
2210
|
+
<Prop hidden='1'>
|
|
2211
|
+
<Id>AddContactsNoteEntitlement</Id>
|
|
2212
|
+
<Name>AccessContactsNotes</Name>
|
|
2213
|
+
<Description>Add the com.apple.developer.contacts.notes entitlement to the generated project</Description>
|
|
2214
|
+
<Type>Boolean</Type>
|
|
2215
|
+
<Default>false</Default>
|
|
2216
|
+
</Prop>
|
|
2217
|
+
</Children>
|
|
2218
|
+
</Group>
|
|
2219
|
+
</Children>
|
|
2220
|
+
</Group>
|
|
2221
|
+
</Children>
|
|
2222
|
+
</Group>
|
|
2223
|
+
<Group hidden='1'>
|
|
2224
|
+
<Id>WindowsGroup</Id>
|
|
2225
|
+
<Name>Windows</Name>
|
|
2226
|
+
<Type>Group</Type>
|
|
2227
|
+
<Metadata>
|
|
2228
|
+
<Value name='FlagPlatform'>windows</Value>
|
|
2229
|
+
</Metadata>
|
|
2230
|
+
<Children>
|
|
2231
|
+
<Prop hidden='1'>
|
|
2232
|
+
<Id>idWindowsAPPVersionCode</Id>
|
|
2233
|
+
<Name>Windows Version Code</Name>
|
|
2234
|
+
<Description>A value that represents the version of the application code, relative to other versions</Description>
|
|
2235
|
+
<Type>Text</Type>
|
|
2236
|
+
<Default>1.0</Default>
|
|
2237
|
+
<Metadata>
|
|
2238
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.VersionCodeValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2239
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
2240
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2241
|
+
</Metadata>
|
|
2242
|
+
<Options>
|
|
2243
|
+
<Option type='Required'/>
|
|
2244
|
+
</Options>
|
|
2245
|
+
</Prop>
|
|
2246
|
+
<Prop hidden='1'>
|
|
2247
|
+
<Id>idWindowsAPPVersionName</Id>
|
|
2248
|
+
<Name>Windows Version Name</Name>
|
|
2249
|
+
<Description>A text value that represents the version of the application, relative to other versions</Description>
|
|
2250
|
+
<Type>Text</Type>
|
|
2251
|
+
<Default>1.0</Default>
|
|
2252
|
+
<Metadata>
|
|
2253
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2254
|
+
</Metadata>
|
|
2255
|
+
<Options>
|
|
2256
|
+
<Option type='Required'/>
|
|
2257
|
+
</Options>
|
|
2258
|
+
</Prop>
|
|
2259
|
+
<Prop hidden='1'>
|
|
2260
|
+
<Id>tileObject</Id>
|
|
2261
|
+
<Name>Source DP</Name>
|
|
2262
|
+
<Description>DataProvider taken as the source for the application's tile.</Description>
|
|
2263
|
+
<Type>Custom</Type>
|
|
2264
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2265
|
+
<Metadata>
|
|
2266
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=2A9E9ABA-D2DE-4801-AE7F-5E3819222DAF),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2267
|
+
<Value name='FlagSerializeToMetadata'>true</Value>
|
|
2268
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2269
|
+
</Metadata>
|
|
2270
|
+
</Prop>
|
|
2271
|
+
<Prop hidden='1'>
|
|
2272
|
+
<Id>idWindowsStoreLogo</Id>
|
|
2273
|
+
<Name>Windows Store Logo</Name>
|
|
2274
|
+
<Description>Windows Store Logo (50x50)</Description>
|
|
2275
|
+
<Type>Custom</Type>
|
|
2276
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2277
|
+
<Metadata>
|
|
2278
|
+
<Value name='FlagImageSize'>50x50</Value>
|
|
2279
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2280
|
+
</Metadata>
|
|
2281
|
+
</Prop>
|
|
2282
|
+
<Prop hidden='1'>
|
|
2283
|
+
<Id>idWindowsBadgeLogo</Id>
|
|
2284
|
+
<Name>Badge Logo</Name>
|
|
2285
|
+
<Description>Bandge image for toasts, notifications and task management (24x24)</Description>
|
|
2286
|
+
<Type>Custom</Type>
|
|
2287
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2288
|
+
<Metadata>
|
|
2289
|
+
<Value name='FlagImageSize'>24x24</Value>
|
|
2290
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2291
|
+
</Metadata>
|
|
2292
|
+
</Prop>
|
|
2293
|
+
<Prop hidden='1'>
|
|
2294
|
+
<Id>WindowsBaseStyle</Id>
|
|
2295
|
+
<Name>Windows Base Style</Name>
|
|
2296
|
+
<Type>Combo</Type>
|
|
2297
|
+
<Default>WinPhoneBaseStyleDark</Default>
|
|
2298
|
+
<Values>
|
|
2299
|
+
<Value id='WinPhoneBaseStyleDark' desc='Dark'/>
|
|
2300
|
+
<Value id='WinPhoneBaseStyleLight' desc='Light'/>
|
|
2301
|
+
</Values>
|
|
2302
|
+
<Metadata>
|
|
2303
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2304
|
+
</Metadata>
|
|
2305
|
+
</Prop>
|
|
2306
|
+
<Prop hidden='1'>
|
|
2307
|
+
<Id>WinPhoneCortana</Id>
|
|
2308
|
+
<Name>Cortana integration</Name>
|
|
2309
|
+
<Description>Voice commands declarations for Cortana</Description>
|
|
2310
|
+
<Type>Custom</Type>
|
|
2311
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.CortanaCommands, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2312
|
+
<Metadata>
|
|
2313
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2314
|
+
</Metadata>
|
|
2315
|
+
</Prop>
|
|
2316
|
+
<Group hidden='1'>
|
|
2317
|
+
<Id>WindowsAppTileGroup</Id>
|
|
2318
|
+
<Name>Windows Tiles</Name>
|
|
2319
|
+
<Type>Group</Type>
|
|
2320
|
+
<Children>
|
|
2321
|
+
<Prop hidden='1'>
|
|
2322
|
+
<Id>idWindowsSquare150</Id>
|
|
2323
|
+
<Name>Square 150</Name>
|
|
2324
|
+
<Description>Square tile image (150x150)</Description>
|
|
2325
|
+
<Type>Custom</Type>
|
|
2326
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2327
|
+
<Metadata>
|
|
2328
|
+
<Value name='FlagImageSize'>150x150</Value>
|
|
2329
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2330
|
+
</Metadata>
|
|
2331
|
+
</Prop>
|
|
2332
|
+
<Prop hidden='1'>
|
|
2333
|
+
<Id>ShowTitleSquare150</Id>
|
|
2334
|
+
<Name>Show title on Square tile</Name>
|
|
2335
|
+
<Type>Boolean</Type>
|
|
2336
|
+
<Default>true</Default>
|
|
2337
|
+
<Metadata>
|
|
2338
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2339
|
+
</Metadata>
|
|
2340
|
+
</Prop>
|
|
2341
|
+
<Prop hidden='1'>
|
|
2342
|
+
<Id>idWindowsWide</Id>
|
|
2343
|
+
<Name>Wide 310x150</Name>
|
|
2344
|
+
<Description>Wide tile image (310x150)</Description>
|
|
2345
|
+
<Type>Custom</Type>
|
|
2346
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2347
|
+
<Metadata>
|
|
2348
|
+
<Value name='FlagImageSize'>310x150</Value>
|
|
2349
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2350
|
+
</Metadata>
|
|
2351
|
+
</Prop>
|
|
2352
|
+
<Prop hidden='1'>
|
|
2353
|
+
<Id>ShowTitleWide310</Id>
|
|
2354
|
+
<Name>Show title on Wide tile</Name>
|
|
2355
|
+
<Type>Boolean</Type>
|
|
2356
|
+
<Default>true</Default>
|
|
2357
|
+
<Metadata>
|
|
2358
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2359
|
+
</Metadata>
|
|
2360
|
+
</Prop>
|
|
2361
|
+
<Prop hidden='1'>
|
|
2362
|
+
<Id>idWindowsLargeSquare</Id>
|
|
2363
|
+
<Name>Square 310</Name>
|
|
2364
|
+
<Description>Large tile image (310x310)</Description>
|
|
2365
|
+
<Type>Custom</Type>
|
|
2366
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2367
|
+
<Dependencies>
|
|
2368
|
+
<Depend type='Not Show'>
|
|
2369
|
+
<Cond>value(IsMain) == false</Cond>
|
|
2370
|
+
<Condition>
|
|
2371
|
+
<Expression>
|
|
2372
|
+
<Type>Comparison</Type>
|
|
2373
|
+
<Operator>Equal</Operator>
|
|
2374
|
+
<PropName>IsMain</PropName>
|
|
2375
|
+
<Value>false</Value>
|
|
2376
|
+
</Expression>
|
|
2377
|
+
</Condition>
|
|
2378
|
+
</Depend>
|
|
2379
|
+
</Dependencies>
|
|
2380
|
+
<Metadata>
|
|
2381
|
+
<Value name='FlagImageSize'>310x310</Value>
|
|
2382
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2383
|
+
</Metadata>
|
|
2384
|
+
</Prop>
|
|
2385
|
+
<Prop hidden='1'>
|
|
2386
|
+
<Id>ShowTitleSquare310</Id>
|
|
2387
|
+
<Name>Show title on Large tile</Name>
|
|
2388
|
+
<Type>Boolean</Type>
|
|
2389
|
+
<Default>false</Default>
|
|
2390
|
+
<Dependencies>
|
|
2391
|
+
<Depend type='Not Show'>
|
|
2392
|
+
<Cond>value(IsMain) == false</Cond>
|
|
2393
|
+
<Condition>
|
|
2394
|
+
<Expression>
|
|
2395
|
+
<Type>Comparison</Type>
|
|
2396
|
+
<Operator>Equal</Operator>
|
|
2397
|
+
<PropName>IsMain</PropName>
|
|
2398
|
+
<Value>false</Value>
|
|
2399
|
+
</Expression>
|
|
2400
|
+
</Condition>
|
|
2401
|
+
</Depend>
|
|
2402
|
+
</Dependencies>
|
|
2403
|
+
<Metadata>
|
|
2404
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2405
|
+
</Metadata>
|
|
2406
|
+
</Prop>
|
|
2407
|
+
<Prop hidden='1'>
|
|
2408
|
+
<Id>idWindowsSquare71</Id>
|
|
2409
|
+
<Name>Square 71</Name>
|
|
2410
|
+
<Description>Square tile image (71x71)</Description>
|
|
2411
|
+
<Type>Custom</Type>
|
|
2412
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2413
|
+
<Metadata>
|
|
2414
|
+
<Value name='FlagImageSize'>71x71</Value>
|
|
2415
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2416
|
+
</Metadata>
|
|
2417
|
+
</Prop>
|
|
2418
|
+
<Prop hidden='1'>
|
|
2419
|
+
<Id>idWindowsSquare44</Id>
|
|
2420
|
+
<Name>Square 44</Name>
|
|
2421
|
+
<Description>Square tile image (44x44)</Description>
|
|
2422
|
+
<Type>Custom</Type>
|
|
2423
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2424
|
+
<Metadata>
|
|
2425
|
+
<Value name='FlagImageSize'>44x44</Value>
|
|
2426
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2427
|
+
</Metadata>
|
|
2428
|
+
</Prop>
|
|
2429
|
+
</Children>
|
|
2430
|
+
</Group>
|
|
2431
|
+
<Group hidden='1'>
|
|
2432
|
+
<Id>WindowsAppSplashGroup</Id>
|
|
2433
|
+
<Name>Windows Splash</Name>
|
|
2434
|
+
<Type>Group</Type>
|
|
2435
|
+
<Children>
|
|
2436
|
+
<Prop hidden='1'>
|
|
2437
|
+
<Id>idWindowsSplash</Id>
|
|
2438
|
+
<Name>Windows Splash Screen</Name>
|
|
2439
|
+
<Description>Windows app splash screen (620x300)</Description>
|
|
2440
|
+
<Type>Custom</Type>
|
|
2441
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.LocalizableImageReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2442
|
+
<Metadata>
|
|
2443
|
+
<Value name='FlagImageSize'>620x300</Value>
|
|
2444
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2445
|
+
</Metadata>
|
|
2446
|
+
</Prop>
|
|
2447
|
+
<Prop hidden='1'>
|
|
2448
|
+
<Id>idWindowsSplashBackground</Id>
|
|
2449
|
+
<Name>Windows Splash Color</Name>
|
|
2450
|
+
<Description>Background color of the splash screen</Description>
|
|
2451
|
+
<Type>Custom</Type>
|
|
2452
|
+
<Default>#464646</Default>
|
|
2453
|
+
<CustomType>Artech.Genexus.Common.Objects.Themes.CustomTypes.ColorType2, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2454
|
+
<Metadata>
|
|
2455
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2456
|
+
</Metadata>
|
|
2457
|
+
</Prop>
|
|
2458
|
+
</Children>
|
|
2459
|
+
</Group>
|
|
2460
|
+
</Children>
|
|
2461
|
+
</Group>
|
|
2462
|
+
<Prop hidden='1'>
|
|
2463
|
+
<Id>EnableNotifications</Id>
|
|
2464
|
+
<Name>Enable Notifications</Name>
|
|
2465
|
+
<Type>Boolean</Type>
|
|
2466
|
+
<Default>false</Default>
|
|
2467
|
+
</Prop>
|
|
2468
|
+
<Group hidden='1'>
|
|
2469
|
+
<Id>nofificationsGroup</Id>
|
|
2470
|
+
<Name>Notifications</Name>
|
|
2471
|
+
<Type>Group</Type>
|
|
2472
|
+
<Dependencies>
|
|
2473
|
+
<Depend type='Not Show'>
|
|
2474
|
+
<Cond>value(EnableNotifications) == false</Cond>
|
|
2475
|
+
<Condition>
|
|
2476
|
+
<Expression>
|
|
2477
|
+
<Type>Comparison</Type>
|
|
2478
|
+
<Operator>Equal</Operator>
|
|
2479
|
+
<PropName>EnableNotifications</PropName>
|
|
2480
|
+
<Value>false</Value>
|
|
2481
|
+
</Expression>
|
|
2482
|
+
</Condition>
|
|
2483
|
+
</Depend>
|
|
2484
|
+
</Dependencies>
|
|
2485
|
+
<Children>
|
|
2486
|
+
<Prop hidden='1'>
|
|
2487
|
+
<Id>notificationRegistrationHandler</Id>
|
|
2488
|
+
<Name>Registration Handler</Name>
|
|
2489
|
+
<Description>REST procedure to be called when smart device registration occurs.</Description>
|
|
2490
|
+
<Type>Custom</Type>
|
|
2491
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2492
|
+
<Dependencies>
|
|
2493
|
+
<Depend type='Apply'>
|
|
2494
|
+
<Cond>(value(EnableNotifications) == true) and (value(IsMain) == true)</Cond>
|
|
2495
|
+
<Condition>
|
|
2496
|
+
<Expression>
|
|
2497
|
+
<Type>BooleanExpression</Type>
|
|
2498
|
+
<FirstPart>
|
|
2499
|
+
<Expression>
|
|
2500
|
+
<Type>Comparison</Type>
|
|
2501
|
+
<Operator>Equal</Operator>
|
|
2502
|
+
<PropName>EnableNotifications</PropName>
|
|
2503
|
+
<Value>true</Value>
|
|
2504
|
+
</Expression>
|
|
2505
|
+
</FirstPart>
|
|
2506
|
+
<Operator>and</Operator>
|
|
2507
|
+
<SecondPart>
|
|
2508
|
+
<Expression>
|
|
2509
|
+
<Type>Comparison</Type>
|
|
2510
|
+
<Operator>Equal</Operator>
|
|
2511
|
+
<PropName>IsMain</PropName>
|
|
2512
|
+
<Value>true</Value>
|
|
2513
|
+
</Expression>
|
|
2514
|
+
</SecondPart>
|
|
2515
|
+
</Expression>
|
|
2516
|
+
</Condition>
|
|
2517
|
+
</Depend>
|
|
2518
|
+
</Dependencies>
|
|
2519
|
+
<Metadata>
|
|
2520
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=84a12160-f59b-4ad7-a683-ea4481ac23e9),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2521
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDNotificationRegistrationHandlerDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2522
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.SDNotificationRegistrationHandlerValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2523
|
+
</Metadata>
|
|
2524
|
+
</Prop>
|
|
2525
|
+
<Prop hidden='1'>
|
|
2526
|
+
<Id>iOScertificate</Id>
|
|
2527
|
+
<Name>iOS PKCS12 Certificate</Name>
|
|
2528
|
+
<Type>Custom</Type>
|
|
2529
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.FileType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2530
|
+
<Metadata>
|
|
2531
|
+
<Value name='FlagDisplayName'>iOS PKCS12 Certificate</Value>
|
|
2532
|
+
<Value name='CustomAttribute'>Artech.Genexus.Common.CustomTypes.FileTypeFilterAttribute(Filter=PKCS12 files (*.p12)|*.p12), Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2533
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.SaveFileInKbAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2534
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2535
|
+
</Metadata>
|
|
2536
|
+
</Prop>
|
|
2537
|
+
<Prop hidden='1'>
|
|
2538
|
+
<Id>iOScertificatePassword</Id>
|
|
2539
|
+
<Name>iOS PKCS12 Password</Name>
|
|
2540
|
+
<Type>Text</Type>
|
|
2541
|
+
<Metadata>
|
|
2542
|
+
<Value name='FlagDisplayName'>iOS PKCS12 Password</Value>
|
|
2543
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2544
|
+
</Metadata>
|
|
2545
|
+
<Options>
|
|
2546
|
+
<Option type='Password'/>
|
|
2547
|
+
</Options>
|
|
2548
|
+
</Prop>
|
|
2549
|
+
<Prop hidden='1'>
|
|
2550
|
+
<Id>iOSuseSandboxServer</Id>
|
|
2551
|
+
<Name>iOS use SandBox Server</Name>
|
|
2552
|
+
<Type>Boolean</Type>
|
|
2553
|
+
<Default>false</Default>
|
|
2554
|
+
<Metadata>
|
|
2555
|
+
<Value name='FlagDisplayName'>iOS use SandBox Server</Value>
|
|
2556
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2557
|
+
</Metadata>
|
|
2558
|
+
</Prop>
|
|
2559
|
+
<Prop hidden='1'>
|
|
2560
|
+
<Id>iOSSilentNotifAllowed</Id>
|
|
2561
|
+
<Name>iOS Silent Notifications allowed</Name>
|
|
2562
|
+
<Type>Boolean</Type>
|
|
2563
|
+
<Default>false</Default>
|
|
2564
|
+
<Metadata>
|
|
2565
|
+
<Value name='FlagDisplayName'>iOS Silent Notifications allowed</Value>
|
|
2566
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2567
|
+
</Metadata>
|
|
2568
|
+
</Prop>
|
|
2569
|
+
<Prop hidden='1'>
|
|
2570
|
+
<Id>iOSNotificationsRegistrationMode</Id>
|
|
2571
|
+
<Name>Device Registration Mode</Name>
|
|
2572
|
+
<Type>Combo</Type>
|
|
2573
|
+
<Default>auto</Default>
|
|
2574
|
+
<Values>
|
|
2575
|
+
<Value id='auto' desc='Automatic'/>
|
|
2576
|
+
<Value id='manual' desc='Manual'/>
|
|
2577
|
+
</Values>
|
|
2578
|
+
<Metadata>
|
|
2579
|
+
<Value name='FlagDisplayName'>Device Registration Mode</Value>
|
|
2580
|
+
</Metadata>
|
|
2581
|
+
</Prop>
|
|
2582
|
+
<Prop hidden='1'>
|
|
2583
|
+
<Id>androidSenderId</Id>
|
|
2584
|
+
<Name>Android Sender Id</Name>
|
|
2585
|
+
<Type>Text</Type>
|
|
2586
|
+
<Metadata>
|
|
2587
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2588
|
+
</Metadata>
|
|
2589
|
+
</Prop>
|
|
2590
|
+
<Prop hidden='1'>
|
|
2591
|
+
<Id>androidSenderAPIKey</Id>
|
|
2592
|
+
<Name>Android Sender API Key</Name>
|
|
2593
|
+
<Type>Text</Type>
|
|
2594
|
+
<Metadata>
|
|
2595
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2596
|
+
</Metadata>
|
|
2597
|
+
</Prop>
|
|
2598
|
+
<Prop hidden='1'>
|
|
2599
|
+
<Id>WNSPackageSecurityIdentifier</Id>
|
|
2600
|
+
<Name>WNS Package Security Identifier</Name>
|
|
2601
|
+
<Type>Text</Type>
|
|
2602
|
+
<Metadata>
|
|
2603
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2604
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2605
|
+
</Metadata>
|
|
2606
|
+
</Prop>
|
|
2607
|
+
<Prop hidden='1'>
|
|
2608
|
+
<Id>WNSClientSecret</Id>
|
|
2609
|
+
<Name>WNS Client Secret</Name>
|
|
2610
|
+
<Type>Text</Type>
|
|
2611
|
+
<Metadata>
|
|
2612
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2613
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.WindowsGeneratorVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2614
|
+
</Metadata>
|
|
2615
|
+
</Prop>
|
|
2616
|
+
</Children>
|
|
2617
|
+
</Group>
|
|
2618
|
+
<Prop hidden='1'>
|
|
2619
|
+
<Id>EnableAnalytics</Id>
|
|
2620
|
+
<Name>Enable Analytics</Name>
|
|
2621
|
+
<Type>Boolean</Type>
|
|
2622
|
+
<Default>false</Default>
|
|
2623
|
+
<Metadata>
|
|
2624
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
2625
|
+
</Metadata>
|
|
2626
|
+
<Options>
|
|
2627
|
+
<Option type='Not Show'/>
|
|
2628
|
+
</Options>
|
|
2629
|
+
</Prop>
|
|
2630
|
+
<Prop hidden='1'>
|
|
2631
|
+
<Id>ANALYTICS_PROVIDER</Id>
|
|
2632
|
+
<Name>Analytics Provider</Name>
|
|
2633
|
+
<Description>Application Analytics Provider.</Description>
|
|
2634
|
+
<Type>Combo</Type>
|
|
2635
|
+
<Default>NONE</Default>
|
|
2636
|
+
<Values>
|
|
2637
|
+
<Value id='NONE' desc='None'/>
|
|
2638
|
+
</Values>
|
|
2639
|
+
<Metadata>
|
|
2640
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDAnalyticsProviderDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2641
|
+
<Value name='TypeConverter'>Artech.Genexus.Common.Converters.AnalyticsServiceTypeConverter, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2642
|
+
<Value name='ServiceDirectory'>Analytics</Value>
|
|
2643
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
2644
|
+
</Metadata>
|
|
2645
|
+
</Prop>
|
|
2646
|
+
<Prop hidden='1'>
|
|
2647
|
+
<Id>AppAdsProvider</Id>
|
|
2648
|
+
<Name>Ads Provider</Name>
|
|
2649
|
+
<Description>Ads Provider used for SDAdsView (Android only)</Description>
|
|
2650
|
+
<Type>Combo</Type>
|
|
2651
|
+
<Default>None</Default>
|
|
2652
|
+
<Values>
|
|
2653
|
+
<Value id='None' desc='None'/>
|
|
2654
|
+
</Values>
|
|
2655
|
+
<Metadata>
|
|
2656
|
+
<Value name='TypeConverter'>Artech.Genexus.Common.Converters.AdsServiceTypeConverter, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2657
|
+
<Value name='ServiceDirectory'>Ads</Value>
|
|
2658
|
+
</Metadata>
|
|
2659
|
+
</Prop>
|
|
2660
|
+
<Prop hidden='1'>
|
|
2661
|
+
<Id>REMOTECONFIG_PROVIDER</Id>
|
|
2662
|
+
<Name>Remote Configuration Provider</Name>
|
|
2663
|
+
<Description>Provider to use for remotely configuring the mobile app, by using the RemoteConfig external object.</Description>
|
|
2664
|
+
<Type>Combo</Type>
|
|
2665
|
+
<Default>NONE</Default>
|
|
2666
|
+
<Values>
|
|
2667
|
+
<Value id='NONE' desc='None'/>
|
|
2668
|
+
</Values>
|
|
2669
|
+
<Metadata>
|
|
2670
|
+
<Value name='TypeConverter'>Artech.Genexus.Common.Converters.RemoteConfigServiceTypeConverter, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2671
|
+
<Value name='ServiceDirectory'>RemoteConfig</Value>
|
|
2672
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
2673
|
+
</Metadata>
|
|
2674
|
+
</Prop>
|
|
2675
|
+
<Group hidden='1'>
|
|
2676
|
+
<Id>remoteConfigGroup</Id>
|
|
2677
|
+
<Name>Remote Configuration Settings</Name>
|
|
2678
|
+
<Type>Group</Type>
|
|
2679
|
+
<Dependencies>
|
|
2680
|
+
<Depend type='Not Show'>
|
|
2681
|
+
<Cond>value(REMOTECONFIG_PROVIDER) == None</Cond>
|
|
2682
|
+
<Condition>
|
|
2683
|
+
<Expression>
|
|
2684
|
+
<Type>Comparison</Type>
|
|
2685
|
+
<Operator>Equal</Operator>
|
|
2686
|
+
<PropName>REMOTECONFIG_PROVIDER</PropName>
|
|
2687
|
+
<Value>None</Value>
|
|
2688
|
+
</Expression>
|
|
2689
|
+
</Condition>
|
|
2690
|
+
</Depend>
|
|
2691
|
+
</Dependencies>
|
|
2692
|
+
<Children>
|
|
2693
|
+
<Prop hidden='1'>
|
|
2694
|
+
<Id>RemoteConfigDefaultValues</Id>
|
|
2695
|
+
<Name>Default Values</Name>
|
|
2696
|
+
<Description>Provides the default values for the remote configuration parameters.</Description>
|
|
2697
|
+
<Type>Custom</Type>
|
|
2698
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.CT_GXTXVAL_type, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2699
|
+
</Prop>
|
|
2700
|
+
<Prop hidden='1'>
|
|
2701
|
+
<Id>RemoteConfigValuesFetching</Id>
|
|
2702
|
+
<Name>Fetching of Remote Values</Name>
|
|
2703
|
+
<Description>Indicates how the values are fetched from the server.</Description>
|
|
2704
|
+
<Type>Combo</Type>
|
|
2705
|
+
<Default>idFetchingOnAppActivation</Default>
|
|
2706
|
+
<Values>
|
|
2707
|
+
<Value id='idFetchingOnAppActivation' desc='On Application Activation'/>
|
|
2708
|
+
<Value id='idFetchingAfterTime' desc='After Elapsed Time'/>
|
|
2709
|
+
<Value id='idFetchingManual' desc='Manual'/>
|
|
2710
|
+
</Values>
|
|
2711
|
+
</Prop>
|
|
2712
|
+
<Prop hidden='1'>
|
|
2713
|
+
<Id>RemoteConfigValuesApplication</Id>
|
|
2714
|
+
<Name>Application of Fetched Values</Name>
|
|
2715
|
+
<Description>Indicates when the fetched values should be applied.</Description>
|
|
2716
|
+
<Type>Combo</Type>
|
|
2717
|
+
<Default>idApplicationOnAppLaunch</Default>
|
|
2718
|
+
<Values>
|
|
2719
|
+
<Value id='idApplicationOnAppLaunch' desc='On Application Launch'/>
|
|
2720
|
+
<Value id='idApplicationImmediately' desc='Immediately'/>
|
|
2721
|
+
<Value id='idApplicationManual' desc='Manual'/>
|
|
2722
|
+
</Values>
|
|
2723
|
+
</Prop>
|
|
2724
|
+
<Prop hidden='1'>
|
|
2725
|
+
<Id>RemoteConfigMinInterval</Id>
|
|
2726
|
+
<Name>Minimum Fetch Interval</Name>
|
|
2727
|
+
<Description>Indicates the minimum time that has to pass after a successful fetch, to perform a new automatic fetch (that is, when Fetching of Remote Values != Manual).</Description>
|
|
2728
|
+
<Type>Integer</Type>
|
|
2729
|
+
<Default>1440</Default>
|
|
2730
|
+
</Prop>
|
|
2731
|
+
</Children>
|
|
2732
|
+
</Group>
|
|
2733
|
+
<Prop hidden='1'>
|
|
2734
|
+
<Id>EnableLogging</Id>
|
|
2735
|
+
<Name>EnableLogging</Name>
|
|
2736
|
+
<Type>Boolean</Type>
|
|
2737
|
+
<Default>true</Default>
|
|
2738
|
+
</Prop>
|
|
2739
|
+
<Group hidden='1'>
|
|
2740
|
+
<Id>loggingGroup</Id>
|
|
2741
|
+
<Name>Logging</Name>
|
|
2742
|
+
<Type>Group</Type>
|
|
2743
|
+
<Dependencies>
|
|
2744
|
+
<Depend type='Not Show'>
|
|
2745
|
+
<Cond>value(EnableLogging) == false</Cond>
|
|
2746
|
+
<Condition>
|
|
2747
|
+
<Expression>
|
|
2748
|
+
<Type>Comparison</Type>
|
|
2749
|
+
<Operator>Equal</Operator>
|
|
2750
|
+
<PropName>EnableLogging</PropName>
|
|
2751
|
+
<Value>false</Value>
|
|
2752
|
+
</Expression>
|
|
2753
|
+
</Condition>
|
|
2754
|
+
</Depend>
|
|
2755
|
+
</Dependencies>
|
|
2756
|
+
<Children>
|
|
2757
|
+
<Prop hidden='1'>
|
|
2758
|
+
<Id>LoggingMaxSize</Id>
|
|
2759
|
+
<Name>Log Maximum Size in KBytes</Name>
|
|
2760
|
+
<Type>Integer</Type>
|
|
2761
|
+
<Default>5000</Default>
|
|
2762
|
+
<Options>
|
|
2763
|
+
<Option type='Not Show'/>
|
|
2764
|
+
</Options>
|
|
2765
|
+
</Prop>
|
|
2766
|
+
<Prop hidden='1'>
|
|
2767
|
+
<Id>LogLevelDefault</Id>
|
|
2768
|
+
<Name>Default Log Level</Name>
|
|
2769
|
+
<Description>Off = No log is saved, Error = Only errors are saved, Warning = Error and warnings are saved, Info = Error, warnings and any other relevant information is saved, Debug = As info level plus usefull information for the developer</Description>
|
|
2770
|
+
<Type>Combo</Type>
|
|
2771
|
+
<Default>Off</Default>
|
|
2772
|
+
<Values>
|
|
2773
|
+
<Value id='Off' desc='Off'/>
|
|
2774
|
+
<Value id='Error' desc='Error'/>
|
|
2775
|
+
<Value id='Warning' desc='Warning'/>
|
|
2776
|
+
<Value id='Info' desc='Info'/>
|
|
2777
|
+
<Value id='Debug' desc='Debug'/>
|
|
2778
|
+
</Values>
|
|
2779
|
+
</Prop>
|
|
2780
|
+
<Prop hidden='1'>
|
|
2781
|
+
<Id>LogLevelOfflineSync</Id>
|
|
2782
|
+
<Name>Offline Synchronization Log Level</Name>
|
|
2783
|
+
<Description>Off = No log is saved, Error = Only errors are saved, Warning = Error and warnings are saved, Info = Error, warnings and any other relevant information is saved, Debug = As info level plus usefull information for the developer</Description>
|
|
2784
|
+
<Type>Combo</Type>
|
|
2785
|
+
<Values>
|
|
2786
|
+
<Value id='Off' desc='Off'/>
|
|
2787
|
+
<Value id='Error' desc='Error'/>
|
|
2788
|
+
<Value id='Warning' desc='Warning'/>
|
|
2789
|
+
<Value id='Info' desc='Info'/>
|
|
2790
|
+
<Value id='Debug' desc='Debug'/>
|
|
2791
|
+
</Values>
|
|
2792
|
+
<Metadata>
|
|
2793
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.LogLevelDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2794
|
+
</Metadata>
|
|
2795
|
+
</Prop>
|
|
2796
|
+
<Prop hidden='1'>
|
|
2797
|
+
<Id>LogLevelHttpConnections</Id>
|
|
2798
|
+
<Name>Http Connections Log Level</Name>
|
|
2799
|
+
<Description>Off = No log is saved, Error = Only errors are saved, Warning = Error and warnings are saved, Info = Error, warnings and any other relevant information is saved, Debug = As info level plus usefull information for the developer</Description>
|
|
2800
|
+
<Type>Combo</Type>
|
|
2801
|
+
<Values>
|
|
2802
|
+
<Value id='Off' desc='Off'/>
|
|
2803
|
+
<Value id='Error' desc='Error'/>
|
|
2804
|
+
<Value id='Warning' desc='Warning'/>
|
|
2805
|
+
<Value id='Info' desc='Info'/>
|
|
2806
|
+
<Value id='Debug' desc='Debug'/>
|
|
2807
|
+
</Values>
|
|
2808
|
+
<Metadata>
|
|
2809
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.LogLevelDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2810
|
+
</Metadata>
|
|
2811
|
+
</Prop>
|
|
2812
|
+
<Prop hidden='1'>
|
|
2813
|
+
<Id>LogLevelOfflineDataBaseAccess</Id>
|
|
2814
|
+
<Name>Offline Data Base Access Log Level</Name>
|
|
2815
|
+
<Description>Off = No log is saved, Error = Only errors are saved, Warning = Error and warnings are saved, Info = Error, warnings and any other relevant information is saved, Debug = As info level plus usefull information for the developer</Description>
|
|
2816
|
+
<Type>Combo</Type>
|
|
2817
|
+
<Values>
|
|
2818
|
+
<Value id='Off' desc='Off'/>
|
|
2819
|
+
<Value id='Error' desc='Error'/>
|
|
2820
|
+
<Value id='Warning' desc='Warning'/>
|
|
2821
|
+
<Value id='Info' desc='Info'/>
|
|
2822
|
+
<Value id='Debug' desc='Debug'/>
|
|
2823
|
+
</Values>
|
|
2824
|
+
<Metadata>
|
|
2825
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.LogLevelDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2826
|
+
</Metadata>
|
|
2827
|
+
</Prop>
|
|
2828
|
+
</Children>
|
|
2829
|
+
</Group>
|
|
2830
|
+
<Group hidden='1'>
|
|
2831
|
+
<Id>securityGroup</Id>
|
|
2832
|
+
<Name>Security</Name>
|
|
2833
|
+
<Type>Group</Type>
|
|
2834
|
+
<Children>
|
|
2835
|
+
<Prop hidden='1'>
|
|
2836
|
+
<Id>AllowWebviewExecuteJavascript</Id>
|
|
2837
|
+
<Name>Allow Webview execute javascript</Name>
|
|
2838
|
+
<Description>Set if allow WebView execute javascript.</Description>
|
|
2839
|
+
<Type>Boolean</Type>
|
|
2840
|
+
<Default>true</Default>
|
|
2841
|
+
</Prop>
|
|
2842
|
+
<Prop hidden='1'>
|
|
2843
|
+
<Id>AllowWebviewExecuteLocalFiles</Id>
|
|
2844
|
+
<Name>Allow Webview execute local files</Name>
|
|
2845
|
+
<Description>Set if allow WebView execute local files.</Description>
|
|
2846
|
+
<Type>Boolean</Type>
|
|
2847
|
+
<Default>true</Default>
|
|
2848
|
+
</Prop>
|
|
2849
|
+
<Prop hidden='1'>
|
|
2850
|
+
<Id>ShareSessionToWebview</Id>
|
|
2851
|
+
<Name>Share session to Webview</Name>
|
|
2852
|
+
<Description>Set if want to copy the session from native app to WebView component.</Description>
|
|
2853
|
+
<Type>Boolean</Type>
|
|
2854
|
+
<Default>false</Default>
|
|
2855
|
+
</Prop>
|
|
2856
|
+
</Children>
|
|
2857
|
+
</Group>
|
|
2858
|
+
<Group hidden='1'>
|
|
2859
|
+
<Id>iOS_ATS</Id>
|
|
2860
|
+
<Name>App Transport Security</Name>
|
|
2861
|
+
<Type>Group</Type>
|
|
2862
|
+
<Children>
|
|
2863
|
+
<Prop hidden='1'>
|
|
2864
|
+
<Id>ATSAllowsArbitraryLoads</Id>
|
|
2865
|
+
<Name>Allows Arbitrary Loads</Name>
|
|
2866
|
+
<Description>Used to disable App Transport Security for any domains not listed in Exception Domains</Description>
|
|
2867
|
+
<Type>Boolean</Type>
|
|
2868
|
+
</Prop>
|
|
2869
|
+
<Prop hidden='1'>
|
|
2870
|
+
<Id>ATSAllowsArbitraryLoadsInMedia</Id>
|
|
2871
|
+
<Name>Allows Arbitrary Loads In Media</Name>
|
|
2872
|
+
<Description>Disables all App Transport Security restrictions for media. Use only for loading media that are already encrypted, such as files protected by FairPlay or by secure HLS, and that do not contain personalized information.</Description>
|
|
2873
|
+
<Type>Boolean</Type>
|
|
2874
|
+
</Prop>
|
|
2875
|
+
<Prop hidden='1'>
|
|
2876
|
+
<Id>ATSAllowsArbitraryLoadsInWebContent</Id>
|
|
2877
|
+
<Name>Allows Arbitrary Loads In Web Content</Name>
|
|
2878
|
+
<Description>Obtain exemption from ATS policies in your app's web views, without affecting the ATS-mandated security of your other connections.</Description>
|
|
2879
|
+
<Type>Boolean</Type>
|
|
2880
|
+
</Prop>
|
|
2881
|
+
<Prop hidden='1'>
|
|
2882
|
+
<Id>ATSAllowsLocalNetworking</Id>
|
|
2883
|
+
<Name>Allows Local Networking</Name>
|
|
2884
|
+
<Description>Removes App Transport Security protections for connections to unqualified domains and to .local domains, without disabling ATS for the rest of your app.</Description>
|
|
2885
|
+
<Type>Boolean</Type>
|
|
2886
|
+
</Prop>
|
|
2887
|
+
<Prop hidden='1'>
|
|
2888
|
+
<Id>ATSExceptionDomains</Id>
|
|
2889
|
+
<Name>Exception Domains</Name>
|
|
2890
|
+
<Description>App Transport Security exceptions for specific domains</Description>
|
|
2891
|
+
<Type>Custom</Type>
|
|
2892
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ExceptionDomains, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2893
|
+
</Prop>
|
|
2894
|
+
</Children>
|
|
2895
|
+
</Group>
|
|
2896
|
+
<Prop hidden='1'>
|
|
2897
|
+
<Id>Synchronizer</Id>
|
|
2898
|
+
<Name>OfflineDatabase</Name>
|
|
2899
|
+
<Description>Offline Database</Description>
|
|
2900
|
+
<Type>Custom</Type>
|
|
2901
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2902
|
+
<Dependencies>
|
|
2903
|
+
<Depend type='Apply'>
|
|
2904
|
+
<Cond>value(idConnectivitySupport) == idOffline</Cond>
|
|
2905
|
+
<Condition>
|
|
2906
|
+
<Expression>
|
|
2907
|
+
<Type>Comparison</Type>
|
|
2908
|
+
<Operator>Equal</Operator>
|
|
2909
|
+
<PropName>idConnectivitySupport</PropName>
|
|
2910
|
+
<Value>idOffline</Value>
|
|
2911
|
+
</Expression>
|
|
2912
|
+
</Condition>
|
|
2913
|
+
</Depend>
|
|
2914
|
+
</Dependencies>
|
|
2915
|
+
<Metadata>
|
|
2916
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=70B6075C-331C-0000-0038-AC3B65316DD0,UseDesignModel=true, DeclareReferences=Weak),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2917
|
+
</Metadata>
|
|
2918
|
+
</Prop>
|
|
2919
|
+
<Group hidden='1'>
|
|
2920
|
+
<Id>idMiscellaneousGroup</Id>
|
|
2921
|
+
<Name>Miscellaneous</Name>
|
|
2922
|
+
<Type>Group</Type>
|
|
2923
|
+
<Children>
|
|
2924
|
+
<Prop hidden='1'>
|
|
2925
|
+
<Id>GenerateObject</Id>
|
|
2926
|
+
<Name>GenerateObject</Name>
|
|
2927
|
+
<Description>Generate object</Description>
|
|
2928
|
+
<Type>Boolean</Type>
|
|
2929
|
+
<Default>true</Default>
|
|
2930
|
+
<Metadata>
|
|
2931
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
2932
|
+
</Metadata>
|
|
2933
|
+
</Prop>
|
|
2934
|
+
<Prop hidden='1'>
|
|
2935
|
+
<Id>IntegratedSecurityBlurOnBackground</Id>
|
|
2936
|
+
<Name>Secure Application Content</Name>
|
|
2937
|
+
<Description>Blur the application's screen when it goes to background in the OS's application switcher. Prevent the user to capture screenshots, videos or cast to another display.</Description>
|
|
2938
|
+
<Type>Boolean</Type>
|
|
2939
|
+
<Dependencies>
|
|
2940
|
+
<Depend type='Not Show'>
|
|
2941
|
+
<Cond>value(IsMain) == false</Cond>
|
|
2942
|
+
<Condition>
|
|
2943
|
+
<Expression>
|
|
2944
|
+
<Type>Comparison</Type>
|
|
2945
|
+
<Operator>Equal</Operator>
|
|
2946
|
+
<PropName>IsMain</PropName>
|
|
2947
|
+
<Value>false</Value>
|
|
2948
|
+
</Expression>
|
|
2949
|
+
</Condition>
|
|
2950
|
+
</Depend>
|
|
2951
|
+
</Dependencies>
|
|
2952
|
+
<Metadata>
|
|
2953
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
2954
|
+
</Metadata>
|
|
2955
|
+
</Prop>
|
|
2956
|
+
</Children>
|
|
2957
|
+
</Group>
|
|
2958
|
+
<Prop hidden='1'>
|
|
2959
|
+
<Id>directionsServiceRequest</Id>
|
|
2960
|
+
<Name>Directions Service Request</Name>
|
|
2961
|
+
<Description>REST procedure to be called when smart device directions services requests occurs.</Description>
|
|
2962
|
+
<Type>Custom</Type>
|
|
2963
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2964
|
+
<Dependencies>
|
|
2965
|
+
<Depend type='Apply'>
|
|
2966
|
+
<Cond>value(IsMain) == true</Cond>
|
|
2967
|
+
<Condition>
|
|
2968
|
+
<Expression>
|
|
2969
|
+
<Type>Comparison</Type>
|
|
2970
|
+
<Operator>Equal</Operator>
|
|
2971
|
+
<PropName>IsMain</PropName>
|
|
2972
|
+
<Value>true</Value>
|
|
2973
|
+
</Expression>
|
|
2974
|
+
</Condition>
|
|
2975
|
+
</Depend>
|
|
2976
|
+
</Dependencies>
|
|
2977
|
+
<Metadata>
|
|
2978
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=84a12160-f59b-4ad7-a683-ea4481ac23e9),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2979
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDDirectionsServiceRequestDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2980
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.SDDirectionsServiceRequestValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2981
|
+
</Metadata>
|
|
2982
|
+
<Options>
|
|
2983
|
+
<Option type='Not Show'/>
|
|
2984
|
+
</Options>
|
|
2985
|
+
</Prop>
|
|
2986
|
+
</Children>
|
|
2987
|
+
</Group>
|
|
2988
|
+
<Prop hidden='1'>
|
|
2989
|
+
<Id>IsPrompt</Id>
|
|
2990
|
+
<Name>IsPrompt</Name>
|
|
2991
|
+
<Type>Boolean</Type>
|
|
2992
|
+
<Default>false</Default>
|
|
2993
|
+
<Metadata>
|
|
2994
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2995
|
+
</Metadata>
|
|
2996
|
+
<Options>
|
|
2997
|
+
<Option type='Not Show'/>
|
|
2998
|
+
</Options>
|
|
2999
|
+
</Prop>
|
|
3000
|
+
<Prop hidden='1'>
|
|
3001
|
+
<Id>IsUserPrompt</Id>
|
|
3002
|
+
<Name>Is User Prompt</Name>
|
|
3003
|
+
<Description>Prompt was modified by user, it will not be generated automatically if associated table changes</Description>
|
|
3004
|
+
<Type>Boolean</Type>
|
|
3005
|
+
<Default>false</Default>
|
|
3006
|
+
<Dependencies>
|
|
3007
|
+
<Depend type='Not Show'>
|
|
3008
|
+
<Cond>value(IsPrompt) == false</Cond>
|
|
3009
|
+
<Condition>
|
|
3010
|
+
<Expression>
|
|
3011
|
+
<Type>Comparison</Type>
|
|
3012
|
+
<Operator>Equal</Operator>
|
|
3013
|
+
<PropName>IsPrompt</PropName>
|
|
3014
|
+
<Value>false</Value>
|
|
3015
|
+
</Expression>
|
|
3016
|
+
</Condition>
|
|
3017
|
+
</Depend>
|
|
3018
|
+
</Dependencies>
|
|
3019
|
+
<Metadata>
|
|
3020
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3021
|
+
</Metadata>
|
|
3022
|
+
<Options>
|
|
3023
|
+
<Option type='Readonly'/>
|
|
3024
|
+
</Options>
|
|
3025
|
+
</Prop>
|
|
3026
|
+
<Prop hidden='1'>
|
|
3027
|
+
<Id>PMPTAssocTable</Id>
|
|
3028
|
+
<Name>Associated table</Name>
|
|
3029
|
+
<Description>Associated table</Description>
|
|
3030
|
+
<Type>Custom</Type>
|
|
3031
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
3032
|
+
<Dependencies>
|
|
3033
|
+
<Depend type='Apply'>
|
|
3034
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
3035
|
+
<Condition>
|
|
3036
|
+
<Expression>
|
|
3037
|
+
<Type>Comparison</Type>
|
|
3038
|
+
<Operator>Equal</Operator>
|
|
3039
|
+
<PropName>IsPrompt</PropName>
|
|
3040
|
+
<Value>true</Value>
|
|
3041
|
+
</Expression>
|
|
3042
|
+
</Condition>
|
|
3043
|
+
</Depend>
|
|
3044
|
+
</Dependencies>
|
|
3045
|
+
<Metadata>
|
|
3046
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=857CA50E-7905-0000-0007-C5D9FF2975EC,DeclareReferences=Weak),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3047
|
+
<Value name='TypeConverter'>Artech.Genexus.Common.Converters.TableCompositionConverter, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3048
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3049
|
+
</Metadata>
|
|
3050
|
+
<Options>
|
|
3051
|
+
<Option type='Readonly'/>
|
|
3052
|
+
</Options>
|
|
3053
|
+
</Prop>
|
|
3054
|
+
<Prop>
|
|
3055
|
+
<Id>caption</Id>
|
|
3056
|
+
<Name>Caption</Name>
|
|
3057
|
+
<Description>Literal to appear in the Form's caption.</Description>
|
|
3058
|
+
<Type>Text</Type>
|
|
3059
|
+
<Metadata>
|
|
3060
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3061
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDPanelCaptionDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3062
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3063
|
+
<Value name='FlagTranslatableString'></Value>
|
|
3064
|
+
</Metadata>
|
|
3065
|
+
</Prop>
|
|
3066
|
+
<Prop>
|
|
3067
|
+
<Id>AUTO_REFRESH</Id>
|
|
3068
|
+
<Name>Automatic refresh</Name>
|
|
3069
|
+
<Description>Automatically refresh grids when their dependencies are changed</Description>
|
|
3070
|
+
<Type>Combo</Type>
|
|
3071
|
+
<Values>
|
|
3072
|
+
<Value id='VARS_CHANGE' desc='Yes'/>
|
|
3073
|
+
<Value id='NO' desc='No'/>
|
|
3074
|
+
</Values>
|
|
3075
|
+
<Metadata>
|
|
3076
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AutomaticRefreshDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3077
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
3078
|
+
</Metadata>
|
|
3079
|
+
</Prop>
|
|
3080
|
+
<Group>
|
|
3081
|
+
<Id>idSPC_WARNING_MESSAGES_GROUP</Id>
|
|
3082
|
+
<Name>Warning messages</Name>
|
|
3083
|
+
<Description>Configure warning messages handling options.</Description>
|
|
3084
|
+
<Type>Group</Type>
|
|
3085
|
+
<Metadata>
|
|
3086
|
+
<Value name='FlagCategories'>Output</Value>
|
|
3087
|
+
</Metadata>
|
|
3088
|
+
<Children>
|
|
3089
|
+
<Prop>
|
|
3090
|
+
<Id>SPC_WARNINGS_DISABLED</Id>
|
|
3091
|
+
<Name>Disabled warnings</Name>
|
|
3092
|
+
<Description>Type a space separated list of warning message codes you want to be disabled.</Description>
|
|
3093
|
+
<Type>Text</Type>
|
|
3094
|
+
<Metadata>
|
|
3095
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3096
|
+
</Metadata>
|
|
3097
|
+
</Prop>
|
|
3098
|
+
</Children>
|
|
3099
|
+
</Group>
|
|
3100
|
+
<Group hidden='1'>
|
|
3101
|
+
<Id>AppearanceGroup</Id>
|
|
3102
|
+
<Name>Appearance</Name>
|
|
3103
|
+
<Type>Group</Type>
|
|
3104
|
+
<Children>
|
|
3105
|
+
<Prop hidden='1'>
|
|
3106
|
+
<Id>showApplicationBars</Id>
|
|
3107
|
+
<Name>Show Application Bars</Name>
|
|
3108
|
+
<Type>Boolean</Type>
|
|
3109
|
+
<Default>true</Default>
|
|
3110
|
+
<Metadata>
|
|
3111
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3112
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3113
|
+
</Metadata>
|
|
3114
|
+
<Options>
|
|
3115
|
+
<Option type='Not Show'/>
|
|
3116
|
+
</Options>
|
|
3117
|
+
</Prop>
|
|
3118
|
+
<Prop hidden='1'>
|
|
3119
|
+
<Id>applicationBarsClass</Id>
|
|
3120
|
+
<Name>Application Bars Class</Name>
|
|
3121
|
+
<Description>Theme class for application bars.</Description>
|
|
3122
|
+
<Type>Custom</Type>
|
|
3123
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ApplicationBarsThemeClassReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
3124
|
+
<Dependencies>
|
|
3125
|
+
<Depend type='Not Show'>
|
|
3126
|
+
<Cond>value(showApplicationBars) == false</Cond>
|
|
3127
|
+
<Condition>
|
|
3128
|
+
<Expression>
|
|
3129
|
+
<Type>Comparison</Type>
|
|
3130
|
+
<Operator>Equal</Operator>
|
|
3131
|
+
<PropName>showApplicationBars</PropName>
|
|
3132
|
+
<Value>false</Value>
|
|
3133
|
+
</Expression>
|
|
3134
|
+
</Condition>
|
|
3135
|
+
</Depend>
|
|
3136
|
+
</Dependencies>
|
|
3137
|
+
<Metadata>
|
|
3138
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ApplicationBarsClassDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3139
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3140
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3141
|
+
</Metadata>
|
|
3142
|
+
<Options>
|
|
3143
|
+
<Option type='Not Show'/>
|
|
3144
|
+
</Options>
|
|
3145
|
+
</Prop>
|
|
3146
|
+
<Prop hidden='1'>
|
|
3147
|
+
<Id>showAds</Id>
|
|
3148
|
+
<Name>Show Ads</Name>
|
|
3149
|
+
<Description>Show ads in this panel</Description>
|
|
3150
|
+
<Type>Boolean</Type>
|
|
3151
|
+
<Default>false</Default>
|
|
3152
|
+
<Metadata>
|
|
3153
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3154
|
+
</Metadata>
|
|
3155
|
+
<Options>
|
|
3156
|
+
<Option type='Not Show'/>
|
|
3157
|
+
</Options>
|
|
3158
|
+
</Prop>
|
|
3159
|
+
<Prop hidden='1'>
|
|
3160
|
+
<Id>adsPosition</Id>
|
|
3161
|
+
<Name>Ads Position</Name>
|
|
3162
|
+
<Description>Ads position in this panel.</Description>
|
|
3163
|
+
<Type>Combo</Type>
|
|
3164
|
+
<Default>Bottom</Default>
|
|
3165
|
+
<Values>
|
|
3166
|
+
<Value id='Top' desc='Top'/>
|
|
3167
|
+
<Value id='Bottom' desc='Bottom'/>
|
|
3168
|
+
</Values>
|
|
3169
|
+
<Metadata>
|
|
3170
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3171
|
+
</Metadata>
|
|
3172
|
+
<Options>
|
|
3173
|
+
<Option type='Not Show'/>
|
|
3174
|
+
</Options>
|
|
3175
|
+
</Prop>
|
|
3176
|
+
</Children>
|
|
3177
|
+
</Group>
|
|
3178
|
+
<Group>
|
|
3179
|
+
<Id>DataSelectorGroup</Id>
|
|
3180
|
+
<Name>Data Selector</Name>
|
|
3181
|
+
<Type>Group</Type>
|
|
3182
|
+
<Children>
|
|
3183
|
+
<Prop>
|
|
3184
|
+
<Id>dataSelector</Id>
|
|
3185
|
+
<Name>Data Selector</Name>
|
|
3186
|
+
<Description>Data Selector for the panel.</Description>
|
|
3187
|
+
<Type>Custom</Type>
|
|
3188
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
3189
|
+
<Metadata>
|
|
3190
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=ffd44be7-3bb4-4d01-9e7e-d1c1a3c095af),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3191
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3192
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3193
|
+
</Metadata>
|
|
3194
|
+
</Prop>
|
|
3195
|
+
<Prop>
|
|
3196
|
+
<Id>dataSelectorParameters</Id>
|
|
3197
|
+
<Name>Data Selector Parameters</Name>
|
|
3198
|
+
<Description>Parameters for the Data Selector (optional).</Description>
|
|
3199
|
+
<Type>Custom</Type>
|
|
3200
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ObjectParametersType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
3201
|
+
<Metadata>
|
|
3202
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3203
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3204
|
+
</Metadata>
|
|
3205
|
+
</Prop>
|
|
3206
|
+
</Children>
|
|
3207
|
+
</Group>
|
|
3208
|
+
<Group>
|
|
3209
|
+
<Id>RefreshTimeoutGroup</Id>
|
|
3210
|
+
<Name>Refresh timeout</Name>
|
|
3211
|
+
<Type>Group</Type>
|
|
3212
|
+
<Children>
|
|
3213
|
+
<Prop>
|
|
3214
|
+
<Id>autoRefreshTime</Id>
|
|
3215
|
+
<Name>Lapse</Name>
|
|
3216
|
+
<Description>Automatic refresh in seconds (0 = off)</Description>
|
|
3217
|
+
<Type>Integer</Type>
|
|
3218
|
+
<Metadata>
|
|
3219
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IsSDPanelVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3220
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3221
|
+
</Metadata>
|
|
3222
|
+
</Prop>
|
|
3223
|
+
</Children>
|
|
3224
|
+
</Group>
|
|
3225
|
+
<Group>
|
|
3226
|
+
<Id>CacheGroup</Id>
|
|
3227
|
+
<Name>Caching</Name>
|
|
3228
|
+
<Type>Group</Type>
|
|
3229
|
+
<Children>
|
|
3230
|
+
<Prop>
|
|
3231
|
+
<Id>CacheEnabled</Id>
|
|
3232
|
+
<Name>Enable Data Caching</Name>
|
|
3233
|
+
<Description>Enable data caching in the device</Description>
|
|
3234
|
+
<Type>Boolean</Type>
|
|
3235
|
+
<Default>true</Default>
|
|
3236
|
+
</Prop>
|
|
3237
|
+
<Prop>
|
|
3238
|
+
<Id>CacheCheckForNewData</Id>
|
|
3239
|
+
<Name>Check For New Data</Name>
|
|
3240
|
+
<Type>Combo</Type>
|
|
3241
|
+
<Default>CacheCheckForNewDataEveryTime</Default>
|
|
3242
|
+
<Values>
|
|
3243
|
+
<Value id='CacheCheckForNewDataEveryTime' desc='Every time'/>
|
|
3244
|
+
<Value id='CacheCheckForNewDataAfterLapse' desc='After elapsed time'/>
|
|
3245
|
+
</Values>
|
|
3246
|
+
<Dependencies>
|
|
3247
|
+
<Depend type='Not Show'>
|
|
3248
|
+
<Cond>value(CacheEnabled) != true</Cond>
|
|
3249
|
+
<Condition>
|
|
3250
|
+
<Expression>
|
|
3251
|
+
<Type>Comparison</Type>
|
|
3252
|
+
<Operator>NotEqual</Operator>
|
|
3253
|
+
<PropName>CacheEnabled</PropName>
|
|
3254
|
+
<Value>true</Value>
|
|
3255
|
+
</Expression>
|
|
3256
|
+
</Condition>
|
|
3257
|
+
</Depend>
|
|
3258
|
+
</Dependencies>
|
|
3259
|
+
</Prop>
|
|
3260
|
+
<Prop hidden='1'>
|
|
3261
|
+
<Id>CacheCheckForNewDataLapse</Id>
|
|
3262
|
+
<Name>Check For New Data After Minutes Elapsed</Name>
|
|
3263
|
+
<Type>Integer</Type>
|
|
3264
|
+
<Default>5</Default>
|
|
3265
|
+
<Dependencies>
|
|
3266
|
+
<Depend type='Not Show'>
|
|
3267
|
+
<Cond>value(CacheEnabled) != true</Cond>
|
|
3268
|
+
<Condition>
|
|
3269
|
+
<Expression>
|
|
3270
|
+
<Type>Comparison</Type>
|
|
3271
|
+
<Operator>NotEqual</Operator>
|
|
3272
|
+
<PropName>CacheEnabled</PropName>
|
|
3273
|
+
<Value>true</Value>
|
|
3274
|
+
</Expression>
|
|
3275
|
+
</Condition>
|
|
3276
|
+
</Depend>
|
|
3277
|
+
<Depend type='Not Show'>
|
|
3278
|
+
<Cond>value(CacheCheckForNewData) != CacheCheckForNewDataAfterLapse</Cond>
|
|
3279
|
+
<Condition>
|
|
3280
|
+
<Expression>
|
|
3281
|
+
<Type>Comparison</Type>
|
|
3282
|
+
<Operator>NotEqual</Operator>
|
|
3283
|
+
<PropName>CacheCheckForNewData</PropName>
|
|
3284
|
+
<Value>CacheCheckForNewDataAfterLapse</Value>
|
|
3285
|
+
</Expression>
|
|
3286
|
+
</Condition>
|
|
3287
|
+
</Depend>
|
|
3288
|
+
</Dependencies>
|
|
3289
|
+
</Prop>
|
|
3290
|
+
</Children>
|
|
3291
|
+
</Group>
|
|
3292
|
+
<Group>
|
|
3293
|
+
<Id>IntegratedSecurityGroup</Id>
|
|
3294
|
+
<Name>Integrated Security</Name>
|
|
3295
|
+
<Type>Group</Type>
|
|
3296
|
+
<Dependencies>
|
|
3297
|
+
<Depend type='Not Show'>
|
|
3298
|
+
<Cond>value(IsMaster) == true</Cond>
|
|
3299
|
+
<Condition>
|
|
3300
|
+
<Expression>
|
|
3301
|
+
<Type>Comparison</Type>
|
|
3302
|
+
<Operator>Equal</Operator>
|
|
3303
|
+
<PropName>IsMaster</PropName>
|
|
3304
|
+
<Value>true</Value>
|
|
3305
|
+
</Expression>
|
|
3306
|
+
</Condition>
|
|
3307
|
+
</Depend>
|
|
3308
|
+
</Dependencies>
|
|
3309
|
+
<Metadata>
|
|
3310
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3311
|
+
</Metadata>
|
|
3312
|
+
<Children>
|
|
3313
|
+
<Prop hidden='1'>
|
|
3314
|
+
<Id>EnableIntegratedSecurity</Id>
|
|
3315
|
+
<Name>Enable Integrated Security</Name>
|
|
3316
|
+
<Type>Boolean</Type>
|
|
3317
|
+
<Metadata>
|
|
3318
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDEnableIntegratedSecurityDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3319
|
+
<Value name='FlagOnlyDefault'></Value>
|
|
3320
|
+
<Value name='FlagExport'>false</Value>
|
|
3321
|
+
</Metadata>
|
|
3322
|
+
<Options>
|
|
3323
|
+
<Option type='Not Show'/>
|
|
3324
|
+
</Options>
|
|
3325
|
+
</Prop>
|
|
3326
|
+
<Prop>
|
|
3327
|
+
<Id>IntegratedSecurityLevel</Id>
|
|
3328
|
+
<Name>Integrated Security Level</Name>
|
|
3329
|
+
<Type>Combo</Type>
|
|
3330
|
+
<Values>
|
|
3331
|
+
<Value id='SecurityNone' desc='None'/>
|
|
3332
|
+
<Value id='SecurityLow' desc='Authentication'/>
|
|
3333
|
+
<Value id='SecurityHigh' desc='Authorization'/>
|
|
3334
|
+
</Values>
|
|
3335
|
+
<Metadata>
|
|
3336
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.SDIntegratedSecurityLevelValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3337
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SDIntegratedSecurityLevelDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3338
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
3339
|
+
</Metadata>
|
|
3340
|
+
</Prop>
|
|
3341
|
+
<Prop>
|
|
3342
|
+
<Id>IntegratedSecurityShowLogoutButton</Id>
|
|
3343
|
+
<Name>Show Logout Button</Name>
|
|
3344
|
+
<Type>Boolean</Type>
|
|
3345
|
+
<Default>true</Default>
|
|
3346
|
+
<Metadata>
|
|
3347
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.ShowLogoutButtonApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3348
|
+
<Value name='FlagSerializeDefaultToMetadata'>True</Value>
|
|
3349
|
+
</Metadata>
|
|
3350
|
+
</Prop>
|
|
3351
|
+
<Prop>
|
|
3352
|
+
<Id>IntegratedSecurityPermissionPrefix</Id>
|
|
3353
|
+
<Name>Permission Prefix</Name>
|
|
3354
|
+
<Type>Text</Type>
|
|
3355
|
+
<Metadata>
|
|
3356
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecuritySDPermissionPrefixDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3357
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3358
|
+
</Metadata>
|
|
3359
|
+
</Prop>
|
|
3360
|
+
<Prop>
|
|
3361
|
+
<Id>IntegratedSecurityAnonymous</Id>
|
|
3362
|
+
<Name>Auto-register Anonymous User</Name>
|
|
3363
|
+
<Type>Boolean</Type>
|
|
3364
|
+
<Default>false</Default>
|
|
3365
|
+
<Metadata>
|
|
3366
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityAnonymousApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3367
|
+
</Metadata>
|
|
3368
|
+
</Prop>
|
|
3369
|
+
<Prop hidden='1'>
|
|
3370
|
+
<Id>IntegratedSecurityObjClientID</Id>
|
|
3371
|
+
<Name>Security Client ID</Name>
|
|
3372
|
+
<Description>This property identifies an SD application in GAM. The Client Id can be used by more than one SD application, note that to reuse the Client Id implies that just one application will exist in GAM.</Description>
|
|
3373
|
+
<Type>Text</Type>
|
|
3374
|
+
<Dependencies>
|
|
3375
|
+
<Depend type='Not Show'>
|
|
3376
|
+
<Cond>value(IsMain) == false</Cond>
|
|
3377
|
+
<Condition>
|
|
3378
|
+
<Expression>
|
|
3379
|
+
<Type>Comparison</Type>
|
|
3380
|
+
<Operator>Equal</Operator>
|
|
3381
|
+
<PropName>IsMain</PropName>
|
|
3382
|
+
<Value>false</Value>
|
|
3383
|
+
</Expression>
|
|
3384
|
+
</Condition>
|
|
3385
|
+
</Depend>
|
|
3386
|
+
</Dependencies>
|
|
3387
|
+
<Metadata>
|
|
3388
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3389
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3390
|
+
<Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3391
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3392
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientIdAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3393
|
+
<Value name='FlagExport'>false</Value>
|
|
3394
|
+
</Metadata>
|
|
3395
|
+
</Prop>
|
|
3396
|
+
<Prop hidden='1'>
|
|
3397
|
+
<Id>IntegratedSecurityObjClientSecret</Id>
|
|
3398
|
+
<Name>Security Client Secret</Name>
|
|
3399
|
+
<Description>The Client Secret is a key used, in conjuntion with Client Id, to identify and to authorize an application when an user is authenticated.</Description>
|
|
3400
|
+
<Type>Text</Type>
|
|
3401
|
+
<Dependencies>
|
|
3402
|
+
<Depend type='Not Show'>
|
|
3403
|
+
<Cond>value(IsMain) == false</Cond>
|
|
3404
|
+
<Condition>
|
|
3405
|
+
<Expression>
|
|
3406
|
+
<Type>Comparison</Type>
|
|
3407
|
+
<Operator>Equal</Operator>
|
|
3408
|
+
<PropName>IsMain</PropName>
|
|
3409
|
+
<Value>false</Value>
|
|
3410
|
+
</Expression>
|
|
3411
|
+
</Condition>
|
|
3412
|
+
</Depend>
|
|
3413
|
+
</Dependencies>
|
|
3414
|
+
<Metadata>
|
|
3415
|
+
<Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3416
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3417
|
+
<Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3418
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3419
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientSecretAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3420
|
+
<Value name='FlagExport'>false</Value>
|
|
3421
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3422
|
+
</Metadata>
|
|
3423
|
+
</Prop>
|
|
3424
|
+
<Prop hidden='1'>
|
|
3425
|
+
<Id>IntegratedSecurityObjClientEncriptionKey</Id>
|
|
3426
|
+
<Name>Security Client Encription Key</Name>
|
|
3427
|
+
<Type>Text</Type>
|
|
3428
|
+
<Metadata>
|
|
3429
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientEncryptionKeyDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3430
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientEncryptionKeyAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3431
|
+
<Value name='FlagExport'>false</Value>
|
|
3432
|
+
<Value name='FlagSerializeToMetadata'>false</Value>
|
|
3433
|
+
</Metadata>
|
|
3434
|
+
<Options>
|
|
3435
|
+
<Option type='Not Show'/>
|
|
3436
|
+
<Option type='Password'/>
|
|
3437
|
+
</Options>
|
|
3438
|
+
</Prop>
|
|
3439
|
+
<Prop hidden='1'>
|
|
3440
|
+
<Id>IntegratedSecurityEnableBiometrics</Id>
|
|
3441
|
+
<Name>Enable Biometrics</Name>
|
|
3442
|
+
<Description>Establish whether or not the application will use biometrics to authenticate the user, only requiring to login once.</Description>
|
|
3443
|
+
<Type>Boolean</Type>
|
|
3444
|
+
<Dependencies>
|
|
3445
|
+
<Depend type='Not Show'>
|
|
3446
|
+
<Cond>value(IsMain) == false</Cond>
|
|
3447
|
+
<Condition>
|
|
3448
|
+
<Expression>
|
|
3449
|
+
<Type>Comparison</Type>
|
|
3450
|
+
<Operator>Equal</Operator>
|
|
3451
|
+
<PropName>IsMain</PropName>
|
|
3452
|
+
<Value>false</Value>
|
|
3453
|
+
</Expression>
|
|
3454
|
+
</Condition>
|
|
3455
|
+
</Depend>
|
|
3456
|
+
</Dependencies>
|
|
3457
|
+
</Prop>
|
|
3458
|
+
<Prop>
|
|
3459
|
+
<Id>IntegratedSecurityBiometricsReuseDuration</Id>
|
|
3460
|
+
<Name>Biometrics Reuse Duration</Name>
|
|
3461
|
+
<Description>Time (in seconds) after which the biometrics authentication will be required again, if zero the credentials will be asked every time.</Description>
|
|
3462
|
+
<Type>Integer</Type>
|
|
3463
|
+
<Default>300</Default>
|
|
3464
|
+
<Dependencies>
|
|
3465
|
+
<Depend type='Not Show'>
|
|
3466
|
+
<Cond>value(IntegratedSecurityEnableBiometrics) == false</Cond>
|
|
3467
|
+
<Condition>
|
|
3468
|
+
<Expression>
|
|
3469
|
+
<Type>Comparison</Type>
|
|
3470
|
+
<Operator>Equal</Operator>
|
|
3471
|
+
<PropName>IntegratedSecurityEnableBiometrics</PropName>
|
|
3472
|
+
<Value>false</Value>
|
|
3473
|
+
</Expression>
|
|
3474
|
+
</Condition>
|
|
3475
|
+
</Depend>
|
|
3476
|
+
</Dependencies>
|
|
3477
|
+
</Prop>
|
|
3478
|
+
</Children>
|
|
3479
|
+
</Group>
|
|
3480
|
+
<Group>
|
|
3481
|
+
<Id>idObjectCompatibilityGroup</Id>
|
|
3482
|
+
<Name>Compatibility</Name>
|
|
3483
|
+
<Type>Group</Type>
|
|
3484
|
+
<Metadata>
|
|
3485
|
+
<Value name='FlagCategories'>Compatibility</Value>
|
|
3486
|
+
</Metadata>
|
|
3487
|
+
<Children>
|
|
3488
|
+
<Prop>
|
|
3489
|
+
<Id>STD_FUNC_OBJECT</Id>
|
|
3490
|
+
<Name>Standard Functions</Name>
|
|
3491
|
+
<Description>Standard functions checking</Description>
|
|
3492
|
+
<Type>Combo</Type>
|
|
3493
|
+
<Default>UMPV</Default>
|
|
3494
|
+
<Values>
|
|
3495
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
3496
|
+
<Value id='Yes' desc='Only standard functions'/>
|
|
3497
|
+
<Value id='No' desc='Allow non-standard functions'/>
|
|
3498
|
+
</Values>
|
|
3499
|
+
<Metadata>
|
|
3500
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForObjectsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3501
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForObjectsValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
3502
|
+
</Metadata>
|
|
3503
|
+
</Prop>
|
|
3504
|
+
</Children>
|
|
3505
|
+
</Group>
|
|
3506
|
+
</Children>
|
|
3507
|
+
</Group>
|
|
3508
|
+
</Object>
|
|
3509
|
+
</Content>
|