Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!120
Prepare example app for deployment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Prepare example app for deployment
feature/example-app-deployment
into
development
Overview
0
Commits
7
Pipelines
0
Changes
10
Merged
Prepare example app for deployment
Dariusz Rybicki
requested to merge
feature/example-app-deployment
into
development
Oct 7, 2022
Overview
0
Commits
7
Pipelines
0
Changes
10
0
0
Merge request reports
Compare
development
version 1
97d977e8
Oct 7, 2022
development (base)
and
latest version
latest version
a795890e
7 commits,
Oct 7, 2022
version 1
97d977e8
6 commits,
Oct 7, 2022
10 files
+
61
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Examples/xx-messenger/Project/XXMessenger/Info.plist
0 → 100644
+
14
−
0
View file @ a795890e
Edit in single-file editor
Open in Web IDE
<?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>
ITSAppUsesNonExemptEncryption
</key>
<false/>
<key>
NSLocalNetworkUsageDescription
</key>
<string>
Network usage required for debugging purposes
</string>
<key>
NSBonjourServices
</key>
<array>
<string>
_pulse._tcp
</string>
</array>
</dict>
</plist>
Loading