Skip to content

Commit

Permalink
Merge pull request #1205 from Automattic/feature/1187-magic-links
Browse files Browse the repository at this point in the history
Magic Links: The one PR to rule them all
  • Loading branch information
charliescheer authored Jul 26, 2024
2 parents cfbf7c1 + 0813755 commit 28c7485
Show file tree
Hide file tree
Showing 37 changed files with 897 additions and 934 deletions.
89 changes: 29 additions & 60 deletions Simplenote.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion Simplenote.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "1f66ac352dc04da5870abacba5f42306bd560111ad295c7c60a13a7af5c25ec8",
"originHash" : "7f8dc02b0065be779873bdc5b585794a5005edfeb5a5e51a04644d5b3c18e322",
"pins" : [
{
"identity" : "automattic-tracks-ios",
Expand All @@ -19,6 +19,15 @@
"version" : "8.28.0"
}
},
{
"identity" : "simplenoteendpoints-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Automattic/SimplenoteEndpoints-Swift",
"state" : {
"revision" : "3d1c0a5db39ca798a7de10e7faeef8ae66e941e6",
"version" : "1.0.0"
}
},
{
"identity" : "simplenotefoundation-swift",
"kind" : "remoteSourceControl",
Expand Down
2 changes: 2 additions & 0 deletions Simplenote/AccountDeletionController.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Foundation
import SimplenoteEndpoints


@objc
class AccountDeletionController: NSObject {
Expand Down
57 changes: 0 additions & 57 deletions Simplenote/AccountRemote.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Simplenote/AccountVerificationController.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Foundation
import SimplenoteEndpoints


// MARK: - AccountVerificationController
//
Expand Down
Loading

0 comments on commit 28c7485

Please sign in to comment.