Skip to content

Commit

Permalink
can compile Xcode 11.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akuraru committed Apr 25, 2020
1 parent 1a0a7fb commit cc7b7f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Expand Up @@ -5,12 +5,12 @@ DEPENDENCIES:
- OCMock

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- OCMock

SPEC CHECKSUMS:
OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92

PODFILE CHECKSUM: 10375e6afc5a511d45f7dccecd103f781f402e0e

COCOAPODS: 1.5.3
COCOAPODS: 1.9.1
2 changes: 1 addition & 1 deletion UITextSubClass.podspec
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
:tag => s.version.to_s
}
s.requires_arc = true
s.swift_version = '3.3'
s.swift_version = '5.2'

s.subspec 'Core' do |a|
a.resource_bundles = { 'UITextSubClassLocalize' => ['UITextSubClass/*.lproj'] }
Expand Down
5 changes: 3 additions & 2 deletions UITextSubClass.xcodeproj/project.pbxproj
Expand Up @@ -375,6 +375,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
ja,
);
Expand Down Expand Up @@ -534,7 +535,7 @@
PRODUCT_NAME = UITextSubClass;
SWIFT_OBJC_BRIDGING_HEADER = "Example/UITextSubClass-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
Expand Down Expand Up @@ -645,7 +646,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "info.efcl.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = UITextSubClass;
SWIFT_OBJC_BRIDGING_HEADER = "Example/UITextSubClass-Bridging-Header.h";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
Expand Down

0 comments on commit cc7b7f9

Please sign in to comment.