Skip to content

Commit

Permalink
fix Cocoapods warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Sep 21, 2016
1 parent 3df8a57 commit f49ec89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ New BSD
## Enviroment
|lf|iOS|OSX|Swift|CocoaPods|Carthage|
|:----:|:----:|:----:|:----:|:----:|:----:|
|0.5|8.0|10.11|3.0|1.1.0||
|0.4|8.0|10.11|2.3|1.0.0||
|0.5|8.0|10.11|3.0|1.1.0|#80|
|0.4|8.0|10.11|2.3|1.0.0|#80|
|0.3|8.0|10.11|2.3|1.0.0|-|
|0.2|8.0|-|2.3|0.39.0|-|

Expand Down
24 changes: 12 additions & 12 deletions lf.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 43B0F9677D3A60EDF565E82D /* Pods-lf iOS.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
Expand All @@ -1913,7 +1913,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = DDB21101571575D1CB36B2B5 /* Pods-lf iOS.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
Expand All @@ -1938,7 +1938,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3403F23D89EF299F50EF8DB5 /* Pods-Tests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -1960,7 +1960,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = C8BDC7568FABED9F05D011AD /* Pods-Tests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -1981,7 +1981,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = FEFD5523FF052E4484FB3C74 /* Pods-lf macOS.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -2007,7 +2007,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = CBE202A7ECFFA0F1654477E9 /* Pods-lf macOS.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -2031,7 +2031,7 @@
29BA5B971D50BEAD00A51EA8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -2047,7 +2047,7 @@
29BA5B981D50BEAD00A51EA8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -2063,7 +2063,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3C67E69BF8AD999AF28535CF /* Pods-Example iOS.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -2085,7 +2085,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 4C6CCFB8BF4952417BC659C6 /* Pods-Example iOS.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -2105,7 +2105,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 484B9D76487F823CF00A905F /* Pods-Example macOS.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "-";
Expand All @@ -2124,7 +2124,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = E450FB31075479C4359D0513 /* Pods-Example macOS.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CODE_SIGN_IDENTITY = "-";
Expand Down

0 comments on commit f49ec89

Please sign in to comment.