Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Add watchOS version to the xcodeproj. (#134)
Browse files Browse the repository at this point in the history
* Fix watchOS version for xcodeproj

* Fix macOS version for xcodeproj

* Add Changelog entry for watchOS and macOS flags change
  • Loading branch information
sunshinejr authored and Keith Smiley committed Feb 9, 2018
1 parent aeeac53 commit 2410a32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

## Enhancements

- None
- Updated watchOS and macOS deployment target in xcodeproj to match these from podspec
[Łukasz Mróz](https://github.com/sunshinejr)
[#134](https://github.com/lyft/mapper/pull/134)

# 7.4.0

Expand Down
4 changes: 4 additions & 0 deletions Mapper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,15 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.Lyft.Mapper;
PRODUCT_NAME = Mapper;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Debug;
};
Expand All @@ -339,6 +341,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.Lyft.Mapper;
PRODUCT_NAME = Mapper;
SKIP_INSTALL = YES;
Expand All @@ -347,6 +350,7 @@
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
SWIFT_VERSION = 4.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Release;
};
Expand Down

0 comments on commit 2410a32

Please sign in to comment.