Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RSS Reader
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Johannes Grothe
RSS Reader
Commits
df71aa3a
Commit
df71aa3a
authored
4 years ago
by
Johannes Grothe
Browse files
Options
Downloads
Patches
Plain Diff
#124
Added new identifier 'tech.feedolin.rss'
parent
69c17f19
No related branches found
No related tags found
No related merge requests found
Pipeline
#9582
passed
4 years ago
Stage: clean
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
RSS_Reader.xcodeproj/project.pbxproj
+4
-4
4 additions, 4 deletions
RSS_Reader.xcodeproj/project.pbxproj
RSS_Reader/Info.plist
+9
-7
9 additions, 7 deletions
RSS_Reader/Info.plist
with
13 additions
and
11 deletions
RSS_Reader.xcodeproj/project.pbxproj
+
4
−
4
View file @
df71aa3a
...
...
@@ -656,9 +656,9 @@
"$(inherited)"
,
"@executable_path/Frameworks"
,
);
PRODUCT_BUNDLE_IDENTIFIER
=
"proj-nrssa-beuth.RSS-Reader"
;
PRODUCT_BUNDLE_IDENTIFIER
=
tech.feedolin.rss
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SUPPORTS_MACCATALYST
=
YES
;
SUPPORTS_MACCATALYST
=
NO
;
SWIFT_VERSION
=
5.0
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
};
...
...
@@ -681,9 +681,9 @@
"$(inherited)"
,
"@executable_path/Frameworks"
,
);
PRODUCT_BUNDLE_IDENTIFIER
=
"proj-nrssa-beuth.RSS-Reader"
;
PRODUCT_BUNDLE_IDENTIFIER
=
tech.feedolin.rss
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SUPPORTS_MACCATALYST
=
YES
;
SUPPORTS_MACCATALYST
=
NO
;
SWIFT_VERSION
=
5.0
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
};
...
...
This diff is collapsed.
Click to expand it.
RSS_Reader/Info.plist
+
9
−
7
View file @
df71aa3a
...
...
@@ -4,6 +4,8 @@
<dict>
<key>
CFBundleDevelopmentRegion
</key>
<string>
$(DEVELOPMENT_LANGUAGE)
</string>
<key>
CFBundleDisplayName
</key>
<string>
Feedolin
</string>
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleIdentifier
</key>
...
...
@@ -22,6 +24,11 @@
<string>
public.app-category.magazines-and-newspapers
</string>
<key>
LSRequiresIPhoneOS
</key>
<true/>
<key>
NSAppTransportSecurity
</key>
<dict>
<key>
NSAllowsArbitraryLoads
</key>
<true/>
</dict>
<key>
UIApplicationSceneManifest
</key>
<dict>
<key>
UIApplicationSupportsMultipleScenes
</key>
...
...
@@ -31,13 +38,13 @@
<true/>
<key>
UILaunchScreen
</key>
<dict>
<key>
UIColorName
</key>
<string>
BackgroundColor
</string>
<key>
UINavigationBar
</key>
<dict>
<key>
UIImageName
</key>
<string>
TopbarImage
</string>
</dict>
<key>
UIColorName
</key>
<string>
BackgroundColor
</string>
</dict>
<key>
UIRequiredDeviceCapabilities
</key>
<array>
...
...
@@ -54,10 +61,5 @@
<string>
UIInterfaceOrientationLandscapeLeft
</string>
<string>
UIInterfaceOrientationLandscapeRight
</string>
</array>
<key>
NSAppTransportSecurity
</key>
<dict>
<key>
NSAllowsArbitraryLoads
</key>
<true/>
</dict>
</dict>
</plist>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment