Commit 9393c051 authored by freecui's avatar freecui

Pod install

parent 012aa31a
platform :ios, '8.1' platform :ios, '7.1'
pod 'AFNetworking', '~> 2.5.4' pod 'AFNetworking', '~> 2.5.4'
pod 'SDWebImage', '~> 3.7.2' pod 'SDWebImage', '~> 3.7.2'
pod 'MBProgressHUD', '~> 0.9.1' pod 'MBProgressHUD', '~> 0.9.1'
......
...@@ -1021,7 +1021,7 @@ ...@@ -1021,7 +1021,7 @@
C1E9F5721B2E411900BF1356 /* IBTFileManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IBTFileManager.m; sourceTree = "<group>"; }; C1E9F5721B2E411900BF1356 /* IBTFileManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IBTFileManager.m; sourceTree = "<group>"; };
C1E9F5761B2E440A00BF1356 /* JTRecordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JTRecordView.h; sourceTree = "<group>"; }; C1E9F5761B2E440A00BF1356 /* JTRecordView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JTRecordView.h; sourceTree = "<group>"; };
C1E9F5771B2E440A00BF1356 /* JTRecordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JTRecordView.m; sourceTree = "<group>"; }; C1E9F5771B2E440A00BF1356 /* JTRecordView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JTRecordView.m; sourceTree = "<group>"; };
C1F696031AB870B400F9F5DD /* .app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = .app; sourceTree = BUILT_PRODUCTS_DIR; }; C1F696031AB870B400F9F5DD /* XFFruit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XFFruit.app; sourceTree = BUILT_PRODUCTS_DIR; };
C1F696071AB870B400F9F5DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; C1F696071AB870B400F9F5DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C1F696081AB870B400F9F5DD /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; C1F696081AB870B400F9F5DD /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
C1F696131AB870B400F9F5DD /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; C1F696131AB870B400F9F5DD /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
...@@ -2351,7 +2351,7 @@ ...@@ -2351,7 +2351,7 @@
C1F696041AB870B400F9F5DD /* Products */ = { C1F696041AB870B400F9F5DD /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
C1F696031AB870B400F9F5DD /* .app */, C1F696031AB870B400F9F5DD /* XFFruit.app */,
C1F6961C1AB870B400F9F5DD /* XFFruitTests.xctest */, C1F6961C1AB870B400F9F5DD /* XFFruitTests.xctest */,
); );
name = Products; name = Products;
...@@ -2531,7 +2531,7 @@ ...@@ -2531,7 +2531,7 @@
); );
name = XFFruit; name = XFFruit;
productName = Cruiser; productName = Cruiser;
productReference = C1F696031AB870B400F9F5DD /* .app */; productReference = C1F696031AB870B400F9F5DD /* XFFruit.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
C1F6961B1AB870B400F9F5DD /* XFFruitTests */ = { C1F6961B1AB870B400F9F5DD /* XFFruitTests */ = {
...@@ -3230,6 +3230,7 @@ ...@@ -3230,6 +3230,7 @@
"$(PROJECT_DIR)", "$(PROJECT_DIR)",
"$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib", "$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib",
); );
PRODUCT_NAME = XFFruit;
PROVISIONING_PROFILE = "1b29260f-2cce-4fae-ad9b-bdd1e1652dcf"; PROVISIONING_PROFILE = "1b29260f-2cce-4fae-ad9b-bdd1e1652dcf";
USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**"; USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**";
}; };
......
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
...@@ -16,7 +11,7 @@ ...@@ -16,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>鲜丰水果</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment