Skip to content

Commit

Permalink
Release 1.1.0 Swift 4.0 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruperez committed Sep 27, 2017
1 parent 8963b1d commit f168b4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 1.1.0

- [x] Swift 4.0 compatible.

# Release 1.0.2

- [x] [QA1838](https://developer.apple.com/library/content/qa/qa1838/_index.html) Note Fix.
Expand Down
4 changes: 2 additions & 2 deletions LaunchScreenSnapshot.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LaunchScreenSnapshot'
s.version = '1.0.2'
s.version = '1.1.0'
s.summary = 'Protects sensitive data in your app snapshot.'

s.homepage = 'https://github.com/alexruperez/LaunchScreenSnapshot'
Expand All @@ -13,4 +13,4 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'

s.source_files ="LaunchScreenSnapshot/*.{h,swift}"
end
end
8 changes: 4 additions & 4 deletions LaunchScreenSnapshot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@
CURRENT_PROJECT_VERSION = "${DYLIB_CURRENT_VERSION}";
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = Q6BEQCNWYM;
DYLIB_COMPATIBILITY_VERSION = 1.0.1;
DYLIB_CURRENT_VERSION = 1.0.2;
DYLIB_COMPATIBILITY_VERSION = 1.1.0;
DYLIB_CURRENT_VERSION = 1.1.0;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -577,8 +577,8 @@
CURRENT_PROJECT_VERSION = "${DYLIB_CURRENT_VERSION}";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = Q6BEQCNWYM;
DYLIB_COMPATIBILITY_VERSION = 1.0.1;
DYLIB_CURRENT_VERSION = 1.0.2;
DYLIB_COMPATIBILITY_VERSION = 1.1.0;
DYLIB_CURRENT_VERSION = 1.1.0;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down

0 comments on commit f168b4f

Please sign in to comment.