mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #340] [MERGED] Ios #727
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#727
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/BoostIO/BoostNote-App/pull/340
Author: @Rokt33r
Created: 2/11/2020
Status: ✅ Merged
Merged: 2/11/2020
Merged by: @Rokt33r
Base:
master← Head:ios📝 Commits (10+)
b480b2bMove logo.eps to resourcesd2fe2fdAdd color prop to Icon6d3e90fFix button style issue of ios webview1fa1b89Add ios base projectc68c436Configure webpack settings for ios6cf0bcbImplement app iconf233b26Improve error boundary56464f6Update project infoa2efdbfBump version5805c5bUse 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.