Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Dec 7, 2024
1 parent a3fd20e commit eaa7ab0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tablet/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ platform :ios do
xcodeproj = "./ios/App/App.xcodeproj";
current_version = get_version_number(xcodeproj: xcodeproj)
latest_build_number = app_store_build_number(
initial_build_number: 2,
initial_build_number: 5,
api_key: api_key,
app_identifier: ENV['BUNDLE_IDENTIFIER'],
live: false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions apps/tablet/ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@
<string>dev-pro.tonconsole.com</string>
<string>pro.tonconsole.com</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

0 comments on commit eaa7ab0

Please sign in to comment.