Skip to content

Commit

Permalink
Metadata updates for 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlaunchaMan committed Sep 17, 2019
1 parent fdec268 commit 2981738
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Orchard Change Log

## [1.2.0](https://github.com/SlaunchaMan/Orchard/releases/tag/1.2.0)
**Released:** 2019-09-16

### Added
- Support for iPhone 11, iPhone 11 Pro, iPhone 11 Pro Max, and Apple Watch Series 5

## [1.1.3](https://github.com/SlaunchaMan/Orchard/releases/tag/1.1.3)
**Released:** 2019-09-04

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Jeff Kelley
Copyright (c) 2019 Jeff Kelley

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion Orchard-Swift/DeviceIdentification.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ extension WKInterfaceDevice {
#endif

private func DeviceModelName() -> String? {
if let simulatorModelIdentifier = ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"] {
if let simulatorModelIdentifier = ProcessInfo()
.environment["SIMULATOR_MODEL_IDENTIFIER"] {
return simulatorModelIdentifier
}

Expand Down
2 changes: 1 addition & 1 deletion Orchard.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "Orchard"
spec.version = "1.1.2"
spec.version = "1.2.0"
spec.summary = "Device identification for iOS, watchOS, and tvOS."

spec.description = <<-DESC
Expand Down
6 changes: 2 additions & 4 deletions Orchard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.slaunchaman.Orchard;
Expand Down Expand Up @@ -529,7 +528,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.slaunchaman.Orchard;
Expand Down Expand Up @@ -573,6 +571,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MARKETING_VERSION = 1.2.0;
ONLY_ACTIVE_ARCH = YES;
RUN_CLANG_STATIC_ANALYZER = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
Expand Down Expand Up @@ -611,6 +610,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MARKETING_VERSION = 1.2.0;
RUN_CLANG_STATIC_ANALYZER = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down Expand Up @@ -683,7 +683,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.slaunchaman.Orchard;
Expand Down Expand Up @@ -758,7 +757,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.slaunchaman.Orchard;
Expand Down

0 comments on commit 2981738

Please sign in to comment.