mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1185] [MERGED] Build for iOS #1826
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1826
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/1185
Author: @marcelklehr
Created: 5/30/2022
Status: ✅ Merged
Merged: 5/31/2022
Merged by: @marcelklehr
Base:
develop← Head:feat/ios📝 Commits (3)
8e2e712Setup ios project658b830Make it buildcb2d461[ios] Update image assets📊 Changes
36 files changed (+829 additions, -0 deletions)
View changed files
➕
ios/.gitignore(+9 -0)➕
ios/App/App.xcodeproj/project.pbxproj(+418 -0)➕
ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata(+7 -0)➕
ios/App/App.xcworkspace/contents.xcworkspacedata(+10 -0)➕
ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist(+8 -0)➕
ios/App/App/AppDelegate.swift(+60 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png(+0 -0)➕
ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png(+0 -0)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.