Skip to content

Commit

Permalink
CMOB-1383: Update for xcode 10 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin authored and kerr-marinmiller-hs committed Sep 18, 2018
1 parent fce7281 commit 459285a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions OwlBanners.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@
PRODUCT_BUNDLE_IDENTIFIER = hootsuite.com.OwlBanners;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
Expand All @@ -744,7 +743,6 @@
PRODUCT_BUNDLE_IDENTIFIER = hootsuite.com.OwlBanners;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Sources/OwlBanners/Banner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public struct BannerDisplayMetrics {

/// Application proxy that enables the access to required `UIApplication` methods and properties. It used instead of
/// directly accessing the `UIApplication.shared` to be able to use the framework in app extensions.
@objc static open var application: ApplicationContext?
@objc static public var application: ApplicationContext?

// MARK: Private Properties

Expand Down

0 comments on commit 459285a

Please sign in to comment.