Skip to content

Commit 0fc9839

Browse files
committed
Correções:
- Correção de access violation ao cancelar cobrança em RELEASE - Correção na função de TimeZone, agora pegando o fuso horário definido no PC Melhorias: - Criação de novas propriedades para dados de retornos dos novos PSP's - criação de novos funções de notificações de retorno INTERGRAÇÃO COM NOVOS PSP: BRADESCO SANTANDER GERENCIANET
1 parent b23a56c commit 0fc9839

16 files changed

Lines changed: 3215 additions & 3502 deletions

Demo/Projeto/Demo_Pix.dproj

Lines changed: 64 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ProjectVersion>19.4</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
7-
<Config Condition="'$(Config)'==''">Release</Config>
7+
<Config Condition="'$(Config)'==''">Debug</Config>
88
<Platform Condition="'$(Platform)'==''">Win32</Platform>
99
<TargetedPlatforms>3</TargetedPlatforms>
1010
<AppType>Application</AppType>
@@ -105,6 +105,9 @@
105105
<DCC_DcuOutput>C:\Temp\Pix\DCUsDbg</DCC_DcuOutput>
106106
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
107107
<VerInfo_Locale>1033</VerInfo_Locale>
108+
<Icon_MainIcon>..\..\Images\TRscPix_200x200.ico</Icon_MainIcon>
109+
<UWP_DelphiLogo44>..\..\Images\TRscPix_200x200.png</UWP_DelphiLogo44>
110+
<UWP_DelphiLogo150>..\..\Images\TRscPix_200x200.png</UWP_DelphiLogo150>
108111
</PropertyGroup>
109112
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
110113
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
@@ -148,17 +151,17 @@
148151
<Form>frConfiguraSerial</Form>
149152
<FormType>dfm</FormType>
150153
</DCCReference>
151-
<BuildConfiguration Include="Release">
152-
<Key>Cfg_2</Key>
153-
<CfgParent>Base</CfgParent>
154-
</BuildConfiguration>
155154
<BuildConfiguration Include="Base">
156155
<Key>Base</Key>
157156
</BuildConfiguration>
158157
<BuildConfiguration Include="Debug">
159158
<Key>Cfg_1</Key>
160159
<CfgParent>Base</CfgParent>
161160
</BuildConfiguration>
161+
<BuildConfiguration Include="Release">
162+
<Key>Cfg_2</Key>
163+
<CfgParent>Base</CfgParent>
164+
</BuildConfiguration>
162165
</ItemGroup>
163166
<ProjectExtensions>
164167
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
@@ -169,11 +172,18 @@
169172
<Source Name="MainSource">Demo_Pix.dpr</Source>
170173
</Source>
171174
<Excluded_Packages>
172-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
173-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
175+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
176+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
174177
</Excluded_Packages>
175178
</Delphi.Personality>
176179
<Deployment Version="3">
180+
<DeployFile LocalName="..\..\Images\TRscPix_200x200.png" Configuration="Debug" Class="UWP_DelphiLogo44">
181+
<Platform Name="Win32">
182+
<RemoteDir>Assets\</RemoteDir>
183+
<RemoteName>Logo44x44.png</RemoteName>
184+
<Overwrite>true</Overwrite>
185+
</Platform>
186+
</DeployFile>
177187
<DeployFile LocalName="..\Binarios\Demo_Pix.exe" Configuration="Debug" Class="ProjectOutput">
178188
<Platform Name="Win32">
179189
<RemoteName>Demo_Pix.exe</RemoteName>
@@ -509,6 +519,11 @@
509519
<Operation>1</Operation>
510520
<Extensions>.framework</Extensions>
511521
</Platform>
522+
<Platform Name="OSXARM64">
523+
<RemoteDir>Contents\MacOS</RemoteDir>
524+
<Operation>1</Operation>
525+
<Extensions>.framework</Extensions>
526+
</Platform>
512527
<Platform Name="Win32">
513528
<Operation>0</Operation>
514529
</Platform>
@@ -536,6 +551,11 @@
536551
<Operation>1</Operation>
537552
<Extensions>.dylib</Extensions>
538553
</Platform>
554+
<Platform Name="OSXARM64">
555+
<RemoteDir>Contents\MacOS</RemoteDir>
556+
<Operation>1</Operation>
557+
<Extensions>.dylib</Extensions>
558+
</Platform>
539559
<Platform Name="Win32">
540560
<Operation>0</Operation>
541561
<Extensions>.dll;.bpl</Extensions>
@@ -564,6 +584,11 @@
564584
<Operation>1</Operation>
565585
<Extensions>.dylib</Extensions>
566586
</Platform>
587+
<Platform Name="OSXARM64">
588+
<RemoteDir>Contents\MacOS</RemoteDir>
589+
<Operation>1</Operation>
590+
<Extensions>.dylib</Extensions>
591+
</Platform>
567592
<Platform Name="Win32">
568593
<Operation>0</Operation>
569594
<Extensions>.bpl</Extensions>
@@ -593,6 +618,10 @@
593618
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
594619
<Operation>0</Operation>
595620
</Platform>
621+
<Platform Name="OSXARM64">
622+
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
623+
<Operation>0</Operation>
624+
</Platform>
596625
<Platform Name="Win32">
597626
<Operation>0</Operation>
598627
</Platform>
@@ -1162,6 +1191,10 @@
11621191
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
11631192
<Operation>1</Operation>
11641193
</Platform>
1194+
<Platform Name="OSXARM64">
1195+
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
1196+
<Operation>1</Operation>
1197+
</Platform>
11651198
</DeployClass>
11661199
<DeployClass Name="ProjectOSXEntitlements">
11671200
<Platform Name="OSX32">
@@ -1172,6 +1205,10 @@
11721205
<RemoteDir>..\</RemoteDir>
11731206
<Operation>1</Operation>
11741207
</Platform>
1208+
<Platform Name="OSXARM64">
1209+
<RemoteDir>..\</RemoteDir>
1210+
<Operation>1</Operation>
1211+
</Platform>
11751212
</DeployClass>
11761213
<DeployClass Name="ProjectOSXInfoPList">
11771214
<Platform Name="OSX32">
@@ -1182,6 +1219,10 @@
11821219
<RemoteDir>Contents</RemoteDir>
11831220
<Operation>1</Operation>
11841221
</Platform>
1222+
<Platform Name="OSXARM64">
1223+
<RemoteDir>Contents</RemoteDir>
1224+
<Operation>1</Operation>
1225+
</Platform>
11851226
</DeployClass>
11861227
<DeployClass Name="ProjectOSXResource">
11871228
<Platform Name="OSX32">
@@ -1192,6 +1233,10 @@
11921233
<RemoteDir>Contents\Resources</RemoteDir>
11931234
<Operation>1</Operation>
11941235
</Platform>
1236+
<Platform Name="OSXARM64">
1237+
<RemoteDir>Contents\Resources</RemoteDir>
1238+
<Operation>1</Operation>
1239+
</Platform>
11951240
</DeployClass>
11961241
<DeployClass Required="true" Name="ProjectOutput">
11971242
<Platform Name="Android">
@@ -1222,6 +1267,10 @@
12221267
<RemoteDir>Contents\MacOS</RemoteDir>
12231268
<Operation>1</Operation>
12241269
</Platform>
1270+
<Platform Name="OSXARM64">
1271+
<RemoteDir>Contents\MacOS</RemoteDir>
1272+
<Operation>1</Operation>
1273+
</Platform>
12251274
<Platform Name="Win32">
12261275
<Operation>0</Operation>
12271276
</Platform>
@@ -1260,18 +1309,18 @@
12601309
<Operation>1</Operation>
12611310
</Platform>
12621311
</DeployClass>
1263-
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
1264-
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1265-
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
1312+
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
1313+
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
12661314
<ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
1267-
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
1315+
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
1316+
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
1317+
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
12681318
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
1269-
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
12701319
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
1271-
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
12721320
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
1273-
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
1274-
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
1321+
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
1322+
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
1323+
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
12751324
</Deployment>
12761325
<Platforms>
12771326
<Platform value="Win32">True</Platform>

0 commit comments

Comments
 (0)