Skip to content

Commit

Permalink
Swift 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeschenkov committed Nov 4, 2017
1 parent d26fc50 commit 6e75c86
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
3.2
4 changes: 2 additions & 2 deletions LetterAvatarKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -482,7 +482,7 @@
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion LetterAvatarKit/Extensions/String+LetterAvatarKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import Foundation

extension String{
extension String {
/// The the first element of the collection.
///
/// If the collection is empty, the value of this property is `nil`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKitExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -378,7 +378,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKitExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion LetterAvatarKitExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
LetterAvatarKit: 168b23d9bfa986bef142357b7bab18461c90313c
LetterAvatarKit: 737f27af2da5ebd5678cb17df4e4fd8af6280973

PODFILE CHECKSUM: 407d67c5c51bb4907e98b407342cb20aaddc7148

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LetterAvatarKitExample/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 51 additions & 51 deletions LetterAvatarKitExample/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LetterAvatarKitObjcExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
LetterAvatarKit: 168b23d9bfa986bef142357b7bab18461c90313c
LetterAvatarKit: 737f27af2da5ebd5678cb17df4e4fd8af6280973

PODFILE CHECKSUM: acab86cc8cc5517bd2b945abae924096efac0c35

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LetterAvatarKitObjcExample/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e75c86

Please sign in to comment.