Skip to content

Commit

Permalink
8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koji Murata committed Jun 16, 2017
1 parent 84ec6f5 commit f992955
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = PictureInPicture/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dena.PictureInPicture;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -286,6 +287,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = PictureInPicture/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dena.PictureInPicture;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -313,6 +315,7 @@
ED6CAC441F1EFBC400CA3BE2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit f992955

Please sign in to comment.