Skip to content

Commit 9843892

Browse files
authored
Merge pull request #280 from 42Box/develop
Main Version 1.0.3
2 parents 88967ec + 009cc02 commit 9843892

3 files changed

Lines changed: 2 additions & 13 deletions

File tree

Project.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protocol ProjectFactory {
1414
extension Plist.Value {
1515
static var displayName: Plist.Value = "42Box"
1616
static var displayShareExtensionName: Plist.Value = "42Box.Share"
17-
static var appVersion: Plist.Value = "1.0.2"
17+
static var appVersion: Plist.Value = "1.0.3"
1818
}
1919

2020
// MARK: - iBox Factory

iBox/Sources/Initializer/DefaultDataModel.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,4 @@ struct BookmarkData: Codable {
2020

2121
struct DefaultDataLoader {
2222
static var defaultURL = URL(string: "https://42box.github.io/iOSHowToUse/")!
23-
static var defaultData: [Folder]? = [
24-
Folder(id: UUID(), name: "42Box", bookmarks: [
25-
Bookmark(id: UUID(), name: "How to use 42Box", url: URL(string: "https://42box.github.io/iOSHowToUse/")!),
26-
// Bookmark(id: UUID(), name: "42 Intra", url: URL(string: "https://profile.intra.42.fr/")!),
27-
// Bookmark(id: UUID(), name: "42Where", url: URL(string: "https://www.where42.kr/")! ),
28-
// Bookmark(id: UUID(), name: "42Stat", url: URL(string: "https://stat.42seoul.kr/")!),
29-
// Bookmark(id: UUID(), name: "집현전", url: URL(string: "https://42library.kr/")!),
30-
// Bookmark(id: UUID(), name: "42gg", url: URL(string: "https://gg.42seoul.kr/")!),
31-
// Bookmark(id: UUID(), name: "24HANE", url: URL(string: "https://24hoursarenotenough.42seoul.kr/")!)
32-
])
33-
]
3423
}

iBox/Sources/Settings/Guide/GuideViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class GuideViewController: BaseViewController<GuideView>, BaseViewControllerProt
1616
setupNavigationBar()
1717

1818
guard let contentView = contentView as? GuideView else { return }
19-
contentView.guideUrl = URL(string: "https://github.com/42Box/iOS/tree/develop?tab=readme-ov-file#%EF%B8%8F%EF%B8%8F-introduction")
19+
contentView.guideUrl = URL(string: "https://42box.github.io/iOSIntroduction")
2020
}
2121

2222
// MARK: - BaseViewControllerProtocol

0 commit comments

Comments
 (0)