File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,11 @@ let package = Package(
1919 ] ,
2020 targets: [
2121 . target(
22- name: " StreamCore " ,
23- swiftSettings: [
24- . unsafeFlags( [ " -enable-library-evolution " ] )
25- ]
22+ name: " StreamCore "
2623 ) ,
2724 . target(
2825 name: " StreamCoreUI " ,
29- dependencies: [ " StreamCore " ] ,
30- swiftSettings: [
31- . unsafeFlags( [ " -enable-library-evolution " ] )
32- ]
26+ dependencies: [ " StreamCore " ]
3327 ) ,
3428 . testTarget(
3529 name: " StreamCoreTests " ,
Original file line number Diff line number Diff line change 411411 8415DA0F2E462E9F00FEE25F /* Debug */ = {
412412 isa = XCBuildConfiguration;
413413 buildSettings = {
414- BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
415414 CODE_SIGN_IDENTITY = "";
416415 CODE_SIGN_STYLE = Automatic;
417416 CURRENT_PROJECT_VERSION = 1;
445444 8415DA102E462E9F00FEE25F /* Release */ = {
446445 isa = XCBuildConfiguration;
447446 buildSettings = {
448- BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
449447 CODE_SIGN_IDENTITY = "";
450448 CODE_SIGN_STYLE = Automatic;
451449 CURRENT_PROJECT_VERSION = 1;
514512 845495322DBA3A1400211413 /* Debug */ = {
515513 isa = XCBuildConfiguration;
516514 buildSettings = {
517- BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
518515 CODE_SIGN_IDENTITY = "";
519516 CODE_SIGN_STYLE = Automatic;
520517 CURRENT_PROJECT_VERSION = 1;
548545 845495332DBA3A1400211413 /* Release */ = {
549546 isa = XCBuildConfiguration;
550547 buildSettings = {
551- BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
552548 CODE_SIGN_IDENTITY = "";
553549 CODE_SIGN_STYLE = Automatic;
554550 CURRENT_PROJECT_VERSION = 1;
You can’t perform that action at this time.
0 commit comments