Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from micheltlutz/fixInferenceWarning
Browse files Browse the repository at this point in the history
adjustes warning for inference @objc
  • Loading branch information
micheltlutz authored Jan 28, 2019
2 parents 07c5394 + e1e01b0 commit 012f7b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MLTontiatorView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MLTontiatorView'
s.version = '1.1.0'
s.version = '1.1.1'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'A Simple Activity indicator view'
s.homepage = 'http://micheltlutz.me'
Expand Down
2 changes: 2 additions & 0 deletions MLTontiatorView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@
PRODUCT_NAME = MLTontiatorView;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.2;
};
name = Debug;
Expand All @@ -590,6 +591,7 @@
PRODUCT_BUNDLE_IDENTIFIER = me.micheltlutz.MLTontiatorView.MLTontiatorView;
PRODUCT_NAME = MLTontiatorView;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.2;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info-tvOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 012f7b9

Please sign in to comment.