Skip to content

Commit

Permalink
增加资源文件
Browse files Browse the repository at this point in the history
  • Loading branch information
king committed Mar 21, 2018
1 parent 75ef420 commit aef30e6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 22 deletions.
17 changes: 17 additions & 0 deletions Example/JP_Pod_Lib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
objects = {

/* Begin PBXBuildFile section */
3C86E83F206243A600294150 /* .gitkeep in Resources */ = {isa = PBXBuildFile; fileRef = 3C86E83E206243A600294150 /* .gitkeep */; };
3CB977642061FE3700665584 /* JP_Pod_Lib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CB977632061FE3700665584 /* JP_Pod_Lib.framework */; };
3CB977692061FF4500665584 /* .gitkeep in Resources */ = {isa = PBXBuildFile; fileRef = 3CB977662061FF4400665584 /* .gitkeep */; };
3CB9776D2061FF5700665584 /* JPJPLibObject2.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CB9776C2061FF5700665584 /* JPJPLibObject2.m */; };
3CB977732061FFF300665584 /* JPLibObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CB977722061FFF300665584 /* JPLibObject.m */; };
3CDA17CA20624484000CC073 /* delete.png in Resources */ = {isa = PBXBuildFile; fileRef = 3CDA17C920624484000CC073 /* delete.png */; };
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
Expand Down Expand Up @@ -45,13 +47,15 @@
1CDEF05A777F054C2E616A72 /* Pods_JP_Pod_Lib_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JP_Pod_Lib_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2771557B97F1D29AC754E13C /* Pods-JP_Pod_Lib_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JP_Pod_Lib_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JP_Pod_Lib_Tests/Pods-JP_Pod_Lib_Tests.debug.xcconfig"; sourceTree = "<group>"; };
30B7283C9F538AB9865BCC58 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
3C86E83E206243A600294150 /* .gitkeep */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitkeep; sourceTree = "<group>"; };
3CB977632061FE3700665584 /* JP_Pod_Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JP_Pod_Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3CB977662061FF4400665584 /* .gitkeep */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitkeep; sourceTree = "<group>"; };
3CB9776B2061FF5700665584 /* JPJPLibObject2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JPJPLibObject2.h; sourceTree = "<group>"; };
3CB9776C2061FF5700665584 /* JPJPLibObject2.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JPJPLibObject2.m; sourceTree = "<group>"; };
3CB9776E2061FF6700665584 /* JPLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JPLib.h; sourceTree = "<group>"; };
3CB977712061FFF300665584 /* JPLibObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JPLibObject.h; sourceTree = "<group>"; };
3CB977722061FFF300665584 /* JPLibObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JPLibObject.m; sourceTree = "<group>"; };
3CDA17C920624484000CC073 /* delete.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = delete.png; sourceTree = "<group>"; };
543A4747E15CD18D13A30C25 /* Pods_JP_Pod_Lib_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JP_Pod_Lib_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6003F58A195388D20070C39A /* JP_Pod_Lib_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JP_Pod_Lib_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -107,6 +111,16 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3C86E83D206243A600294150 /* Assets */ = {
isa = PBXGroup;
children = (
3CDA17C920624484000CC073 /* delete.png */,
3C86E83E206243A600294150 /* .gitkeep */,
);
name = Assets;
path = ../JP_Pod_Lib/Assets;
sourceTree = "<group>";
};
3CB977652061FF4400665584 /* Classes */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -135,6 +149,7 @@
6003F581195388D10070C39A = {
isa = PBXGroup;
children = (
3C86E83D206243A600294150 /* Assets */,
3CB977652061FF4400665584 /* Classes */,
60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
6003F593195388D20070C39A /* Example for JP_Pod_Lib */,
Expand Down Expand Up @@ -310,6 +325,8 @@
873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
3CB977692061FF4500665584 /* .gitkeep in Resources */,
3C86E83F206243A600294150 /* .gitkeep in Resources */,
3CDA17CA20624484000CC073 /* delete.png in Resources */,
6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
);
Expand Down
21 changes: 0 additions & 21 deletions Example/JP_Pod_Lib/Images.xcassets/delete.imageset/Contents.json

This file was deleted.

2 changes: 1 addition & 1 deletion JP_Pod_Lib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'JP_Pod_Lib'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = '测试组件库'

# This description is used to generate tags and improve search results.
Expand Down
File renamed without changes

0 comments on commit aef30e6

Please sign in to comment.