pod update

This commit is contained in:
Chris Li 2016-11-07 17:14:46 -05:00
parent dfe50d6d37
commit fcb596577b
6 changed files with 19 additions and 19 deletions

View File

@ -49,7 +49,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.8.1869</string>
<string>1.8.1871</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View File

@ -28,7 +28,7 @@ class KiwixTests: XCTestCase {
func testPerformanceExample() {
// This is an example of a performance test case.
self.measureBlock {
self.measure {
// Put the code you want to measure the time of here.
}
}

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.8.1869</string>
<string>1.8.1871</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>

View File

@ -912,7 +912,7 @@
9779C3121D4575AD0064CC8E = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = L7HWM3SP3L;
LastSwiftMigration = 0800;
LastSwiftMigration = 0820;
SystemCapabilities = {
com.apple.ApplicationGroups.iOS = {
enabled = 1;
@ -922,7 +922,7 @@
97A2AB871C1B80FF00052E74 = {
CreatedOnToolsVersion = 7.2;
DevelopmentTeam = L7HWM3SP3L;
LastSwiftMigration = 0800;
LastSwiftMigration = 0820;
SystemCapabilities = {
com.apple.ApplicationGroups.iOS = {
enabled = 1;
@ -943,12 +943,12 @@
};
97A2AB9E1C1B80FF00052E74 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0800;
LastSwiftMigration = 0820;
TestTargetID = 97A2AB871C1B80FF00052E74;
};
97A2ABA91C1B810000052E74 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0800;
LastSwiftMigration = 0820;
TestTargetID = 97A2AB871C1B80FF00052E74;
};
};
@ -1237,7 +1237,7 @@
PRODUCT_BUNDLE_IDENTIFIER = self.Kiwix.Bookmarks;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
@ -1254,7 +1254,7 @@
PRODUCT_BUNDLE_IDENTIFIER = self.Kiwix.Bookmarks;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Release;
};
@ -1381,7 +1381,7 @@
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "Kiwix/Kiwix-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
@ -1418,7 +1418,7 @@
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "Kiwix/Kiwix-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Release;
};
@ -1432,7 +1432,7 @@
PRODUCT_BUNDLE_IDENTIFIER = self.KiwixTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Kiwix.app/Kiwix";
};
name = Debug;
@ -1446,7 +1446,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = self.KiwixTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Kiwix.app/Kiwix";
};
name = Release;
@ -1461,7 +1461,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = "Kiwix-iOS";
USES_XCTRUNNER = YES;
};
@ -1476,7 +1476,7 @@
PRODUCT_BUNDLE_IDENTIFIER = self.KiwixUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = "Kiwix-iOS";
USES_XCTRUNNER = YES;
};

View File

@ -6,8 +6,8 @@ target 'Kiwix-iOS' do
platform :ios, '10.0'
pod 'DZNEmptyDataSet'
pod 'SwiftyUserDefaults'
pod 'MBProgressHUD', '~> 1.0.0'
pod 'SwiftyUserDefaults'
pod 'ProcedureKit', :git => 'https://github.com/ProcedureKit/ProcedureKit.git', :branch => 'release/4.0.0.beta.4'
end

View File

@ -4,7 +4,7 @@ PODS:
- ProcedureKit (4.0.0.beta.4):
- ProcedureKit/Standard (= 4.0.0.beta.4)
- ProcedureKit/Standard (4.0.0.beta.4)
- SwiftyUserDefaults (2.2.1)
- SwiftyUserDefaults (3.0.0)
DEPENDENCIES:
- DZNEmptyDataSet
@ -26,8 +26,8 @@ SPEC CHECKSUMS:
DZNEmptyDataSet: 9525833b9e68ac21c30253e1d3d7076cc828eaa7
MBProgressHUD: 4890f671c94e8a0f3cf959aa731e9de2f036d71a
ProcedureKit: 9160071e54e3885fad82f72acc8474366c764f5b
SwiftyUserDefaults: 7abdba50a50ea0c18ee8903af3c88e4c1cb8448d
SwiftyUserDefaults: 0f1d45fc3aafb9064dac661e367f8f83fe21a4b4
PODFILE CHECKSUM: e456ad658eea97ee2fb7189b04aaf7b13583b1d7
PODFILE CHECKSUM: 3a6500d8c36bc65c0475e02525c34c847c978e18
COCOAPODS: 1.0.1