Skip to content

Commit a0da1a4

Browse files
committed
- Fixed GetPreviousStoryPoint/GetNextStoryPoint to support nested StoryPoints
- optimized GetPreviousSiblingStoryPoint/GetNextSiblingStoryPoint - not deploying DEPENDENCIES.md - change version to 0.7.7 (and version code 11 for Google Play Store deployment)
1 parent 8659192 commit a0da1a4

File tree

5 files changed

+122
-59
lines changed

5 files changed

+122
-59
lines changed

App/READCOM_App.deployproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<DeviceId Condition="'$(Platform)'=='Android'"/>
88
<DeviceId Condition="'$(Platform)'=='Android64'"/>
9-
<DeviceId Condition="'$(Platform)'=='iOSDevice64'">00008030-001E58CE0A52202E</DeviceId>
9+
<DeviceId Condition="'$(Platform)'=='iOSDevice64'"/>
1010
<DeviceId Condition="'$(Platform)'=='iOSSimARM64'"/>
1111
</PropertyGroup>
1212
<ItemGroup Condition="'$(Platform)'=='OSX64'">
@@ -114,6 +114,15 @@
114114
<Overwrite>True</Overwrite>
115115
<Required>True</Required>
116116
</DeployFile>
117+
<DeployFile Include="DEPENDENCIES.md" Condition="'$(Config)'=='Debug'">
118+
<RemoteDir>READCOM_App\</RemoteDir>
119+
<RemoteName>DEPENDENCIES.md</RemoteName>
120+
<DeployClass>ProjectFile</DeployClass>
121+
<Operation>0</Operation>
122+
<LocalCommand/>
123+
<RemoteCommand/>
124+
<Overwrite>True</Overwrite>
125+
</DeployFile>
117126
<DeployFile Include="READCOM_App\LaunchGen\UWP_DelphiLogo150.png" Condition="'$(Config)'=='Release'">
118127
<RemoteDir>READCOM_App\Assets\</RemoteDir>
119128
<RemoteName>Logo150x150.png</RemoteName>

0 commit comments

Comments
 (0)