Skip to content

Commit

Permalink
Adjust builds to Fomantic-UI
Browse files Browse the repository at this point in the history
...
  • Loading branch information
helje5 committed Sep 11, 2024
1 parent a57751d commit 1f0e891
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

SWIFT_RESOURCE_SCRIPT = ./rsrc2swift.sh

PACKAGE_NAME=SemanticUI
PACKAGE_NAME=FomanticUI

SemanticUI_RESOURCE_FILES = \
FomanticUI_RESOURCE_FILES = \
$(wildcard Upstream/*.min.css) \
$(wildcard Upstream/*.min.js) \
$(wildcard Upstream/components/*.min.css) \
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import PackageDescription

let package = Package(
name: "SemanticUI",
name: "FomanticUI",
products: [
.library(name: "SemanticUI", targets: ["SemanticUI"])
.library(name: "FomanticUI", targets: ["FomanticUI"])
],
dependencies: [],
targets: [ .target(name: "SemanticUI") ]
targets: [ .target(name: "FomanticUI") ]
)
6 changes: 3 additions & 3 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import PackageDescription

let package = Package(
name: "SemanticUI",
name: "FomanticUI",
products: [
.library(name: "SemanticUI", targets: ["SemanticUI"])
.library(name: "FomanticUI", targets: ["FomanticUI"])
],
dependencies: [],
targets: [ .target(name: "SemanticUI") ]
targets: [ .target(name: "FomanticUI") ]
)

0 comments on commit 1f0e891

Please sign in to comment.