Skip to content

Commit 6cd892d

Browse files
author
yongpengliang
committed
修改名称为MangoFix
1 parent 4a84558 commit 6cd892d

85 files changed

Lines changed: 482 additions & 457 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MangoDemo/MangoDemo/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import "AppDelegate.h"
10-
#import <Mango/mango.h>
10+
#import <MangoFix/mango.h>
1111

1212

1313

MangoDemo/MangoDemo/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
"idiom" : "ipad",
8585
"size" : "83.5x83.5",
8686
"scale" : "2x"
87+
},
88+
{
89+
"idiom" : "ios-marketing",
90+
"size" : "1024x1024",
91+
"scale" : "1x"
8792
}
8893
],
8994
"info" : {

MangoDemo/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# platform :ios, '8.0'
33

44
target 'MangoDemo' do
5-
pod 'Mango', :path => '../'
5+
pod 'MangoFix', :path => '../'
66
end
77

MangoDemo/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- Mango (1.0.0)
2+
- MangoFix (1.0.1)
33

44
DEPENDENCIES:
5-
- Mango (from `../`)
5+
- MangoFix (from `../`)
66

77
EXTERNAL SOURCES:
8-
Mango:
8+
MangoFix:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
Mango: 1b59b74d80b0642e1cc051e57beff1d4ae4dd918
12+
MangoFix: 0f6b32bcf1f30993f4d82b8f656196091e916a08
1313

14-
PODFILE CHECKSUM: 17bcb8b01c0d0d9f2ad82ec9c1942199c042a8d1
14+
PODFILE CHECKSUM: da986bb6bb4f62380af7f271f3c4f2a1c1a21a20
1515

1616
COCOAPODS: 1.5.3
File renamed without changes.
File renamed without changes.

MangoDemo/Pods/Headers/Private/Mango/MANClassDefinition.h renamed to MangoDemo/Pods/Headers/Private/MangoFix/MANClassDefinition.h

File renamed without changes.
File renamed without changes.

MangoDemo/Pods/Headers/Private/Mango/MANDeclaration.h renamed to MangoDemo/Pods/Headers/Private/MangoFix/MANDeclaration.h

File renamed without changes.

MangoDemo/Pods/Headers/Private/Mango/MANExpression.h renamed to MangoDemo/Pods/Headers/Private/MangoFix/MANExpression.h

File renamed without changes.

0 commit comments

Comments
 (0)