Skip to content

Commit

Permalink
Merge pull request #262 from bartreardon/dev_2.2
Browse files Browse the repository at this point in the history
swiftDialog 2.2 Release 🙂
  • Loading branch information
bartreardon committed May 24, 2023
2 parents 8141ebb + 1f95b13 commit 5a519c6
Show file tree
Hide file tree
Showing 49 changed files with 2,764 additions and 1,565 deletions.
28 changes: 28 additions & 0 deletions Dialog copy-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>4352</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
</dict>
</plist>
74 changes: 55 additions & 19 deletions dialog.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--icon &quot;https://www.dropbox.com/s/4batk8v5outfxo5/install.png?dl=0&quot;"
argument = "--textfield &quot;Textfield Test&quot;,required --selecttitle &quot;Dropdown Test&quot;,required --selectvalues &quot;one, two, three&quot;"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "--icon &quot;https://www.dropbox.com/s/4batk8v5outfxo5/install.png?dl=0&quot;"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--notification --title &quot;swiftDialog Notifications&quot; --subtitle &quot;Test Subtitle&quot; --message &quot;Line 1\nLine 2\nLine 3\nLine 4&quot; --icon /etc/csiro/logo.png"
isEnabled = "NO">
Expand Down
78 changes: 0 additions & 78 deletions dialog.xcodeproj/xcshareddata/xcschemes/Dialog CLI.xcscheme

This file was deleted.

78 changes: 0 additions & 78 deletions dialog.xcodeproj/xcshareddata/xcschemes/Dialog.xcscheme

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -70,36 +70,26 @@
<key>Dialog App Bundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>Dialog CLI.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>0</integer>
</dict>
<key>Dialog-app.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>16</integer>
</dict>
<key>Dialog.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>Playground (Playground) 1.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
<integer>9</integer>
</dict>
<key>Playground (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>5</integer>
<integer>10</integer>
</dict>
<key>Playground (Playground) 3.xcscheme</key>
<dict>
Expand Down Expand Up @@ -127,7 +117,7 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
<integer>8</integer>
</dict>
<key>dialog.xcscheme_^#shared#^_</key>
<dict>
Expand All @@ -152,6 +142,11 @@
<key>primary</key>
<true/>
</dict>
<key>4156C1D229F6A1F7003F04DF</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>41FB647F268070CF00A54C3E</key>
<dict>
<key>primary</key>
Expand Down
2 changes: 1 addition & 1 deletion dialog/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>4148</string>
<string>4531</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 5a519c6

Please sign in to comment.