Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request nytimes#292 from nytimes/chore/app-2020
Browse files Browse the repository at this point in the history
[APP-2020] Up deployment target to 9.0
  • Loading branch information
adam tecle authored Jan 17, 2020
2 parents a983457 + 717f3cc commit af8a6e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Changes for users of the library currently on `develop`:

- Update deployment target to 9.0 from 8.0
- Remove property `UIPopoverController *activityPopoverController` from `NYTPhotosViewController`

## [3.0.1](https://github.com/nytimes/NYTPhotoViewer/releases/tag/3.0.1)

Changes for users of the library in 3.0.1:
Expand Down
9 changes: 5 additions & 4 deletions NYTPhotoViewer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -1090,7 +1091,7 @@
);
INFOPLIST_FILE = NYTPhotoViewer/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.NYTimes.NYTPhotoViewer;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1109,7 +1110,7 @@
GCC_PREPROCESSOR_DEFINITIONS = "ANIMATED_GIF_SUPPORT=1";
INFOPLIST_FILE = NYTPhotoViewer/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.NYTimes.NYTPhotoViewer;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1169,7 +1170,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = NYTPhotoViewer/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.NYTimes.NYTPhotoViewerCore;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1187,7 +1188,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = NYTPhotoViewer/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.NYTimes.NYTPhotoViewerCore;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
1 change: 0 additions & 1 deletion NYTPhotoViewer/NYTPhotosViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ - (instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER;

@property (nonatomic) UIPageViewController *pageViewController;
@property (nonatomic) NYTPhotoTransitionController *transitionController;
@property (nonatomic) UIPopoverController *activityPopoverController;

@property (nonatomic) UIPanGestureRecognizer *panGestureRecognizer;
@property (nonatomic) UITapGestureRecognizer *singleTapGestureRecognizer;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pod 'NYTPhotoViewer'
## Requirements
This library requires a deployment target of iOS 8.0 or greater.
This library requires a deployment target of iOS 9.0 or greater.
## Changelog
Expand Down

0 comments on commit af8a6e6

Please sign in to comment.