Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modeling Exercise: Add dependency and integrate the "apollon-ios-module" #228

Merged
merged 12 commits into from
Jan 23, 2024
Merged
135 changes: 39 additions & 96 deletions Themis.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions Themis/Extensions/CGPointExtension.swift

This file was deleted.

4 changes: 3 additions & 1 deletion Themis/Extensions/Core/UserFacingErrorExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ extension UserFacingError {

// MARK: - Modeling
static let diagramNotSupported = UserFacingError(title: "This UML diagram type is not supported")

static let couldNotParseDiagram = UserFacingError(title: "Could not find UML diagram")
static let unsupportedDiagramVersion = UserFacingError(title: "This UML diagram has an unsupported or invalid version")

// MARK: - File Upload
static let couldNotFetchFileDetails = UserFacingError(title: """
Could not fetch details of the uploaded file. The file URL may be invalid.
Expand Down
1 change: 1 addition & 0 deletions Themis/Models/Feedback/ModelingFeedbackDetail.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import Foundation
import SharedModels
import ApollonShared

struct ModelingFeedbackDetail: FeedbackDetail {
var umlItem: SelectableUMLItem?
Expand Down
49 changes: 0 additions & 49 deletions Themis/Models/UML/SelectableUMLItem.swift

This file was deleted.

101 changes: 0 additions & 101 deletions Themis/Models/UML/UMLElement.swift

This file was deleted.

65 changes: 0 additions & 65 deletions Themis/Models/UML/UMLElementType.swift

This file was deleted.

25 changes: 0 additions & 25 deletions Themis/Models/UML/UMLModel.swift

This file was deleted.

Loading
Loading