Skip to content

Commit

Permalink
use Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshin21 committed Oct 4, 2018
1 parent fb11d74 commit abd0c47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.0
4.2
1 change: 1 addition & 0 deletions Anima.podspec
Expand Up @@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.source = { :git => "https://github.com/satoshin21/Anima.git", :tag => s.version.to_s }
s.source_files = "Sources/*{.swift,.h}"
s.swift_version = "4.2"
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.2',
}
Expand Down
2 changes: 1 addition & 1 deletion AnimaTests/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Example/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleVersion</key>
<string>3</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit abd0c47

Please sign in to comment.