Skip to content

zgpeace/WenderCast-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

WenderCast-Starter

This is the starter project of WenderCast from Push Notifications Tutorial: Getting Started, Because the starter project is built error, I correct it. Finally can run. The correct solution is below.

  1. change the SWXMLHash.swift file from drmohundro/SWXMLHash, for the problem
    .Element Ambiguous use of Element SWXMLHash swift
  2. correct the code in file PodcastFeedLoader.swift in line 48 to
    let feedItems = items.all.flatMap { (indexer: XMLIndexer) -> PodcastItem? in ,
    the origin code is
    let feedItems = items.flatMap { (indexer: XMLIndexer) -> PodcastItem? in

the result picture:

分支说明:master是初始化代码, finish是完成例子的结果。

真机测试,需要修改所有的BundleId, Certificate, Profile。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages