[PR #1185] [MERGED] Build for iOS #1826

Closed
opened 2026-02-25 23:30:57 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: feat/ios


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1185 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 5/30/2022 **Status:** ✅ Merged **Merged:** 5/31/2022 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `feat/ios` --- ### 📝 Commits (3) - [`8e2e712`](https://github.com/floccusaddon/floccus/commit/8e2e712ddbe576af9ad23c0447329c00d3c7cdc4) Setup ios project - [`658b830`](https://github.com/floccusaddon/floccus/commit/658b830077e16a7831cb82248e8a137e19aee567) Make it build - [`cb2d461`](https://github.com/floccusaddon/floccus/commit/cb2d4615db5ee881aafefde0bf4e34e9589af14a) [ios] Update image assets ### 📊 Changes **36 files changed** (+829 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1826
No description provided.