Skip to content

Commit

Permalink
[PBIOS-657] 6.6.1-release (#483)
Browse files Browse the repository at this point in the history
Playbook version update
  • Loading branch information
isismsilva authored Jan 6, 2025
1 parent fac685b commit db90d7d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 🚀 Playbook Swift 6.6.1
##### Jan 06, 2024

### Playbook Changes

- **Fix Typeahead presentation** in #482 (Isis Silva)

🔗 [Full Changelog](https://github.com/powerhome/playbook-swift/compare/6.6.0...6.6.1)

# 🚀 Playbook Swift 6.6.0: Enhanced Popovers and More! 🚀
##### Dec 18, 2024

Expand Down
8 changes: 4 additions & 4 deletions PlaybookShowcase/PlaybookShowcase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.6.0;
MARKETING_VERSION = 6.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -336,7 +336,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.6.0;
MARKETING_VERSION = 6.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Playbook In House";
Expand Down Expand Up @@ -376,7 +376,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.6;
MARKETING_VERSION = 6.6.0;
MARKETING_VERSION = 6.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -411,7 +411,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.6;
MARKETING_VERSION = 6.6.0;
MARKETING_VERSION = 6.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.powerhrg.PlaybookShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Playbook Showcase Dev ID";
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ targets:
GENERATE_INFOPLIST_FILE: false
PRODUCT_BUNDLE_IDENTIFIER: com.powerhrg.PlaybookShowcase
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: "6.6.0"
MARKETING_VERSION: "6.6.1"
Playbook-macOS:
type: application
platform: macOS
Expand All @@ -35,4 +35,4 @@ targets:
GENERATE_INFOPLIST_FILE: false
PRODUCT_BUNDLE_IDENTIFIER: com.powerhrg.PlaybookShowcase
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: "6.6.0"
MARKETING_VERSION: "6.6.1"

0 comments on commit db90d7d

Please sign in to comment.