Skip to content

Commit 342ded9

Browse files
committed
remove @objc warning
1 parent ce9f42d commit 342ded9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SemverSwift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
433433
PRODUCT_BUNDLE_IDENTIFIER = "com.Semver.$(PRODUCT_NAME:rfc1034identifier)";
434434
PRODUCT_NAME = "$(TARGET_NAME)";
435-
SWIFT_SWIFT3_OBJC_INFERENCE = On;
435+
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
436436
SWIFT_VERSION = 4.0;
437437
};
438438
name = Debug;
@@ -448,7 +448,7 @@
448448
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
449449
PRODUCT_BUNDLE_IDENTIFIER = "com.Semver.$(PRODUCT_NAME:rfc1034identifier)";
450450
PRODUCT_NAME = "$(TARGET_NAME)";
451-
SWIFT_SWIFT3_OBJC_INFERENCE = On;
451+
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
452452
SWIFT_VERSION = 4.0;
453453
};
454454
name = Release;

semver.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "semver"
3-
s.version = "1.0.0"
3+
s.version = "1.1.0"
44
s.summary = "Swift Semantic Versioning Library"
55
s.homepage = "https://github.com/weekwood/Semver.Swift.git"
66
s.license = 'MIT'

0 commit comments

Comments
 (0)