Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pietropizzi committed Sep 29, 2023
1 parent 15d825f commit c75b758
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ bootstrap:
lint:
pod lib lint --allow-warnings

carthage:
carthage build --platform ios --platform tvos --no-skip-current --use-xcframeworks --verbose
carthage: carthage-ios carthage-tvos

archive: carthage
carthage archive Segment
carthage-ios:
carthage build --platform ios --no-skip-current --use-xcframeworks --verbose

carthage-tvos:
carthage build --platform tvos --no-skip-current --use-xcframeworks --verbose

clean-ios:
set -o pipefail && xcodebuild $(IOS_XCARGS) -scheme Segment clean | xcpretty
Expand Down
Binary file removed Segment.framework.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Segment.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos appletvsimulator macosx";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2,3";
TVOS_DEPLOYMENT_TARGET = 10.0;
TVOS_DEPLOYMENT_TARGET = 12.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
WATCHOS_DEPLOYMENT_TARGET = 7.0;
Expand Down Expand Up @@ -709,7 +709,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2,3";
TVOS_DEPLOYMENT_TARGET = 10.0;
TVOS_DEPLOYMENT_TARGET = 12.0;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down

0 comments on commit c75b758

Please sign in to comment.