Skip to content

Commit

Permalink
Modified build script
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAma999 committed Mar 6, 2021
1 parent eecb0a4 commit 3b287e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
set -euo pipefail
sudo xcode-select -s /Applications/Xcode_${XCODE_VER}.app
swift build --sanitize="address"
carthage build --no-skip-current --use-xcframeworks --verbose
cd Carthage/Build
cp ../../LICENSE .
./buildXCFramework.sh
cd xcframeworks
cp ../LICENSE .
zip -9r LittleBlueTooth.xcframeworks.zip *.xcframework LICENSE
- name: Upload files to release draft
uses: marvinpinto/action-automatic-releases@latest
Expand Down
6 changes: 3 additions & 3 deletions LittleBlueTooth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.6;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DTEST";
Expand Down Expand Up @@ -964,7 +964,7 @@
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.6;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down Expand Up @@ -999,7 +999,7 @@
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.6;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down
File renamed without changes.

0 comments on commit 3b287e6

Please sign in to comment.