Skip to content

Commit

Permalink
fixed ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aporat committed Feb 8, 2025
1 parent ff914d5 commit 2333db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions KKProgressToolbar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@
537EDD1C24F49F1E003DC54A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = KKProgressToolbarTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
Expand All @@ -437,6 +438,7 @@
537EDD1D24F49F1E003DC54A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = KKProgressToolbarTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
Expand Down
8 changes: 0 additions & 8 deletions KKProgressToolbarTests/ProgressToolbarTests.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// ProgressToolbarTests.swift
// ProgressToolbarTests
//
// Created by Adar Porat on 8/24/20.
// Copyright © 2020 Adar Porat. All rights reserved.
//

@testable import KKProgressToolbar
import XCTest

Expand Down

0 comments on commit 2333db7

Please sign in to comment.