iOS web browser with a focus on security and privacy
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated to latest CocoaPods version 1.6.0. Updated dependencies to their respective latest versions. Added build-relevant files to project for easier access. (They don't belong to a target, so they won't end up in a build.)

authored by

Benjamin Erhart and committed by
joshua stein
ca8b3369 ad0a5354

+65 -47
+20 -2
Endless.xcodeproj/project.pbxproj
··· 232 232 5BC57F74FB0E2BC3CDAB5D1D /* Pods-Endless Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Endless Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Endless Tests/Pods-Endless Tests.release.xcconfig"; sourceTree = "<group>"; }; 233 233 7AD1EFF778D745256E109B84 /* Pods-Endless.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Endless.release.xcconfig"; path = "Pods/Target Support Files/Pods-Endless/Pods-Endless.release.xcconfig"; sourceTree = "<group>"; }; 234 234 9E6A896A76F4F163B49219DB /* Pods-Endless.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Endless.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Endless/Pods-Endless.debug.xcconfig"; sourceTree = "<group>"; }; 235 + A018C86C221EDA7300D5B3D7 /* PRIVACY.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PRIVACY.md; sourceTree = "<group>"; }; 236 + A018C86D221EDA7300D5B3D7 /* Gemfile.lock */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile.lock; sourceTree = "<group>"; }; 237 + A018C86E221EDA7300D5B3D7 /* Podfile.lock */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile.lock; sourceTree = "<group>"; }; 238 + A018C86F221EDA7300D5B3D7 /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 239 + A018C870221EDA7300D5B3D7 /* Gemfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile; sourceTree = "<group>"; }; 235 240 A024D5AB1ECEF10F00B28CC5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Endless/Base.lproj/Localizable.strings; sourceTree = "<group>"; }; 236 241 A024D5AD1ECEF10F00B28CC5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Endless/Base.lproj/OnePasswordExtension.strings; sourceTree = "<group>"; }; 237 242 A024D5B01ECEF11A00B28CC5 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Endless/de.lproj/Localizable.strings; sourceTree = "<group>"; }; ··· 274 279 01801E891A32CA2A002B4718 = { 275 280 isa = PBXGroup; 276 281 children = ( 282 + A018C86B221EDA5100D5B3D7 /* Build */, 277 283 01801E941A32CA2A002B4718 /* Endless */, 278 284 01801EC11A3360B1002B4718 /* Resources */, 279 285 01AFEB4A1B4F2A5F00A02482 /* External */, ··· 475 481 name = Frameworks; 476 482 sourceTree = "<group>"; 477 483 }; 484 + A018C86B221EDA5100D5B3D7 /* Build */ = { 485 + isa = PBXGroup; 486 + children = ( 487 + A018C870221EDA7300D5B3D7 /* Gemfile */, 488 + A018C86D221EDA7300D5B3D7 /* Gemfile.lock */, 489 + A018C86F221EDA7300D5B3D7 /* Podfile */, 490 + A018C86E221EDA7300D5B3D7 /* Podfile.lock */, 491 + A018C86C221EDA7300D5B3D7 /* PRIVACY.md */, 492 + ); 493 + name = Build; 494 + sourceTree = "<group>"; 495 + }; 478 496 BDB4B310DC7AA8852D5D0A10 /* Pods */ = { 479 497 isa = PBXGroup; 480 498 children = ( ··· 678 696 files = ( 679 697 ); 680 698 inputPaths = ( 681 - "${SRCROOT}/Pods/Target Support Files/Pods-Endless/Pods-Endless-resources.sh", 699 + "${PODS_ROOT}/Target Support Files/Pods-Endless/Pods-Endless-resources.sh", 682 700 "${PODS_CONFIGURATION_BUILD_DIR}/InAppSettingsKit/InAppSettingsKit.bundle", 683 701 "${PODS_CONFIGURATION_BUILD_DIR}/TUSafariActivity/TUSafariActivity.bundle", 684 702 "${PODS_ROOT}/XLForm/XLForm/XLForm.bundle", ··· 691 709 ); 692 710 runOnlyForDeploymentPostprocessing = 0; 693 711 shellPath = /bin/sh; 694 - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Endless/Pods-Endless-resources.sh\"\n"; 712 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Endless/Pods-Endless-resources.sh\"\n"; 695 713 showEnvVarsInLog = 0; 696 714 }; 697 715 84FB07CB399E07E998723292 /* [CP] Check Pods Manifest.lock */ = {
+45 -45
Podfile.lock
··· 1 1 PODS: 2 - - DTFoundation (1.7.11): 3 - - DTFoundation/AppKit (= 1.7.11) 4 - - DTFoundation/Core (= 1.7.11) 5 - - DTFoundation/Debug (= 1.7.11) 6 - - DTFoundation/DTAnimatedGIF (= 1.7.11) 7 - - DTFoundation/DTASN1 (= 1.7.11) 8 - - DTFoundation/DTAsyncFileDeleter (= 1.7.11) 9 - - DTFoundation/DTAWS (= 1.7.11) 10 - - DTFoundation/DTHTMLParser (= 1.7.11) 11 - - DTFoundation/DTProgressHUD (= 1.7.11) 12 - - DTFoundation/DTReachability (= 1.7.11) 13 - - DTFoundation/DTScripting (= 1.7.11) 14 - - DTFoundation/DTSidePanel (= 1.7.11) 15 - - DTFoundation/DTSQLite (= 1.7.11) 16 - - DTFoundation/DTUTI (= 1.7.11) 17 - - DTFoundation/DTZipArchive (= 1.7.11) 18 - - DTFoundation/Runtime (= 1.7.11) 19 - - DTFoundation/UIKit (= 1.7.11) 20 - - DTFoundation/UIKit_BlocksAdditions (= 1.7.11) 21 - - DTFoundation/Core (1.7.11) 22 - - DTFoundation/Debug (1.7.11): 2 + - DTFoundation (1.7.13): 3 + - DTFoundation/AppKit (= 1.7.13) 4 + - DTFoundation/Core (= 1.7.13) 5 + - DTFoundation/Debug (= 1.7.13) 6 + - DTFoundation/DTAnimatedGIF (= 1.7.13) 7 + - DTFoundation/DTASN1 (= 1.7.13) 8 + - DTFoundation/DTAsyncFileDeleter (= 1.7.13) 9 + - DTFoundation/DTAWS (= 1.7.13) 10 + - DTFoundation/DTHTMLParser (= 1.7.13) 11 + - DTFoundation/DTProgressHUD (= 1.7.13) 12 + - DTFoundation/DTReachability (= 1.7.13) 13 + - DTFoundation/DTScripting (= 1.7.13) 14 + - DTFoundation/DTSidePanel (= 1.7.13) 15 + - DTFoundation/DTSQLite (= 1.7.13) 16 + - DTFoundation/DTUTI (= 1.7.13) 17 + - DTFoundation/DTZipArchive (= 1.7.13) 18 + - DTFoundation/Runtime (= 1.7.13) 19 + - DTFoundation/UIKit (= 1.7.13) 20 + - DTFoundation/UIKit_BlocksAdditions (= 1.7.13) 21 + - DTFoundation/Core (1.7.13) 22 + - DTFoundation/Debug (1.7.13): 23 23 - DTFoundation/Core 24 24 - DTFoundation/Runtime 25 - - DTFoundation/DTAnimatedGIF (1.7.11) 26 - - DTFoundation/DTASN1 (1.7.11): 25 + - DTFoundation/DTAnimatedGIF (1.7.13) 26 + - DTFoundation/DTASN1 (1.7.13): 27 27 - DTFoundation/Core 28 - - DTFoundation/DTAsyncFileDeleter (1.7.11): 28 + - DTFoundation/DTAsyncFileDeleter (1.7.13): 29 29 - DTFoundation/Core 30 - - DTFoundation/DTAWS (1.7.11): 30 + - DTFoundation/DTAWS (1.7.13): 31 31 - DTFoundation/Core 32 - - DTFoundation/DTHTMLParser (1.7.11): 32 + - DTFoundation/DTHTMLParser (1.7.13): 33 33 - DTFoundation/Core 34 - - DTFoundation/DTProgressHUD (1.7.11): 34 + - DTFoundation/DTProgressHUD (1.7.13): 35 35 - DTFoundation/Core 36 36 - DTFoundation/UIKit 37 - - DTFoundation/DTReachability (1.7.11): 37 + - DTFoundation/DTReachability (1.7.13): 38 38 - DTFoundation/Core 39 - - DTFoundation/DTScripting (1.7.11): 39 + - DTFoundation/DTScripting (1.7.13): 40 40 - DTFoundation/Core 41 - - DTFoundation/DTSidePanel (1.7.11): 41 + - DTFoundation/DTSidePanel (1.7.13): 42 42 - DTFoundation/UIKit 43 - - DTFoundation/DTSQLite (1.7.11): 43 + - DTFoundation/DTSQLite (1.7.13): 44 44 - DTFoundation/Core 45 - - DTFoundation/DTUTI (1.7.11) 46 - - DTFoundation/DTZipArchive (1.7.11): 47 - - DTFoundation/DTZipArchive/Minizip (= 1.7.11) 48 - - DTFoundation/DTZipArchive/Minizip (1.7.11) 49 - - DTFoundation/Runtime (1.7.11) 50 - - DTFoundation/UIKit (1.7.11): 45 + - DTFoundation/DTUTI (1.7.13) 46 + - DTFoundation/DTZipArchive (1.7.13): 47 + - DTFoundation/DTZipArchive/Minizip (= 1.7.13) 48 + - DTFoundation/DTZipArchive/Minizip (1.7.13) 49 + - DTFoundation/Runtime (1.7.13) 50 + - DTFoundation/UIKit (1.7.13): 51 51 - DTFoundation/Core 52 - - DTFoundation/UIKit_BlocksAdditions (1.7.11): 52 + - DTFoundation/UIKit_BlocksAdditions (1.7.13): 53 53 - DTFoundation/Core 54 - - InAppSettingsKit (2.8.1) 55 - - OCMock (3.3.1) 54 + - InAppSettingsKit (2.10) 55 + - OCMock (3.4.3) 56 56 - OrderedDictionary (1.4) 57 57 - TUSafariActivity (1.0.4) 58 58 - VForceTouch (0.0.2) ··· 93 93 :git: https://github.com/jcs/XLForm.git 94 94 95 95 SPEC CHECKSUMS: 96 - DTFoundation: 0ef29c70a9814e15518694862bd739347abe2a50 97 - InAppSettingsKit: 94d2fba3ccd700fc4e32c6d09fabcc0af2426744 98 - OCMock: f3f61e6eaa16038c30caa5798c5e49d3307b6f22 96 + DTFoundation: f03be9fd786f11e505bb8fc44e2a3732bf0917df 97 + InAppSettingsKit: d965e29be941eb19857271e4625de3fba6e23c9f 98 + OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab 99 99 OrderedDictionary: 138c8d2e358d3a0c9adda15c6c7db24e8e3b09e6 100 100 TUSafariActivity: afc55a00965377939107ce4fdc7f951f62454546 101 101 VForceTouch: b5c3a28625269e1818cf915728173bda9f669d6b 102 102 WYPopoverController: a9db25ac2841a686acdc0f3a99bdb21545db32f4 103 103 XLForm: d5c391dfc62865927b5bcab0a5a0dbfb3e02b0ec 104 104 105 - PODFILE CHECKSUM: 28b762f3f90ed42095aafd38e1f7f837e9100763 105 + PODFILE CHECKSUM: 26382b338af288c4202e8abd44a2f9ff01e82209 106 106 107 - COCOAPODS: 1.5.3 107 + COCOAPODS: 1.6.0