Skip to content

Commit

Permalink
update to swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Emad Abdalla Hegab committed Sep 18, 2018
1 parent f4ba63d commit 289f64e
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 506 deletions.
2 changes: 1 addition & 1 deletion MHNetwork.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "MHNetwork"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "An implementation for protocol oriented network layer"

# This description is used to generate tags and improve search results.
Expand Down
12 changes: 6 additions & 6 deletions MHNetwork.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -472,6 +473,7 @@
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 4.2;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -499,7 +501,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.thedarkdimension.MHNetwork;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -525,7 +527,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.thedarkdimension.MHNetwork;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -534,7 +536,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 95FCDA35D5141116BDC0B526 /* Pods-MHNetworkTests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6XF42ZHPGY;
INFOPLIST_FILE = MHNetworkTests/Info.plist;
Expand All @@ -545,7 +546,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.thedarkdimension.MHNetworkTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -554,7 +555,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 9C007DF39E7FCA7C3BF654A0 /* Pods-MHNetworkTests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6XF42ZHPGY;
INFOPLIST_FILE = MHNetworkTests/Info.plist;
Expand All @@ -565,7 +565,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.thedarkdimension.MHNetworkTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '8.0'

target 'MHNetwork' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ SPEC CHECKSUMS:
Nimble: 2839b01d1b31f6a6a7777a221f0d91cf52e8e27b
Quick: d17304d58d0d169dd0bd1c6e5c28e3318de32a1a

PODFILE CHECKSUM: 936246a380b1ce451a4b4774d49ec2f0fd2002d1
PODFILE CHECKSUM: aa6056207aa236623429d2d15e33dc68adce1fdd

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

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

Loading

0 comments on commit 289f64e

Please sign in to comment.