Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified EntropyString.playground/Contents.o
Binary file not shown.
2 changes: 1 addition & 1 deletion EntropyString.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Efficiently generate cryptographically strong and secure random strings of speci
s.authors = { "knoxen" => "[email protected]", "dingo sky" => "[email protected]" }
s.social_media_url = "http://twitter.com/knoxen"

s.ios.deployment_target = "11.0"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.11"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
Expand Down
13 changes: 7 additions & 6 deletions EntropyString.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,12 @@
};
E287AD911F0E9B9A00DE6DF5 = {
CreatedOnToolsVersion = 8.3.3;
LastSwiftMigration = "";
LastSwiftMigration = 1130;
ProvisioningStyle = Automatic;
};
E287AD9A1F0E9B9A00DE6DF5 = {
CreatedOnToolsVersion = 8.3.3;
LastSwiftMigration = "";
LastSwiftMigration = 1130;
ProvisioningStyle = Automatic;
};
};
Expand All @@ -412,6 +412,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = E287AD881F0E9B9A00DE6DF5;
Expand Down Expand Up @@ -905,7 +906,7 @@
PRODUCT_NAME = EntropyString;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -926,7 +927,7 @@
PRODUCT_NAME = EntropyString;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand All @@ -939,7 +940,7 @@
PRODUCT_BUNDLE_IDENTIFIER = io.knoxen.EntropyStringTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -952,7 +953,7 @@
PRODUCT_BUNDLE_IDENTIFIER = io.knoxen.EntropyStringTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand Down