issue commentcezheng/Fuzi
'libxml/xmlversion.h' file not found
Hello @Parabak I'm getting the same error using Fuzi 3.1.1, Carthage 0.34.0 and Xcode 11.2.1.
comment created time in 11 hours
push eventRomanPodymov/XcodeGen
commit sha 06a6616b88d0dafef775f35c656d8f42d4f22c30
Improving variable expansion runtime (#704) * Improving variable expansion runtime The current implementation of variable expansion is O(n x m) with n being the number of strings in the project spec and m being the number of project variables. This implementation is now O(n). Also, this effectively deprecates the support for $legacy_variables in favor of the ${new_variables} making this whole patch possible. * Adding option to disable variable expansion * Adding performance test for spec loading * Updating changelog
commit sha 1cdb5dcea3ccd571a5923ee97dc60116be398b45
Disable Xcode 10.3 CI builds (#707)
commit sha c5905581d509cb980ed1c47bb171e3ce62b76ba2
Fix header phase for static frameworks (#705)
commit sha e38360d5e305b4f37ce341041eb96417b323a8c9
Fix crash on empty `${}` variable expansion (#706) This fix got lost in #704 reworks.
commit sha 0ea8f90fb537115b93b2b6267ae738dcfd7d9fce
update to XcodeProj 7.3.0
commit sha 66333c6d79912dc69ab4c7a9647a1b371ed44720
Update to XcodeProj 7.3.0 (#709) Update to XcodeProj 7.3.0
commit sha 03076f40eb8e23ddcd51cb3405f606150e311f32
Support Static Frameworks for Carthage dependencies (#688)
commit sha 7f39c510e4b803b1a9cdebb7a3389a35305fecc1
Merge pull request #1 from yonaskolb/master Updated code
push time in 4 days
PR merged RomanPodymov/XcodeGen
Just took the latest changes.
pr closed time in 4 days
issue openedguillermomuntaner/Burritos
Hello. Thank you for Burritos. As I can see Burritos does not support Carthage. I think it will be good to add this feature.
created time in 5 days
startedmalcommac/Repeat
started time in 5 days
startedspaceotech/BackgroundTask
started time in 6 days
startedthii/DTTJailbreakDetection
started time in 7 days
PR opened scinfu/SwiftSoup
Hello.
Thank you for SwiftSoup.
In this pull request I deleted the deprecated .swift-version file. Also added missing swift_versions attribute to SwiftSoup.podspec.
pr created time in 7 days
push eventRomanPodymov/SwiftSoup
commit sha cc5e42c9853e04d585b1649efb584479e26a361f
Delete .swift-version
push time in 7 days
push eventRomanPodymov/SwiftSoup
commit sha 1c25bbac3b9c70ab000c5577985096144aef06f6
s.swift_versions = ['4.0', '4.2', '5.0', '5.1']
push time in 7 days
SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
http://www.scinfu.com/SwiftSoup/
fork in 7 days
Pull request review commentthii/DTTJailbreakDetection
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#import "DTTJailbreakDetection.h"+#import "include/DTTJailbreakDetection.h"
Hello @thii It works even without any header search paths changes, tested with Carthage 0.34.0.
comment created time in 7 days
push eventRomanPodymov/DTTJailbreakDetection
commit sha 740e059c6f16635acc66baa4c176cacfd1f1a229
Update DTTJailbreakDetection.m
push time in 7 days
push eventRomanPodymov/DTTJailbreakDetection
commit sha 79ad889dac75d87b0f74b583f85d76c1f1127bbb
only 1 header
push time in 7 days
push eventRomanPodymov/DTTJailbreakDetection
commit sha c26aafc23a46b9e0a6398d795ee921de3ee72f90
Update README.md
push time in 8 days
Asynchronous image downloader with cache support as a UIImageView category
fork in 8 days
PR opened thii/DTTJailbreakDetection
Hello. Thank you for DTTJailbreakDetection. In this pull request I added support for Carthage.
pr created time in 8 days
push eventRomanPodymov/DTTJailbreakDetection
commit sha e68994870425df6546e5bb2733e7d1b6b2f6ad61
scheme
push time in 8 days
push eventRomanPodymov/DTTJailbreakDetection
commit sha c0733f6cad80943e8deacb4d370f55e1fe26d3af
deleted Example
push time in 8 days
push eventRomanPodymov/DTTJailbreakDetection
commit sha 079a9133957afe569e33c420013ac7c2c3da97eb
Carthage
push time in 8 days
PR opened duemunk/Async
Hello.
Thank you for Async.
In this pull request I added missing swift_version to AsyncSwift.podspec. Also deleted .swift-version, it was deprecated.
pr created time in 9 days
push eventRomanPodymov/Async
commit sha 030b616680cebc50a4b2a732dedcb52d125ffd08
Add swift_versions
push time in 9 days
push eventRomanPodymov/Async
commit sha 27ef561fa3241bb79e257c4d1b9ec9a6eafc99b3
Delete .swift-version
push time in 9 days
fork RomanPodymov/Async
Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
fork in 9 days
pull request commentSwiftyBeaver/SwiftyBeaver
Add supported Swift versions to SwiftyBeaver.podspec
@skreutzberger Done.
comment created time in 9 days
push eventRomanPodymov/SwiftyBeaver
commit sha 8cfb31b62f6525789bf1321c86f5c903bfeaafea
swift_versions=['3.0', '4.0', '4.2', '5.0', '5.1']
push time in 9 days
pull request commentSwiftyBeaver/SwiftyBeaver
Add supported Swift versions to SwiftyBeaver.podspec
Hello @skreutzberger
Not sure if SwiftyBeaver supports Swift 3 and Swift 4. In Package.swift I see swift-tools-version:5.0.
comment created time in 9 days
A Swift command line tool for generating your Xcode project
fork in 9 days
PR opened 24i/SlideMenuControllerSwift
Some fixes for Carthage support.
pr created time in 9 days
PR opened SwiftyBeaver/SwiftyBeaver
Hello.
Thank you for SwiftyBeaver.
In this pull request I added supported Swift versions to SwiftyBeaver.podspec. Currently getting the following error: - SwiftyBeaver-iOS does not specify a Swift version and none of the targets integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod.
pr created time in 10 days
push eventRomanPodymov/SwiftyBeaver
commit sha 07c8a789a81cebaacea52f3875b0fe9e4eb26c10
s.swift_versions = ['5.0', '5.1']
push time in 10 days
fork RomanPodymov/SwiftyBeaver
Convenient & secure logging during development & release in Swift 3, 4 & 5
fork in 10 days
startedSwiftyBeaver/SwiftyBeaver
started time in 10 days
PR opened eddiekaiger/SwiftyAttributes
Hello. Thank you for SwiftyAttributes. In this pull request I deleted the deprecated .swift-version file and set supported Swift versions in SwiftyAttributes.podspec.
pr created time in 10 days
push eventRomanPodymov/SwiftyAttributes
commit sha 7340bb97230b69da4224e3571f9a70dfca573cd3
swift_versions
push time in 10 days
push eventRomanPodymov/SwiftyAttributes
commit sha 6198f963a2dbdecabdbfa3906e294f7aa9a231a9
Delete deprecated .swift-version file
push time in 10 days
PR opened tristanhimmelman/AlamofireObjectMapper
Hello @tristanhimmelman. Thank you for AlamofireObjectMapper. In this pull request I just updated Alamofire version to 5.0.0-rc.3. I did not modify the source code. I created this pull request again because #293 has been closed automatically after I accidentally deleted the master branch.
pr created time in 10 days
issue commenttristanhimmelman/AlamofireObjectMapper
Alamofire 5.0.0-rc.2 compatible version?
Hello @suryakantkachhi Try again please, I restored this branch.
comment created time in 10 days
push eventRomanPodymov/SlideMenuControllerSwift
commit sha 13b7157636b46a093f3ad33c228d995d39a7b5cf
Update project.pbxproj
push time in 10 days
PR closed tristanhimmelman/AlamofireObjectMapper
Hello @tristanhimmelman. Thank you for AlamofireObjectMapper. In this pull request I just updated Alamofire version to 5.0.0-rc.3. Did not modify the source code.
pr closed time in 10 days
push eventRomanPodymov/AlamofireObjectMapper
commit sha d5aa89a7899a8fe249fde03ce35ac77f45291d6c
Update project.pbxproj
push time in 10 days
issue commenttristanhimmelman/AlamofireObjectMapper
Alamofire 5.0.0-rc.2 compatible version?
Hello @suryakantkachhi
AlamofireObjectMapper 6.2.0 uses Alamofire 5.0.0-rc.2.
As you can see in Alamofire 5.0.0-rc.1 release notes 2 new typealiases were added (AFDataResponse and AFDownloadResponse). So you can use AFDataResponse<LoginDSModel> instead of DataResponse<LoginDSModel, AFError>.
If you want to use Alamofire 5.0.0-rc.3 replace pod 'AlamofireObjectMapper' with pod 'AlamofireObjectMapper', :git => https://github.com/RomanPodymov/AlamofireObjectMapper.git in your Podfile.
comment created time in 10 days
fork RomanPodymov/SlideMenuControllerSwift
iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
fork in 11 days
push eventRomanPodymov/AlamofireObjectMapper
commit sha 94185d5681224a7a75d1d85aaafff40e5717ca48
checkouts
push time in 14 days
push eventRomanPodymov/AlamofireObjectMapper
commit sha d4e6cdf0b62bbc9a2f05b1fcd51e0556ed1260bf
Update Cartfile.resolved
push time in 15 days
push eventRomanPodymov/AlamofireObjectMapper
commit sha e5caa8111fce456b44ac95c6b8861a4bc33a5e9e
Update Cartfile
push time in 15 days
PR opened tristanhimmelman/AlamofireObjectMapper
Hello @tristanhimmelman. Thank you for AlamofireObjectMapper. In this pull request I just updated Alamofire version to 5.0.0-rc.3. Did not modify the source code.
pr created time in 15 days
push eventRomanPodymov/AlamofireObjectMapper
commit sha ec9521cc66c47cf521f34b5b65c4d6dc42e2db92
5.0.0-rc.3
push time in 15 days
fork RomanPodymov/AlamofireObjectMapper
An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
fork in 15 days
push eventRomanPodymov/collection-view-layouts
commit sha dabc153732f1cec070c2a074428049434abac13f
Update Gemfile.lock
push time in 16 days
fork RomanPodymov/MagazineLayout
A collection view layout capable of laying out views in vertically scrolling grids and lists.
fork in 16 days
push eventRomanPodymov/collection-view-layouts
commit sha 92730931d04af3a22da1bc7e53d389a53643700d
xcode11.1 + iOS 13.1
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha 24837236bbba010a7e0fced0c094f2a57a93ab60
ruby "2.6.4"
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha cfd0f625a5cc5a5733dec1c06e86838e7af4dca3
bundle install
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha b108a4f23c8721e0896c2333b9b0676a050c4809
bundle update
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha 96a62ccc86fcbbf576fc482b157ce3ce28255528
Trying rvm: 2.6.5
push time in 17 days
fork RomanPodymov/SwiftyJSONAccelerator
macOS app to generate Swift 5 code for models from JSON (with Codeable)
fork in 17 days
PR opened rubygarage/collection-view-layouts
Hello. Thank you for collection-view-layouts. In this pull request I changed deployment target from iOS 11 to iOS 8. I think it is possible to build and run collection-view-layouts with this iOS version. I also added Gemfile for easy CocoaPods version switch.
pr created time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha 476293fdde200a503d922f385fbafcb081965128
Update project.pbxproj
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha 32e3d37b2a8810698d0f73ef1e7bdfa8570a87b1
Update Podfile.lock
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha ac97bdd627589b6f3140a1b410350a696a7599da
platform :ios, '8.0'
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha 17306101c94126e2194bbd6ebae698bf38fecaa7
Create Gemfile.lock
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha ec93a08f37798966e59d0c5e9a8b3767b43df19c
Create Gemfile
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha a72fe4ea7a9443ae1a2a0f7a83e0a76cfd3bbf00
s.ios.deployment_target = '8.0'
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha e11518f81d52cf9e6ae606f11a3420bd9395867e
Update project.pbxproj
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha 2c95906d35daf11722378e310acc29305b4d22d1
Update Podfile.lock
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha f91d99a0570d0178bc7d4f4d53d89d641cbe3081
platform :ios, '8.0'
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha c15ae477be9bbfa997cadfbe592aa0b8981d1d73
Create Gemfile.lock
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha 707347228c1905038df2c6d77c3eec7cf568e328
Create Gemfile
push time in 17 days
push eventRomanPodymov/collection-view-layouts
commit sha e225f86456722b954ee2ade62693f009c553fc8d
s.ios.deployment_target = '8.0'
push time in 17 days
fork RomanPodymov/collection-view-layouts
A library that implements custom flow layouts for iOS apps
fork in 17 days
startedrubygarage/collection-view-layouts
started time in 17 days
push eventRomanPodymov/PromiseKit
commit sha f7e53175f267f0932a3b44f694935bf3566eee1b
Swift 5.1 release travis linux
commit sha e36de47eac400b4640809494e90c455e98213f66
Merge pull request #1097 from mxcl/swift-5.1-linux Swift 5.1 release travis linux
commit sha b2a795751e19e970d4324a8df73604fe02d1131c
Merge pull request #1 from mxcl/master Updated codebase
push time in 23 days
PR merged RomanPodymov/PromiseKit
Just took the latest code from mxcl/PromiseKit master.
pr closed time in 23 days
PR opened RomanPodymov/PromiseKit
Just took the latest code from mxcl/PromiseKit master.
pr created time in 23 days
issue openedguillermomuntaner/Burritos
Getting compile error when using @LazyConstant
I used Swift 5.1/Xcode 11.1 to reproduce this issue. Consider the following code:
protocol P {
func f()
}
struct S: P {
func f() { }
}
func f(p: P) {
p.f()
}
class C {
@LazyConstant
var s: S = {
return S()
}()
func g() {
f(p: s)
}
}
Getting the following error: Expression type '()' is ambiguous without more context. To fix it replace f(p: s) with f(p: s as P). But as for me this is a bug.
created time in 23 days
startedNSHipster/NoOverviewAvailable.com
started time in 25 days
A Swift command line tool for generating your Xcode project
fork in a month
push eventRomanPodymov/Burritos
commit sha a6159f7637b79c9afa669206154b53c61123e036
More tests
push time in a month
PR opened guillermomuntaner/Burritos
Hello. Thank you for Burritos. In this pull request I added MappingSetter. I was inspired by Trimmed, however MappingSetter is more flexible, you can set any mapping function.
pr created time in a month
push eventRomanPodymov/Burritos
commit sha f490efc8e0034bb81b3a0bc8d2827a7029d27e7f
MappingSetter
push time in a month
push eventRomanPodymov/Burritos
commit sha 3eb3f487db19102d350b2fd4723fbfd5977550c0
import MappingSetterTests
push time in a month
push eventRomanPodymov/Burritos
commit sha d5274da68a9184f1c077fe4d88362676b0791599
MappingSetterTests
push time in a month
push eventRomanPodymov/Burritos
commit sha 05c692d653a5aa559bcb087cca2d94e4fb7f9441
MappingSetterTests
push time in a month
push eventRomanPodymov/Burritos
commit sha 2e55c480a6c151997ff6d294a51b55775e545772
Update MappingSetter.swift
push time in a month
push eventRomanPodymov/Burritos
commit sha 1df43a1870e5dfcf69929431fdd5c286795609be
Update MappingSetterTests.swift
push time in a month
push eventRomanPodymov/Burritos
commit sha fa134d76f28e750cb502663ffba323ada5f8f9f9
MappingGetter -> MappingSetter
push time in a month
push eventRomanPodymov/Burritos
commit sha 716badeefe4ae92c62e88ee2960ada5cdde582b3
MappingGetter
push time in a month
push eventRomanPodymov/Burritos
commit sha 5347d0afce453ada5fb52534e6653ecab752f218
Create MappingSetterTests.swift
push time in a month
push eventRomanPodymov/Burritos
commit sha a2b0d8116bb9a986e9c0a6a5bf47cf5dd744138c
MappingSetter<Value>
push time in a month
push eventRomanPodymov/Burritos
commit sha cfa8c1c9ed4a1ef336b811e334e7a8caec2984ae
1 property wrapper for each pull request
push time in a month
push eventRomanPodymov/Burritos
commit sha 82059645a4d80596060f0057801cd09d1444acf9
Update Burritos.podspec
push time in a month
push eventRomanPodymov/Burritos
commit sha 422f869537b7033038bdff0c6e7ff745b94893f9
Create IntValue.swift
push time in a month
push eventRomanPodymov/Burritos
commit sha 0e207664170a428083943c35de115942546fc0ef
Create IntValueTests.swift
push time in a month