Skip to content

Commit

Permalink
Reduce BundleID to one Config file
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed May 10, 2024
1 parent 750ccf1 commit f5183ce
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
14 changes: 0 additions & 14 deletions source/BundleID.popclipext/Config.js

This file was deleted.

8 changes: 0 additions & 8 deletions source/BundleID.popclipext/Config.json

This file was deleted.

10 changes: 10 additions & 0 deletions source/BundleID.popclipext/Config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// #popclip
// name: Bundle ID
// identifier: com.pilotmoon.popclip.extension.bundleid
// description: Show the bundle identifier of the app.
// entitlements: [dynamic]
// requirements: []
// popclipVersion: 4225
// module: true
// language: typescript

export const actions: PopulationFunction = () => {
if (popclip.context.appIdentifier.length > 0) {
return [{
Expand Down
6 changes: 5 additions & 1 deletion source/BundleID.popclipext/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Nick Moore

### Requirements

Requires PopClip 2022.5
Requires PopClip 2023.9 or later.

### Links

Expand All @@ -32,3 +32,7 @@ Requires PopClip 2022.5
### 25 May 2022

* Initial release

### 10 May 2024

* Updates needed for submission to new extension directory

0 comments on commit f5183ce

Please sign in to comment.