Skip to content

Commit

Permalink
Change isDevelop flag to release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taji-taji committed May 22, 2024
1 parent 218c2fb commit ec0996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import PackageDescription

let isDevelop = true
let isDevelop = false

let developProducts: [Product] = isDevelop ? [
] : []
Expand Down

0 comments on commit ec0996f

Please sign in to comment.