Skip to content

Commit

Permalink
Updating BundleID (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombardier200 authored Jun 15, 2023
1 parent ebedc39 commit a7066cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
CODESIGN_SIGN: ${{ secrets.CODESIGN_SIGN }}
run: |
security find-identity -p basic -v
codesign --sign "$CODESIGN_SIGN" --prefix austincondiff.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit
codesign --sign "$CODESIGN_SIGN" --prefix app.codeedit.CodeEdit. --options=runtime --verbose --timestamp .build/apple/Products/Release/codeedit
- name: Zip
run: |
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodeEditCLI/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extension CodeEditCLI {
print("CodeEditCLI: \t\(CLI_VERSION)")

// File URL of CodeEdit.app
let appURL = NSWorkspace.shared.urlForApplication(withBundleIdentifier: "austincondiff.CodeEdit")
let appURL = NSWorkspace.shared.urlForApplication(withBundleIdentifier: "app.codeedit.CodeEdit")

// Check if there is an Info.plist inside CodeEdit.app
// Then get the version number and print it out
Expand Down
2 changes: 1 addition & 1 deletion Sources/CodeEditCLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Foundation
// ##################################################
// This needs to be changed prior to every release!
// ##################################################
let CLI_VERSION = "0.0.9"
let CLI_VERSION = "0.0.10"

struct CodeEditCLI: ParsableCommand {
static let configuration = CommandConfiguration(
Expand Down

0 comments on commit a7066cb

Please sign in to comment.