Skip to content

Commit 5100025

Browse files
author
Mostafa Berg
committed
+ Release 3.1.0
+ Minor code refactor for Data struct manipulation + Workaround: Bootloader for SDK6 requires a slower process, added a wait to circumvent that issue.
2 parents 884ea26 + a5b3b5a commit 5100025

30 files changed

+637
-525
lines changed

Example/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
use_frameworks!
2-
32
target 'iOSDFULibrary_Example' do
3+
platform :ios, '8.0'
44
pod 'iOSDFULibrary', :path => '../'
55
end
66

77
target 'iOSDFULibrary_Tests' do
8+
platform :ios, '8.0'
89
pod 'iOSDFULibrary', :path => '../'
910
end

Example/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- iOSDFULibrary (3.0.6):
3-
- Zip (~> 0.6)
4-
- Zip (0.6.0)
2+
- iOSDFULibrary (3.1.0):
3+
- Zip (~> 0.7)
4+
- Zip (0.7.0)
55

66
DEPENDENCIES:
77
- iOSDFULibrary (from `../`)
@@ -11,9 +11,9 @@ EXTERNAL SOURCES:
1111
:path: ../
1212

1313
SPEC CHECKSUMS:
14-
iOSDFULibrary: e01a7129eef7be58acffff284da0630e6b8759fb
15-
Zip: 805fc2fa9d2f05bbb7762d982d7a42ccdcc51f42
14+
iOSDFULibrary: c629c345864062d2abec0fb3d538e9800328d20b
15+
Zip: e34513299ac38c0686d5b24504da7ce343799ab9
1616

17-
PODFILE CHECKSUM: f02a613149cfa2aac7ce3d85b2697906507f0bdc
17+
PODFILE CHECKSUM: 5bd0431d5defabdebe7eb53b98be8edf3f33d422
1818

19-
COCOAPODS: 1.2.0.rc.1
19+
COCOAPODS: 1.2.1

Example/Pods/Local Podspecs/iOSDFULibrary.podspec.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 310 additions & 260 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Example/Pods-iOSDFULibrary_Example-resources.sh

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Example/Pods-iOSDFULibrary_Example.debug.xcconfig

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Example/Pods-iOSDFULibrary_Example.release.xcconfig

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Tests/Pods-iOSDFULibrary_Tests-resources.sh

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-iOSDFULibrary_Tests/Pods-iOSDFULibrary_Tests.debug.xcconfig

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)