[PR #340] [MERGED] Ios #727

Closed
opened 2026-03-03 00:22:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/340
Author: @Rokt33r
Created: 2/11/2020
Status: Merged
Merged: 2/11/2020
Merged by: @Rokt33r

Base: masterHead: ios


📝 Commits (10+)

  • b480b2b Move logo.eps to resources
  • d2fe2fd Add color prop to Icon
  • 6d3e90f Fix button style issue of ios webview
  • 1fa1b89 Add ios base project
  • c68c436 Configure webpack settings for ios
  • 6cf0bcb Implement app icon
  • f233b26 Improve error boundary
  • 56464f6 Update project info
  • a2efdbf Bump version
  • 5805c5b Use safariViewControl rather than open safari browser directly

📊 Changes

44 files changed (+1223 additions, -14 deletions)

View changed files

📝 android.html (+4 -2)
ios.html (+22 -0)
ios/.gitignore (+3 -0)
ios/BoostNote/BoostNote.xcodeproj/project.pbxproj (+603 -0)
ios/BoostNote/BoostNote.xcodeproj/project.xcworkspace/contents.xcworkspacedata (+7 -0)
ios/BoostNote/BoostNote.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (+8 -0)
ios/BoostNote/BoostNote.xcodeproj/xcuserdata/junyoung.xcuserdatad/xcschemes/xcschememanagement.plist (+14 -0)
ios/BoostNote/BoostNote/.gitignore (+1 -0)
ios/BoostNote/BoostNote/AppDelegate.swift (+37 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Contents.json (+122 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png (+0 -0)
ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png (+0 -0)

...and 24 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/BoostIO/BoostNote-App/pull/340 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 2/11/2020 **Status:** ✅ Merged **Merged:** 2/11/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `ios` --- ### 📝 Commits (10+) - [`b480b2b`](https://github.com/BoostIO/BoostNote-App/commit/b480b2b02f967a19c0af3b836845c5902817384e) Move logo.eps to resources - [`d2fe2fd`](https://github.com/BoostIO/BoostNote-App/commit/d2fe2fdf0bcb8f40ff787fd04f34b32d9f551d34) Add color prop to Icon - [`6d3e90f`](https://github.com/BoostIO/BoostNote-App/commit/6d3e90f12cfb51ee6be79cdc1ffe22d8173651e0) Fix button style issue of ios webview - [`1fa1b89`](https://github.com/BoostIO/BoostNote-App/commit/1fa1b890040a2714f5c823da679858bb1e113d3a) Add ios base project - [`c68c436`](https://github.com/BoostIO/BoostNote-App/commit/c68c436db9fb9b992e1bbeff2d28b7437ae6121c) Configure webpack settings for ios - [`6cf0bcb`](https://github.com/BoostIO/BoostNote-App/commit/6cf0bcb5a303cdf0ad238f4fc9db7bd4e186b0be) Implement app icon - [`f233b26`](https://github.com/BoostIO/BoostNote-App/commit/f233b26f1be3042b0753172b5daecbf57d3cf00a) Improve error boundary - [`56464f6`](https://github.com/BoostIO/BoostNote-App/commit/56464f694119b7eb29df3cf67e5a2d17daf30752) Update project info - [`a2efdbf`](https://github.com/BoostIO/BoostNote-App/commit/a2efdbf21046e70c6b44369c23c51d4f2cf9cdb9) Bump version - [`5805c5b`](https://github.com/BoostIO/BoostNote-App/commit/5805c5b77c65174dd453bbcc0dbb58aa40fb5cbc) Use safariViewControl rather than open safari browser directly ### 📊 Changes **44 files changed** (+1223 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `android.html` (+4 -2) ➕ `ios.html` (+22 -0) ➕ `ios/.gitignore` (+3 -0) ➕ `ios/BoostNote/BoostNote.xcodeproj/project.pbxproj` (+603 -0) ➕ `ios/BoostNote/BoostNote.xcodeproj/project.xcworkspace/contents.xcworkspacedata` (+7 -0) ➕ `ios/BoostNote/BoostNote.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist` (+8 -0) ➕ `ios/BoostNote/BoostNote.xcodeproj/xcuserdata/junyoung.xcuserdatad/xcschemes/xcschememanagement.plist` (+14 -0) ➕ `ios/BoostNote/BoostNote/.gitignore` (+1 -0) ➕ `ios/BoostNote/BoostNote/AppDelegate.swift` (+37 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Contents.json` (+122 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png` (+0 -0) ➕ `ios/BoostNote/BoostNote/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png` (+0 -0) _...and 24 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-03-03 00:22:55 +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/BoostNote-App#727
No description provided.