Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
张晓宇 committed May 7, 2018
1 parent ac505b1 commit 878891e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 80 deletions.
9 changes: 4 additions & 5 deletions ADCCocoaPods.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Pod::Spec.new do |s|
# the deployment target. You can optionally include the target after the platform.
#

# s.platform = :ios
s.platform = :ios
# s.platform = :ios, "5.0"

# When using multiple platforms
# s.ios.deployment_target = "5.0"
s.ios.deployment_target = "5.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
Expand All @@ -87,8 +87,7 @@ Pod::Spec.new do |s|
# For header files it will include any header in the folder.
# Not including the public_header_files will make all headers public.
#

s.source_files = '*.{h,m,xib,storyboard}'
s.source_files = "**/*.{h,m}"
# s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"
Expand Down Expand Up @@ -127,7 +126,7 @@ Pod::Spec.new do |s|
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.

# s.requires_arc = true
s.requires_arc = true

# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
Expand Down
22 changes: 11 additions & 11 deletions ADCCocoaPods/ADCCocoaPods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
9BA70C21209FEDB500F2CDC9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9BA70C20209FEDB500F2CDC9 /* Assets.xcassets */; };
9BA70C24209FEDB500F2CDC9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9BA70C22209FEDB500F2CDC9 /* LaunchScreen.storyboard */; };
9BA70C27209FEDB500F2CDC9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA70C26209FEDB500F2CDC9 /* main.m */; };
9BA70C31209FEDB500F2CDC9 /* ADCCocoaPodsUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA70C30209FEDB500F2CDC9 /* ADCCocoaPodsUITests.m */; };
9BA70C3D20A04D0F00F2CDC9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9BA70C3C20A04D0F00F2CDC9 /* UIKit.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -38,15 +38,16 @@
9BA70C25209FEDB500F2CDC9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9BA70C26209FEDB500F2CDC9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
9BA70C2C209FEDB500F2CDC9 /* ADCCocoaPodsUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ADCCocoaPodsUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9BA70C30209FEDB500F2CDC9 /* ADCCocoaPodsUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ADCCocoaPodsUITests.m; sourceTree = "<group>"; };
9BA70C32209FEDB500F2CDC9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9BA70C3C20A04D0F00F2CDC9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
9BA70C3E20A0584400F2CDC9 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
9BA70C11209FEDB300F2CDC9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9BA70C3D20A04D0F00F2CDC9 /* UIKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -64,8 +65,8 @@
isa = PBXGroup;
children = (
9BA70C16209FEDB300F2CDC9 /* ADCCocoaPods */,
9BA70C2F209FEDB500F2CDC9 /* ADCCocoaPodsUITests */,
9BA70C15209FEDB300F2CDC9 /* Products */,
9BA70C3B20A04D0E00F2CDC9 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -94,13 +95,13 @@
path = ADCCocoaPods;
sourceTree = "<group>";
};
9BA70C2F209FEDB500F2CDC9 /* ADCCocoaPodsUITests */ = {
9BA70C3B20A04D0E00F2CDC9 /* Frameworks */ = {
isa = PBXGroup;
children = (
9BA70C30209FEDB500F2CDC9 /* ADCCocoaPodsUITests.m */,
9BA70C32209FEDB500F2CDC9 /* Info.plist */,
9BA70C3E20A0584400F2CDC9 /* XCTest.framework */,
9BA70C3C20A04D0F00F2CDC9 /* UIKit.framework */,
);
path = ADCCocoaPodsUITests;
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -213,7 +214,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9BA70C31209FEDB500F2CDC9 /* ADCCocoaPodsUITests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -298,7 +298,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -350,7 +350,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand Down
4 changes: 2 additions & 2 deletions ADCCocoaPods/ADCCocoaPods/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>1.0.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
40 changes: 0 additions & 40 deletions ADCCocoaPods/ADCCocoaPodsUITests/ADCCocoaPodsUITests.m

This file was deleted.

22 changes: 0 additions & 22 deletions ADCCocoaPods/ADCCocoaPodsUITests/Info.plist

This file was deleted.

0 comments on commit 878891e

Please sign in to comment.