Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enzevalos_iphone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enzevalos
enzevalos_iphone
Merge requests
!9
Revert "Merge branch 'HockeyApp_Integration' into 'master'"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Revert "Merge branch 'HockeyApp_Integration' into 'master'"
revert-7af99f10
into
master
Overview
0
Commits
1
Changes
10
Closed
wieseoli
requested to merge
revert-7af99f10
into
master
7 years ago
Overview
0
Commits
1
Changes
10
Expand
This reverts merge request
!8 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
dca7867d
1 commit,
7 years ago
10 files
+
31
−
970
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
enzevalos_iphone/PLists/enzevalos-AdHoc-Info.plist deleted
100644 → 0
+
0
−
87
Options
<?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>
HockeyAppId
</key>
<string>
3c5abb2acef4445eb82062c870b05b7e
</string>
<key>
CFBundleDevelopmentRegion
</key>
<string>
en
</string>
<key>
CFBundleDisplayName
</key>
<string>
Letterbox
</string>
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleIdentifier
</key>
<string>
$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleName
</key>
<string>
$(PRODUCT_NAME)
</string>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
0.5
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
0.5
</string>
<key>
LSRequiresIPhoneOS
</key>
<true/>
<key>
NSAppTransportSecurity
</key>
<dict>
<key>
NSExceptionDomains
</key>
<dict>
<key>
fu-berlin.de
</key>
<dict>
<key>
NSIncludesSubdomains
</key>
<true/>
<key>
NSTemporaryExceptionAllowsInsecureHTTPLoads
</key>
<true/>
<key>
NSTemporaryExceptionMinimumTLSVersion
</key>
<string>
TLSv1.0
</string>
<key>
NSTemporaryExceptionRequiresForwardSecrecy
</key>
<false/>
</dict>
<key>
mail.zedat.fu-berlin.de
</key>
<dict>
<key>
NSIncludesSubdomains
</key>
<true/>
<key>
NSTemporaryExceptionAllowsInsecureHTTPLoads
</key>
<true/>
<key>
NSTemporaryExceptionMinimumTLSVersion
</key>
<string>
TLSv1.0
</string>
<key>
NSTemporaryExceptionRequiresForwardSecrecy
</key>
<false/>
</dict>
<key>
zedat.fu-berlin.de
</key>
<dict>
<key>
NSIncludesSubdomains
</key>
<true/>
<key>
NSTemporaryExceptionAllowsInsecureHTTPLoads
</key>
<true/>
<key>
NSTemporaryExceptionMinimumTLSVersion
</key>
<string>
TLSv1.0
</string>
<key>
NSTemporaryExceptionRequiresForwardSecrecy
</key>
<false/>
</dict>
</dict>
</dict>
<key>
NSCameraUsageDescription
</key>
<string>
We need access to your camera to verify contacts with a QR code.
</string>
<key>
NSContactsUsageDescription
</key>
<string>
To resolve the mailaddresses to your contacts, we need to access them
</string>
<key>
UILaunchStoryboardName
</key>
<string>
LaunchScreen
</string>
<key>
UIMainStoryboardFile
</key>
<string>
Main
</string>
<key>
UIRequiredDeviceCapabilities
</key>
<array>
<string>
armv7
</string>
</array>
<key>
UISupportedInterfaceOrientations
</key>
<array>
<string>
UIInterfaceOrientationPortrait
</string>
<string>
UIInterfaceOrientationLandscapeLeft
</string>
<string>
UIInterfaceOrientationLandscapeRight
</string>
</array>
</dict>
</plist>
Loading