Skip to content

Commit

Permalink
fix: use variables
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch committed Aug 8, 2020
1 parent f968f31 commit 7562452
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WebPonize/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<string>any file</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.content</string>
</array>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
</array>
<key>CFBundleExecutable</key>
Expand All @@ -38,11 +38,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>com.shogosensui.WebPonize</string>
<key>CFBundleVersion</key>
<string>2.4.0</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 7562452

Please sign in to comment.