Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui Sabran committed Jul 9, 2020
1 parent 876099a commit 62dcbed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Mixpanel/ConnectIntegrations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Created by Peter Chien on 10/10/17.
// Copyright © 2017 Mixpanel. All rights reserved.
//
import Foundation

class ConnectIntegrations {
open var mixpanel: MixpanelInstance?
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ let package = Package(
name: "Mixpanel",
platforms: [
.iOS(.v8),
.tvOS(.v9),
.macOS(.v10_10),
.watchOS(.v3),
// .tvOS(.v9),
// .macOS(.v10_10),
// .watchOS(.v3),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down

0 comments on commit 62dcbed

Please sign in to comment.