diff --git a/CHANGES.rst b/CHANGES.rst index 2aaec59712..44506e3e98 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Changes in 0.7.4 (2018-09-) +Changes in 0.7.4 (2018-09-26) =============================================== Improvements: diff --git a/Podfile b/Podfile index 142a5bb9e9..d4fc9246a1 100644 --- a/Podfile +++ b/Podfile @@ -9,7 +9,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Different flavours of pods to MatrixKit # The current MatrixKit pod version -$matrixKitVersion = '0.8.3' +$matrixKitVersion = '0.8.4' # The develop branch version #$matrixKitVersion = 'develop' diff --git a/Podfile.lock b/Podfile.lock index d93a370639..651d079ac9 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -40,40 +40,40 @@ PODS: - GBDeviceInfo (5.2.0): - GBDeviceInfo/Core (= 5.2.0) - GBDeviceInfo/Core (5.2.0) - - GZIP (1.2.1) + - GZIP (1.2.2) - HPGrowingTextView (1.1) - libPhoneNumber-iOS (0.9.13) - - MatrixKit (0.8.3): + - MatrixKit (0.8.4): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixKit/Core (= 0.8.3) - - MatrixSDK (= 0.11.3) - - MatrixKit/AppExtension (0.8.3): + - MatrixKit/Core (= 0.8.4) + - MatrixSDK (= 0.11.4) + - MatrixKit/AppExtension (0.8.4): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - DTCoreText/Extension - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.11.3) - - MatrixKit/Core (0.8.3): + - MatrixSDK (= 0.11.4) + - MatrixKit/Core (0.8.4): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.11.3) - - MatrixSDK (0.11.3): - - MatrixSDK/Core (= 0.11.3) - - MatrixSDK/Core (0.11.3): + - MatrixSDK (= 0.11.4) + - MatrixSDK (0.11.4): + - MatrixSDK/Core (= 0.11.4) + - MatrixSDK/Core (0.11.4): - AFNetworking (~> 3.2.0) - GZIP (~> 1.2.1) - OLMKit (~> 2.3.0) - - Realm (~> 3.7.4) - - MatrixSDK/JingleCallStack (0.11.3): + - Realm (~> 3.9.0) + - MatrixSDK/JingleCallStack (0.11.4): - MatrixSDK/Core - WebRTC (= 63.11.20455) - - MatrixSDK/SwiftSupport (0.11.3): + - MatrixSDK/SwiftSupport (0.11.4): - MatrixSDK/Core - OLMKit (2.3.0): - OLMKit/olmc (= 2.3.0) @@ -83,17 +83,17 @@ PODS: - PiwikTracker (4.4.2): - PiwikTracker/Core (= 4.4.2) - PiwikTracker/Core (4.4.2) - - Realm (3.7.6): - - Realm/Headers (= 3.7.6) - - Realm/Headers (3.7.6) + - Realm (3.9.0): + - Realm/Headers (= 3.9.0) + - Realm/Headers (3.9.0) - WebRTC (63.11.20455) DEPENDENCIES: - cmark - DTCoreText - GBDeviceInfo (~> 5.2.0) - - MatrixKit (= 0.8.3) - - MatrixKit/AppExtension (= 0.8.3) + - MatrixKit (= 0.8.4) + - MatrixKit/AppExtension (= 0.8.4) - MatrixSDK/JingleCallStack - MatrixSDK/SwiftSupport - OLMKit @@ -131,16 +131,16 @@ SPEC CHECKSUMS: DTCoreText: e5d688cffc9f6a61eddd1a4f94e2046851230de3 DTFoundation: f03be9fd786f11e505bb8fc44e2a3732bf0917df GBDeviceInfo: 2c65ceb9404f9079264d4c238f5b81916fdfc5e2 - GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d + GZIP: 12374d285e3b5d46cfcd480700fcfc7e16caf4f1 HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19 libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa - MatrixKit: 16cf30e3779b5c35dbc84175d399ddc154ae4a97 - MatrixSDK: 599c356af3e2aa573849adfcd4dbd1dc370ef68e + MatrixKit: 33f4361bd62342b6cdacb79fd60f3d9d704366b1 + MatrixSDK: 9d9f5e9b1fa19f8a84ebfce846d87b138af9999b OLMKit: dd79cdc5fab9ec04c940a901e025195b7801f306 PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf - Realm: 9eaecad54712d6246d08ba34c10f354e4715d7d3 + Realm: 3d36f208bf3aff8335dc3298742140182bde4edb WebRTC: f2a6203584745fe53532633397557876b5d71640 -PODFILE CHECKSUM: ad4c9542b6861fb086e1ee2f5600a816b1cf6711 +PODFILE CHECKSUM: 9085b1000f60244804f8bc6285a05a39a4795d76 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.0.beta.1 diff --git a/Riot.xcodeproj/project.pbxproj b/Riot.xcodeproj/project.pbxproj index 6be32a8f2e..dc1207f6fb 100644 --- a/Riot.xcodeproj/project.pbxproj +++ b/Riot.xcodeproj/project.pbxproj @@ -2856,7 +2856,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot-frameworks.sh", "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", "${BUILT_PRODUCTS_DIR}/DTCoreText/DTCoreText.framework", "${BUILT_PRODUCTS_DIR}/DTFoundation/DTFoundation.framework", @@ -2893,7 +2893,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 85AB1F69C1D9EC33197D7368 /* [CP] Check Pods Manifest.lock */ = { diff --git a/Riot/SupportingFiles/Info.plist b/Riot/SupportingFiles/Info.plist index 795682412a..8798dc8990 100644 --- a/Riot/SupportingFiles/Info.plist +++ b/Riot/SupportingFiles/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.7.3 + 0.7.4 CFBundleSignature ???? CFBundleVersion - 0.7.3 + 0.7.4 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode diff --git a/RiotShareExtension/SupportingFiles/Info.plist b/RiotShareExtension/SupportingFiles/Info.plist index a82ad796ad..23ca03a999 100644 --- a/RiotShareExtension/SupportingFiles/Info.plist +++ b/RiotShareExtension/SupportingFiles/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.7.3 + 0.7.4 CFBundleVersion - 0.7.3 + 0.7.4 NSExtension NSExtensionAttributes diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist index d6f1b1bace..4369185389 100644 --- a/SiriIntents/Info.plist +++ b/SiriIntents/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.7.3 + 0.7.4 CFBundleVersion - 0.7.3 + 0.7.4 NSExtension NSExtensionAttributes