Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit b4479f0

Browse files
committed
Added support for Ad-hoc deployment
1 parent 3f6b11b commit b4479f0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CodeHub.iOS/CodeHub.iOS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
<Compile Include="Views\Gists\GistCreateView.cs" />
214214
<None Include="Entitlements.plist" />
215215
<Compile Include="Views\Repositories\RepositoriesTrendingView.cs" />
216+
<None Include="RELEASE-NOTES.txt" />
216217
</ItemGroup>
217218
<ItemGroup>
218219
<ProjectReference Include="..\lib\CodeFramework\CodeFramework.Core\CodeFramework.Core.iOS.csproj">

CodeHub.iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleIdentifier</key>
2222
<string>com.dillonbuchanan.codehub</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.2.1</string>
24+
<string>2.2.2</string>
2525
<key>CFBundleIconFiles</key>
2626
<array>
2727
<string>Icon-Small-50</string>
@@ -68,6 +68,6 @@
6868
</dict>
6969
</array>
7070
<key>CFBundleVersion</key>
71-
<string>2.2.1</string>
71+
<string>1</string>
7272
</dict>
7373
</plist>

CodeHub.iOS/RELEASE-NOTES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fixed crash issue
2+
- Improved issue comments & pull request comments (now will event statues)
3+
- Enabled Push Notifications for all Beta users (Enable it in the settings)

0 commit comments

Comments
 (0)