Skip to content

Commit c9afb65

Browse files
committed
图片
1 parent 61a4536 commit c9afb65

11 files changed

Lines changed: 4 additions & 8 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@
507507
8B888E421B72618200806CEE /* CSHotTopicPagesVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B888E411B72618200806CEE /* CSHotTopicPagesVC.m */; };
508508
8BDF9AA61B7456060093BF2C /* HotTopicBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BDF9AA51B7456060093BF2C /* HotTopicBannerView.m */; };
509509
8BDF9AB51B7474990093BF2C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8BDF9AB01B7474990093BF2C /* [email protected] */; };
510-
8BDF9AB71B7474990093BF2C /* liziyundong.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 8BDF9AB21B7474990093BF2C /* liziyundong.jpg */; };
511510
8BDF9AB91B7474990093BF2C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8BDF9AB41B7474990093BF2C /* [email protected] */; };
512511
8E03D4A219F695FE0092F8C8 /* libMobClickLibrary.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E03D49F19F695FE0092F8C8 /* libMobClickLibrary.a */; };
513512
8E03D4A419F696970092F8C8 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E03D4A319F696970092F8C8 /* libz.dylib */; };
@@ -1599,9 +1598,8 @@
15991598
8B888E411B72618200806CEE /* CSHotTopicPagesVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSHotTopicPagesVC.m; sourceTree = "<group>"; };
16001599
8BDF9AA41B7456060093BF2C /* HotTopicBannerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HotTopicBannerView.h; sourceTree = "<group>"; };
16011600
8BDF9AA51B7456060093BF2C /* HotTopicBannerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HotTopicBannerView.m; sourceTree = "<group>"; };
1602-
8BDF9AB01B7474990093BF2C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "keyboard/[email protected]"; sourceTree = "<group>"; };
1603-
8BDF9AB21B7474990093BF2C /* liziyundong.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = liziyundong.jpg; sourceTree = "<group>"; };
1604-
8BDF9AB41B7474990093BF2C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "userInfo/[email protected]"; sourceTree = "<group>"; };
1601+
8BDF9AB01B7474990093BF2C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
1602+
8BDF9AB41B7474990093BF2C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
16051603
8E03D49F19F695FE0092F8C8 /* libMobClickLibrary.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libMobClickLibrary.a; sourceTree = "<group>"; };
16061604
8E03D4A019F695FE0092F8C8 /* MobClick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MobClick.h; sourceTree = "<group>"; };
16071605
8E03D4A119F695FE0092F8C8 /* MobClickSocialAnalytics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MobClickSocialAnalytics.h; sourceTree = "<group>"; };
@@ -2729,6 +2727,7 @@
27292727
4E996BFF1ABBF56A00C704F1 /* [email protected] */,
27302728
4E996C001ABBF56A00C704F1 /* [email protected] */,
27312729
4E996C011ABBF56A00C704F1 /* [email protected] */,
2730+
8BDF9AB41B7474990093BF2C /* [email protected] */,
27322731
);
27332732
path = userInfo;
27342733
sourceTree = "<group>";
@@ -3256,6 +3255,7 @@
32563255
8E97CE5E1A0A3424006F9AD7 /* [email protected] */,
32573256
8E97CE5F1A0A3424006F9AD7 /* [email protected] */,
32583257
8E97CE601A0A3424006F9AD7 /* [email protected] */,
3258+
8BDF9AB01B7474990093BF2C /* [email protected] */,
32593259
);
32603260
path = keyboard;
32613261
sourceTree = "<group>";
@@ -3487,9 +3487,6 @@
34873487
8EA6CF5D19E240C40076D59C /* Images */ = {
34883488
isa = PBXGroup;
34893489
children = (
3490-
8BDF9AB01B7474990093BF2C /* [email protected] */,
3491-
8BDF9AB21B7474990093BF2C /* liziyundong.jpg */,
3492-
8BDF9AB41B7474990093BF2C /* [email protected] */,
34933490
4E0022A11B7362EF005308DE /* intro_pages */,
34943491
4E095A751B6B1E40008DC439 /* deadline_calendar */,
34953492
4E095A6A1B69F920008DC439 /* banner */,
@@ -4545,7 +4542,6 @@
45454542
4E6383C71B3265DC00D98648 /* [email protected] in Resources */,
45464543
8ED2AAFB19F60D5200607A1D /* [email protected] in Resources */,
45474544
8E97CE981A0C7E26006F9AD7 /* [email protected] in Resources */,
4548-
8BDF9AB71B7474990093BF2C /* liziyundong.jpg in Resources */,
45494545
8EA6D19519E240C40076D59C /* [email protected] in Resources */,
45504546
4E095A7B1B6B1E40008DC439 /* [email protected] in Resources */,
45514547
4E66EE271A28226000DA1B3E /* [email protected] in Resources */,

Coding_iOS/Images/.DS_Store

0 Bytes
Binary file not shown.
-947 Bytes
Loading
-1018 Bytes
Loading
-3.04 KB
Loading
-1.33 KB
Loading

Coding_iOS/Images/liziyundong.jpg

-3.73 MB
Binary file not shown.
-98 Bytes
Loading
56 Bytes
Loading

0 commit comments

Comments
 (0)