Skip to content

Commit f461e26

Browse files
committed
Bump iOS deployment target to 9.0 and bump to 0.6.0
1 parent d607567 commit f461e26

File tree

5 files changed

+25
-27
lines changed

5 files changed

+25
-27
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "Shouter",
66
platforms: [
7-
.iOS(.v8),
7+
.iOS(.v9),
88
.macOS(.v10_10)
99
],
1010
products: [

Shouter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "Shouter"
3-
s.version = "0.5.0"
3+
s.version = "0.6.0"
44
s.summary = "A type safe, thread safe and memory safe alternative for NotificationCenter"
55
s.homepage = "https://github.com/ChaosCoder/Shouter"
66
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
77
s.author = { "ChaosCoder" => "https://github.com/ChaosCoder" }
8-
s.ios.deployment_target = "8.0"
8+
s.ios.deployment_target = "9.0"
99
s.osx.deployment_target = "10.9"
1010
s.source = { :git => "https://github.com/ChaosCoder/Shouter.git", :tag => s.version }
1111
s.source_files = "Sources/Shouter/*.swift"

Shouter.xcodeproj/project.pbxproj

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
DB7989951CDB2C8A00419114 /* ShouterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ShouterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3030
DB79899A1CDB2C8A00419114 /* ShouterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShouterTests.swift; sourceTree = "<group>"; };
3131
DB79899C1CDB2C8A00419114 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32+
E103EB7227EE6DD400060A60 /* Shouter.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Shouter.podspec; sourceTree = "<group>"; };
33+
E103EB7427EE6E9700060A60 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
3234
/* End PBXFileReference section */
3335

3436
/* Begin PBXFrameworksBuildPhase section */
@@ -53,6 +55,8 @@
5355
DB7989811CDB2C8A00419114 = {
5456
isa = PBXGroup;
5557
children = (
58+
E103EB7227EE6DD400060A60 /* Shouter.podspec */,
59+
E103EB7427EE6E9700060A60 /* Package.swift */,
5660
E53EAE8525A8B177002D3CB6 /* Sources */,
5761
DB79898C1CDB2C8A00419114 /* Products */,
5862
);
@@ -150,7 +154,7 @@
150154
isa = PBXProject;
151155
attributes = {
152156
LastSwiftUpdateCheck = 0730;
153-
LastUpgradeCheck = 1000;
157+
LastUpgradeCheck = 1330;
154158
ORGANIZATIONNAME = "";
155159
TargetAttributes = {
156160
DB79898A1CDB2C8A00419114 = {
@@ -251,6 +255,7 @@
251255
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
252256
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
253257
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
258+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
254259
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
255260
CLANG_WARN_STRICT_PROTOTYPES = YES;
256261
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -276,7 +281,7 @@
276281
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
277282
GCC_WARN_UNUSED_FUNCTION = YES;
278283
GCC_WARN_UNUSED_VARIABLE = YES;
279-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
284+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
280285
MTL_ENABLE_DEBUG_INFO = YES;
281286
ONLY_ACTIVE_ARCH = YES;
282287
SDKROOT = iphoneos;
@@ -310,6 +315,7 @@
310315
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
311316
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
312317
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
318+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
313319
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
314320
CLANG_WARN_STRICT_PROTOTYPES = YES;
315321
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -329,7 +335,7 @@
329335
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
330336
GCC_WARN_UNUSED_FUNCTION = YES;
331337
GCC_WARN_UNUSED_VARIABLE = YES;
332-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
338+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
333339
MTL_ENABLE_DEBUG_INFO = NO;
334340
SDKROOT = iphoneos;
335341
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -352,7 +358,7 @@
352358
INFOPLIST_FILE = Sources/Shouter/Info.plist;
353359
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
354360
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
355-
MARKETING_VERSION = 0.4.0;
361+
MARKETING_VERSION = 0.6.0;
356362
PRODUCT_BUNDLE_IDENTIFIER = de.chaosspace.Shouter;
357363
PRODUCT_NAME = "$(TARGET_NAME)";
358364
SKIP_INSTALL = YES;
@@ -374,7 +380,7 @@
374380
INFOPLIST_FILE = Sources/Shouter/Info.plist;
375381
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
376382
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
377-
MARKETING_VERSION = 0.4.0;
383+
MARKETING_VERSION = 0.6.0;
378384
PRODUCT_BUNDLE_IDENTIFIER = de.chaosspace.Shouter;
379385
PRODUCT_NAME = "$(TARGET_NAME)";
380386
SKIP_INSTALL = YES;

Shouter.xcodeproj/xcshareddata/xcschemes/Shouter.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1330"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "DB79898A1CDB2C8A00419114"
34+
BuildableName = "Shouter.framework"
35+
BlueprintName = "Shouter"
36+
ReferencedContainer = "container:Shouter.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "DB79898A1CDB2C8A00419114"
46-
BuildableName = "Shouter.framework"
47-
BlueprintName = "Shouter"
48-
ReferencedContainer = "container:Shouter.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:Shouter.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

Shouter.xcodeproj/xcshareddata/xcschemes/ShouterTests.xcscheme

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1330"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -23,8 +23,6 @@
2323
</BuildableReference>
2424
</TestableReference>
2525
</Testables>
26-
<AdditionalOptions>
27-
</AdditionalOptions>
2826
</TestAction>
2927
<LaunchAction
3028
buildConfiguration = "Debug"
@@ -36,8 +34,6 @@
3634
debugDocumentVersioning = "YES"
3735
debugServiceExtension = "internal"
3836
allowLocationSimulation = "YES">
39-
<AdditionalOptions>
40-
</AdditionalOptions>
4137
</LaunchAction>
4238
<ProfileAction
4339
buildConfiguration = "Release"

0 commit comments

Comments
 (0)