├── .DS_Store
├── .gitignore
├── Code
├── .DS_Store
└── PlanIt
│ ├── .DS_Store
│ └── PlanIt
│ ├── .DS_Store
│ └── Classes
│ ├── .DS_Store
│ ├── UI
│ ├── .DS_Store
│ └── Options
│ │ └── .DS_Store
│ └── Venders
│ ├── .DS_Store
│ └── AMScrollingNavbar
│ └── .DS_Store
├── Doc
├── .DS_Store
└── 归档
│ └── .DS_Store
├── PlanIt
├── .DS_Store
├── Artboard.png
├── Markplan.entitlements
├── Markplan.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ └── xcuserdata
│ │ │ └── Yale.xcuserdatad
│ │ │ └── UserInterfaceState.xcuserstate
│ └── xcuserdata
│ │ ├── Ken.xcuserdatad
│ │ ├── xcdebugger
│ │ │ └── Breakpoints_v2.xcbkptlist
│ │ └── xcschemes
│ │ │ ├── PlanIt.xcscheme
│ │ │ └── xcschememanagement.plist
│ │ └── Yale.xcuserdatad
│ │ └── xcschemes
│ │ ├── Markplan.xcscheme
│ │ ├── PlanIt.xcscheme
│ │ └── xcschememanagement.plist
├── Markplan.xcworkspace
│ └── xcuserdata
│ │ └── Ken.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
├── PlanIt-Bridging-Header.h
├── PlanIt.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcuserdata
│ │ ├── Ken.xcuserdatad
│ │ ├── UserInterfaceState.xcuserstate
│ │ └── xcdebugger
│ │ │ └── Breakpoints_v2.xcbkptlist
│ │ └── Yale.xcuserdatad
│ │ ├── UserInterfaceState.xcuserstate
│ │ ├── WorkspaceSettings.xcsettings
│ │ └── xcdebugger
│ │ └── Breakpoints_v2.xcbkptlist
├── PlanIt
│ ├── .DS_Store
│ ├── AppDelegate.swift
│ ├── Assets.xcassets
│ │ ├── .DS_Store
│ │ ├── 3D Touch
│ │ │ ├── 3d-add.imageset
│ │ │ │ ├── 3d-add@1x.png
│ │ │ │ ├── 3d-add@2x.png
│ │ │ │ ├── 3d-add@3x.png
│ │ │ │ └── Contents.json
│ │ │ ├── 3d-completed.imageset
│ │ │ │ ├── 3d-completed@1x.png
│ │ │ │ ├── 3d-completed@2x.png
│ │ │ │ ├── 3d-completed@3x.png
│ │ │ │ └── Contents.json
│ │ │ └── Contents.json
│ │ ├── AppIcon.appiconset
│ │ │ ├── .DS_Store
│ │ │ ├── Contents.json
│ │ │ ├── Icon-60@2x.png
│ │ │ ├── Icon-60@3x.png
│ │ │ ├── Icon-76.png
│ │ │ ├── Icon-76@2x.png
│ │ │ ├── Icon-83.5@2x.png
│ │ │ ├── Icon-Notification-20@2x-1.png
│ │ │ ├── Icon-Notification-20@2x.png
│ │ │ ├── Icon-Notification-20@3x-1.png
│ │ │ ├── Icon-Notification-20@3x.png
│ │ │ ├── Icon-Small.png
│ │ │ ├── Icon-Small@2x.png
│ │ │ ├── Icon-Small@3x.png
│ │ │ ├── Icon-Spotlight-40.png
│ │ │ ├── Icon-Spotlight-40@2x.png
│ │ │ └── Icon-Spotlight-40@3x.png
│ │ ├── Checkmark.imageset
│ │ │ ├── Contents.json
│ │ │ ├── checkmark.png
│ │ │ ├── checkmark@2x.png
│ │ │ └── checkmark@3x.png
│ │ ├── Contents.json
│ │ ├── LauchImage.launchimage
│ │ │ ├── 1242x2208 iPhone 6 Plus.png
│ │ │ ├── 1536x2048 iPad Portrait.png
│ │ │ ├── 640x1136 iPhone SE.png
│ │ │ ├── 640x960.png
│ │ │ ├── 750x1334 iPhone 6.png
│ │ │ ├── 768x1024 iPad Portrait.png
│ │ │ └── Contents.json
│ │ ├── Settings
│ │ │ ├── Contents.json
│ │ │ ├── about.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── about.png
│ │ │ │ ├── about@2x.png
│ │ │ │ └── about@3x.png
│ │ │ ├── backup.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── backup@1x.png
│ │ │ │ ├── backup@2x.png
│ │ │ │ └── backup@3x.png
│ │ │ ├── clock.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── clock.png
│ │ │ │ ├── clock@2x.png
│ │ │ │ └── clock@3x.png
│ │ │ ├── deadline.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── end-1@1x.png
│ │ │ │ ├── end-1@2x.png
│ │ │ │ └── end-1@3x.png
│ │ │ ├── due.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── due.png
│ │ │ │ ├── due@2x.png
│ │ │ │ └── due@3x.png
│ │ │ ├── end.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── deadline@1x.png
│ │ │ │ ├── deadline@2x.png
│ │ │ │ └── deadline@x3.png
│ │ │ ├── feedback.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── feedback@1x.png
│ │ │ │ ├── feedback@2x.png
│ │ │ │ └── feedback@3x.png
│ │ │ ├── grade.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── 评分@1x.png
│ │ │ │ ├── 评分@2x.png
│ │ │ │ └── 评分@3x.png
│ │ │ ├── inform.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── 开启通知icon@1x.png
│ │ │ │ ├── 开启通知icon@2x.png
│ │ │ │ └── 开启通知icon@3x.png
│ │ │ ├── mail.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── mail@1x.png
│ │ │ │ ├── mail@2x.png
│ │ │ │ └── mail@3x.png
│ │ │ ├── options-tag.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tag@1x.png
│ │ │ │ ├── tag@2x.png
│ │ │ │ └── tag@3x.png
│ │ │ ├── restore.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── restore@1x.png
│ │ │ │ ├── restore@2x.png
│ │ │ │ └── restore@3x.png
│ │ │ ├── share.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── 分享@1x.png
│ │ │ │ ├── 分享@2x.png
│ │ │ │ └── 分享@3x.png
│ │ │ ├── sponsor.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── 赞助@1x.png
│ │ │ │ ├── 赞助@2x.png
│ │ │ │ └── 赞助@3x.png
│ │ │ ├── tag2.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── options-tag@1x.png
│ │ │ │ ├── options-tag@2x.png
│ │ │ │ └── options-tag@3x.png
│ │ │ └── tutorial.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── book@1x.png
│ │ │ │ ├── book@2x.png
│ │ │ │ └── book@3x.png
│ │ ├── SharePic.imageset
│ │ │ ├── Contents.json
│ │ │ └── SharePic.png
│ │ ├── SharePicEn.imageset
│ │ │ ├── Contents.json
│ │ │ └── SharePicEn.png
│ │ ├── add.imageset
│ │ │ ├── Contents.json
│ │ │ ├── Group 3@1x.png
│ │ │ ├── Group 3@2x.png
│ │ │ └── Group 3@3x.png
│ │ ├── back.imageset
│ │ │ ├── .DS_Store
│ │ │ ├── Contents.json
│ │ │ ├── back@1x.png
│ │ │ ├── back@2x.png
│ │ │ └── back@3x.png
│ │ ├── bike.imageset
│ │ │ ├── Contents.json
│ │ │ ├── 自行车@1x.png
│ │ │ ├── 自行车@1x@2x.png
│ │ │ └── 自行车@1x@3x.png
│ │ ├── bikeCn.imageset
│ │ │ ├── Contents.json
│ │ │ ├── 自行车@1x.png
│ │ │ ├── 自行车@2x.png
│ │ │ └── 自行车@3x.png
│ │ ├── book.imageset
│ │ │ ├── Contents.json
│ │ │ ├── 书@1x.png
│ │ │ ├── 书@1x@2x.png
│ │ │ └── 书@1x@3x.png
│ │ ├── bookCn.imageset
│ │ │ ├── Contents.json
│ │ │ ├── 书@1x.png
│ │ │ ├── 书@2x.png
│ │ │ └── 书@3x.png
│ │ ├── cancel.imageset
│ │ │ ├── Contents.json
│ │ │ ├── cancel@1x.png
│ │ │ ├── cancel@2x.png
│ │ │ └── cancel@3x.png
│ │ ├── chart
│ │ │ ├── Contents.json
│ │ │ ├── left.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── left@1x.png
│ │ │ │ ├── left@2x.png
│ │ │ │ └── left@3x.png
│ │ │ ├── right.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── right@1x.png
│ │ │ │ ├── right@2x.png
│ │ │ │ └── right@3x.png
│ │ │ ├── timer.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── timer.png
│ │ │ │ ├── timer@2x.png
│ │ │ │ └── timer@3x.png
│ │ │ └── triangle.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── Triangle@1x.png
│ │ │ │ ├── Triangle@2x.png
│ │ │ │ └── Triangle@3x.png
│ │ ├── delete.imageset
│ │ │ ├── Contents.json
│ │ │ ├── delete@1x.png
│ │ │ ├── delete@2x.png
│ │ │ └── delete@3x.png
│ │ ├── edit.imageset
│ │ │ ├── Contents.json
│ │ │ ├── modify@1x.png
│ │ │ ├── modify@2x.png
│ │ │ └── modify@3x.png
│ │ ├── failmark.imageset
│ │ │ ├── Contents.json
│ │ │ ├── failed@1x.png
│ │ │ ├── failed@2x.png
│ │ │ └── failed@3x.png
│ │ ├── filedelete.imageset
│ │ │ ├── Contents.json
│ │ │ ├── projectDelete@1x.png
│ │ │ ├── projectDelete@2x.png
│ │ │ └── projectDelete@x3.png
│ │ ├── filedeleteclick.imageset
│ │ │ ├── Contents.json
│ │ │ ├── filedeleteclick-1x1.png
│ │ │ ├── filedeleteclick-1x2.png
│ │ │ └── filedeleteclick-1x3.png
│ │ ├── finish.imageset
│ │ │ ├── Contents.json
│ │ │ ├── finishx1.png
│ │ │ ├── finishx2.png
│ │ │ └── finishx3.png
│ │ ├── guide
│ │ │ ├── Contents.json
│ │ │ ├── guide1.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── launchScreen1@2x.png
│ │ │ │ └── launchScreen1@3x.png
│ │ │ ├── guide1IP4.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── launchScreen1-ip4@2x.png
│ │ │ ├── guide1IP4cn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── iphone4 引导页1@2x.png
│ │ │ ├── guide1cn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── 启动页1@2x.png
│ │ │ │ └── 启动页1@3x.png
│ │ │ ├── guide1iPad.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── launchScreen1-ipad@2x.png
│ │ │ ├── guide1iPadcn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── iPad 引导页1@2x.png
│ │ │ ├── guide2.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── launchScreen2@2x.png
│ │ │ │ └── launchScreen2@3x.png
│ │ │ ├── guide2IP4.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── launchScreen2-ip4@2x.png
│ │ │ ├── guide2IP4cn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── iphone4 引导页2@2x.png
│ │ │ ├── guide2cn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── 启动页2@2x.png
│ │ │ │ └── 启动页2@3x.png
│ │ │ ├── guide2iPad.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── launchScreen2-ipad@2x.png
│ │ │ ├── guide2iPadcn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── iPad 引导页2@2x.png
│ │ │ ├── guide3.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── launchScreen3@2x.png
│ │ │ │ └── launchScreen3@3x.png
│ │ │ ├── guide3IP4.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── launchScreen3-ip4@2x.png
│ │ │ ├── guide3IP4cn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── iphone4 引导页3@2x.png
│ │ │ ├── guide3cn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── 启动页3-1@2x.png
│ │ │ │ └── 启动页3-1@3x.png
│ │ │ ├── guide3iPad.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── launchScreen3-ipad@2x.png
│ │ │ ├── guide3iPadcn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── iPad 引导页3@2x.png
│ │ │ ├── guide4.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── launchScreen4@2x.png
│ │ │ │ └── launchScreen4@3x.png
│ │ │ ├── guide4IP4.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── launchScreen4-ip4@2x.png
│ │ │ ├── guide4IP4cn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── iphone4 引导页4@2x.png
│ │ │ ├── guide4cn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── 启动页4@2x.png
│ │ │ │ └── 启动页4@3x.png
│ │ │ ├── guide4iPad.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── launchScreen4-ipad@2x.png
│ │ │ └── guide4iPadcn.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── iPad 引导页4@2x.png
│ │ ├── history.imageset
│ │ │ ├── Contents.json
│ │ │ ├── detail@1x.png
│ │ │ ├── detail@2x.png
│ │ │ └── detail@3x.png
│ │ ├── more.imageset
│ │ │ ├── Contents.json
│ │ │ ├── more@1x.png
│ │ │ ├── more@2x.png
│ │ │ └── more@3x.png
│ │ ├── noMarks.imageset
│ │ │ ├── Contents.json
│ │ │ ├── norecords@1x.png
│ │ │ ├── norecords@2x.png
│ │ │ └── norecords@3x.png
│ │ ├── noMarksCn.imageset
│ │ │ ├── Contents.json
│ │ │ ├── daka@1x.png
│ │ │ ├── daka@2x.png
│ │ │ └── daka@3x.png
│ │ ├── noRecords.imageset
│ │ │ ├── Contents.json
│ │ │ ├── jilu@1x.png
│ │ │ ├── jilu@2x.png
│ │ │ └── jilu@3x.png
│ │ ├── noRecordsCn.imageset
│ │ │ ├── Contents.json
│ │ │ ├── jilu@1x.png
│ │ │ ├── jilu@2x.png
│ │ │ └── jilu@3x.png
│ │ ├── norecord.imageset
│ │ │ ├── Contents.json
│ │ │ ├── projectDone@1x.png
│ │ │ ├── projectDone@2x.png
│ │ │ └── projectDone@3x.png
│ │ ├── norecordclick.imageset
│ │ │ ├── Contents.json
│ │ │ ├── norecordclick.png
│ │ │ ├── norecordclick1x1.png
│ │ │ └── norecordclick1x2.png
│ │ ├── norecordno.imageset
│ │ │ ├── Contents.json
│ │ │ ├── norecordno.png
│ │ │ ├── norecordnox1.png
│ │ │ └── norecordnox2.png
│ │ ├── ok.imageset
│ │ │ ├── Contents.json
│ │ │ ├── done@1x.png
│ │ │ ├── done@2x.png
│ │ │ └── done@3x.png
│ │ ├── optionAppIcon.imageset
│ │ │ ├── Contents.json
│ │ │ ├── app icon@1x.png
│ │ │ ├── app icon@2x.png
│ │ │ └── app icon@3x.png
│ │ ├── oval.imageset
│ │ │ ├── Contents.json
│ │ │ ├── Oval 116@1x.png
│ │ │ ├── Oval 116@2x.png
│ │ │ └── Oval 116@3x.png
│ │ ├── projectFinish.imageset
│ │ │ ├── Contents.json
│ │ │ ├── projectFinish@1x.png
│ │ │ ├── projectFinish@2x.png
│ │ │ └── projectFinish@x3.png
│ │ ├── punch.imageset
│ │ │ ├── Contents.json
│ │ │ ├── progressCheck@1x.png
│ │ │ ├── progressCheck@2x.png
│ │ │ └── progressCheck@3x.png
│ │ ├── punchclick.imageset
│ │ │ ├── Contents.json
│ │ │ ├── punchclick.png
│ │ │ ├── punchclick1x1.png
│ │ │ └── punchclick1x2.png
│ │ ├── punchno.imageset
│ │ │ ├── Contents.json
│ │ │ ├── punchno.png
│ │ │ ├── punchnox1.png
│ │ │ └── punchnox2.png
│ │ ├── record.imageset
│ │ │ ├── Contents.json
│ │ │ ├── progressAdd@1x.png
│ │ │ ├── progressAdd@2x.png
│ │ │ └── progressAdd@3x.png
│ │ ├── recordno.imageset
│ │ │ ├── Contents.json
│ │ │ ├── recordno.png
│ │ │ ├── recordnox1.png
│ │ │ └── recordnox2.png
│ │ ├── roecordclick.imageset
│ │ │ ├── Contents.json
│ │ │ ├── recordclick1x1.png
│ │ │ ├── recordclick1x2.png
│ │ │ └── roecordclick.png
│ │ └── tag.imageset
│ │ │ ├── Contents.json
│ │ │ ├── nav-tag@1x.png
│ │ │ ├── nav-tag@2x.png
│ │ │ └── nav-tag@3x.png
│ ├── Base.lproj
│ │ ├── .DS_Store
│ │ ├── LaunchScreen.storyboard
│ │ └── Main.storyboard
│ ├── Classes
│ │ ├── .DS_Store
│ │ ├── BusinessModel
│ │ │ ├── .DS_Store
│ │ │ ├── ProcessDateModel.swift
│ │ │ ├── ProcessModel.swift
│ │ │ ├── ProjectModel.swift
│ │ │ ├── SQLiteManager.swift
│ │ │ ├── TagMapModel.swift
│ │ │ └── TagModel.swift
│ │ ├── Extension
│ │ │ ├── .DS_Store
│ │ │ ├── NSDate+mojiDate.swift
│ │ │ ├── String+mojiString.swift
│ │ │ ├── UIColor+colorFromHex.swift
│ │ │ ├── UIImage+mojiImage.swift
│ │ │ ├── UILabel+mojiLabel.swift.swift
│ │ │ └── UIViewController+mojiView.swift
│ │ ├── UI
│ │ │ ├── .DS_Store
│ │ │ ├── History
│ │ │ │ └── ProcessTableViewCell.swift
│ │ │ ├── Main
│ │ │ │ ├── .DS_Store
│ │ │ │ ├── Global.swift
│ │ │ │ ├── GuideViewController.swift
│ │ │ │ └── MenuTableViewControl.swift
│ │ │ ├── NewProject
│ │ │ │ ├── DatePickViewController.swift
│ │ │ │ └── EditProjectTableViewController.swift
│ │ │ ├── Options
│ │ │ │ ├── AboutViewController.swift
│ │ │ │ ├── OptionsTableViewController.swift
│ │ │ │ └── WebviewController.swift
│ │ │ ├── Projects
│ │ │ │ ├── AddProcessTableViewController.swift
│ │ │ │ ├── CellBackgroundView.swift
│ │ │ │ ├── PieChartView.swift
│ │ │ │ ├── ProjectTableViewCell.swift
│ │ │ │ └── ProjectViewController.swift
│ │ │ ├── Statistics
│ │ │ │ ├── ProcessesTableViewController.swift
│ │ │ │ └── StatisticsViewController.swift
│ │ │ └── Tag
│ │ │ │ ├── ChangeTagsViewControl.swift
│ │ │ │ ├── TagTableViewCell.swift
│ │ │ │ └── TagsViewController.swift
│ │ ├── Venders
│ │ │ ├── .DS_Store
│ │ │ ├── DynamicBlurView
│ │ │ │ └── DynamicBlurView.swift
│ │ │ ├── Extension
│ │ │ │ ├── NSDate+mojiDate.swift
│ │ │ │ ├── String+mojiString.swift
│ │ │ │ ├── UIColor+colorFromHex.swift
│ │ │ │ └── UIViewController+mojiView.swift
│ │ │ ├── GraphView
│ │ │ │ └── ScrollableGraphView.swift
│ │ │ ├── KDCircularProgress
│ │ │ │ └── KDCircularProgress.swift
│ │ │ ├── KSCrash
│ │ │ │ └── .DS_Store
│ │ │ ├── KYDrawerController
│ │ │ │ ├── Classes
│ │ │ │ │ ├── KYDrawerController.swift
│ │ │ │ │ ├── KYEmbedDrawerControllerSegue.swift
│ │ │ │ │ └── KYEmbedMainControllerSegue.swift
│ │ │ │ ├── Info.plist
│ │ │ │ └── KYDrawerController.h
│ │ │ ├── MBProgressHUD
│ │ │ │ ├── MBProgressHUD.h
│ │ │ │ └── MBProgressHUD.m
│ │ │ ├── MobClick
│ │ │ │ └── .DS_Store
│ │ │ ├── PNChartSwift
│ │ │ │ ├── Images.xcassets
│ │ │ │ │ ├── AppIcon.appiconset
│ │ │ │ │ │ └── Contents.json
│ │ │ │ │ └── LaunchImage.launchimage
│ │ │ │ │ │ └── Contents.json
│ │ │ │ └── Info.plist
│ │ │ ├── PopupDialog
│ │ │ │ ├── Assets
│ │ │ │ │ └── .gitkeep
│ │ │ │ └── Classes
│ │ │ │ │ ├── .gitkeep
│ │ │ │ │ ├── FXBlurView.h
│ │ │ │ │ ├── FXBlurView.m
│ │ │ │ │ ├── InteractiveTransition.swift
│ │ │ │ │ ├── PopupDialog+Keyboard.swift
│ │ │ │ │ ├── PopupDialog.swift
│ │ │ │ │ ├── PopupDialogButton.swift
│ │ │ │ │ ├── PopupDialogContainerView.swift
│ │ │ │ │ ├── PopupDialogDefaultButtons.swift
│ │ │ │ │ ├── PopupDialogDefaultView.swift
│ │ │ │ │ ├── PopupDialogDefaultViewController.swift
│ │ │ │ │ ├── PopupDialogOverlayView.swift
│ │ │ │ │ ├── PresentationController.swift
│ │ │ │ │ ├── PresentationManager.swift
│ │ │ │ │ ├── TransitionAnimations.swift
│ │ │ │ │ ├── TransitionAnimator.swift
│ │ │ │ │ ├── UIView+Animations.swift
│ │ │ │ │ └── UIViewController+Visibility.swift
│ │ │ ├── RRTagController
│ │ │ │ ├── RRAddTagView.swift
│ │ │ │ ├── RRTagCollectionViewCell.swift
│ │ │ │ └── RRTagController.swift
│ │ │ ├── Reachability
│ │ │ │ ├── Info.plist
│ │ │ │ ├── Reachability.h
│ │ │ │ └── Reachability.swift
│ │ │ ├── RoundTableviewCell
│ │ │ │ ├── RoundTableviewCell.h
│ │ │ │ └── RoundTableviewCell.swift
│ │ │ ├── TagListView
│ │ │ │ ├── CloseButton.swift
│ │ │ │ ├── Info.plist
│ │ │ │ ├── TagListView.h
│ │ │ │ ├── TagListView.swift
│ │ │ │ └── TagView.swift
│ │ │ ├── UICollectionViewLeftAlignedLayout
│ │ │ │ ├── Info.plist
│ │ │ │ ├── UICollectionViewLeftAlignedLayout.h
│ │ │ │ └── UICollectionViewLeftAlignedLayout.m
│ │ │ ├── WActivityIndicator
│ │ │ │ ├── WActivityIndicator.swift
│ │ │ │ ├── WIndicator.swift
│ │ │ │ └── WIndicatorText.swift
│ │ │ ├── WaveLoadingIndicator
│ │ │ │ └── WaveLoadingIndicator.swift
│ │ │ ├── Zhuge
│ │ │ │ └── .DS_Store
│ │ │ └── iCloud
│ │ │ │ ├── iCloud.h
│ │ │ │ ├── iCloud.m
│ │ │ │ ├── iCloudDocument.h
│ │ │ │ └── iCloudDocument.m
│ │ └── imageFile
│ │ │ ├── background.png
│ │ │ ├── clock.png
│ │ │ └── edit.png
│ ├── DateTool.swift
│ ├── Frameworks
│ │ ├── .DS_Store
│ │ ├── Bugly.framework
│ │ │ ├── Bugly
│ │ │ └── Headers
│ │ │ │ ├── Bugly.h
│ │ │ │ ├── BuglyConfig.h
│ │ │ │ └── BuglyLog.h
│ │ └── UMMobClick.framework
│ │ │ ├── .DS_Store
│ │ │ ├── Headers
│ │ │ ├── UMMobClick
│ │ │ └── Versions
│ │ │ ├── A
│ │ │ ├── .DS_Store
│ │ │ ├── Headers
│ │ │ │ ├── .DS_Store
│ │ │ │ ├── MobClick.h
│ │ │ │ ├── MobClickGameAnalytics.h
│ │ │ │ └── MobClickSocialAnalytics.h
│ │ │ └── UMMobClick
│ │ │ └── Current
│ ├── Info.plist
│ ├── PlanIt.entitlements
│ ├── PlanIt.xcdatamodeld
│ │ ├── .xccurrentversion
│ │ └── PlanIt.xcdatamodel
│ │ │ └── contents
│ ├── UserDefaultTool.swift
│ ├── ViewController.swift
│ ├── en.lproj
│ │ ├── InfoPlist.strings
│ │ ├── Localizable.strings
│ │ └── Main.strings
│ ├── zh-Hans.lproj
│ │ ├── InfoPlist.strings
│ │ ├── LaunchScreen.strings
│ │ ├── Localizable.strings
│ │ └── Main.strings
│ └── zh-Hant.lproj
│ │ ├── InfoPlist.strings
│ │ ├── LaunchScreen.strings
│ │ ├── Localizable.strings
│ │ └── Main.strings
├── PlanItTests
│ ├── Info.plist
│ └── PlanItTests.swift
├── PlanItUITests
│ ├── Info.plist
│ └── PlanItUITests.swift
├── Podfile
├── Podfile.lock
├── Pods
│ ├── .DS_Store
│ ├── Manifest.lock
│ ├── Pods.xcodeproj
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace
│ │ │ ├── contents.xcworkspacedata
│ │ │ └── xcuserdata
│ │ │ │ └── Yale.xcuserdatad
│ │ │ │ ├── UserInterfaceState.xcuserstate
│ │ │ │ └── WorkspaceSettings.xcsettings
│ │ └── xcuserdata
│ │ │ ├── Ken.xcuserdatad
│ │ │ └── xcschemes
│ │ │ │ ├── Pods-PlanIt.xcscheme
│ │ │ │ ├── Popover.xcscheme
│ │ │ │ └── xcschememanagement.plist
│ │ │ └── Yale.xcuserdatad
│ │ │ └── xcschemes
│ │ │ ├── MBProgressHUD.xcscheme
│ │ │ ├── Pods-PlanIt.xcscheme
│ │ │ ├── Popover.xcscheme
│ │ │ └── xcschememanagement.plist
│ ├── Popover
│ │ ├── .DS_Store
│ │ ├── Classes
│ │ │ ├── .DS_Store
│ │ │ └── Popover.swift
│ │ ├── LICENSE
│ │ └── README.md
│ └── Target Support Files
│ │ ├── MBProgressHUD
│ │ ├── Info.plist
│ │ ├── MBProgressHUD-dummy.m
│ │ ├── MBProgressHUD-prefix.pch
│ │ ├── MBProgressHUD-umbrella.h
│ │ ├── MBProgressHUD.modulemap
│ │ └── MBProgressHUD.xcconfig
│ │ ├── Pods-PlanIt
│ │ ├── Info.plist
│ │ ├── Pods-PlanIt-acknowledgements.markdown
│ │ ├── Pods-PlanIt-acknowledgements.plist
│ │ ├── Pods-PlanIt-dummy.m
│ │ ├── Pods-PlanIt-frameworks.sh
│ │ ├── Pods-PlanIt-resources.sh
│ │ ├── Pods-PlanIt-umbrella.h
│ │ ├── Pods-PlanIt.ad hoc.xcconfig
│ │ ├── Pods-PlanIt.debug.xcconfig
│ │ ├── Pods-PlanIt.modulemap
│ │ └── Pods-PlanIt.release.xcconfig
│ │ └── Popover
│ │ ├── Info.plist
│ │ ├── Popover-dummy.m
│ │ ├── Popover-prefix.pch
│ │ ├── Popover-umbrella.h
│ │ ├── Popover.modulemap
│ │ └── Popover.xcconfig
└── build
│ ├── .DS_Store
│ └── Pods.build
│ ├── Debug-iphonesimulator
│ ├── Pods-PlanIt.build
│ │ └── dgph
│ └── Popover.build
│ │ ├── DerivedSources
│ │ └── Popover_vers.c
│ │ ├── Objects-normal
│ │ └── x86_64
│ │ │ ├── Popover-OutputFileMap.json
│ │ │ ├── Popover.LinkFileList
│ │ │ └── Popover.dia
│ │ ├── Popover-all-non-framework-target-headers.hmap
│ │ ├── Popover-all-target-headers.hmap
│ │ ├── Popover-generated-files.hmap
│ │ ├── Popover-own-target-headers.hmap
│ │ ├── Popover-project-headers.hmap
│ │ ├── Popover.hmap
│ │ ├── dgph
│ │ ├── dgph~
│ │ ├── module.modulemap
│ │ ├── swift-overrides.hmap
│ │ ├── unextended-module-overlay.yaml
│ │ └── unextended-module.modulemap
│ └── all-product-headers.yaml
└── README.md
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/.DS_Store
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 |
2 | Code/PlanIt/PlanIt.xcodeproj/project.xcworkspace/xcuserdata/Ken.xcuserdatad/UserInterfaceState.xcuserstate
3 |
4 | Code/PlanIt/PlanIt/Classes/UI/Statistics/ProcessesTableViewController.swift
5 |
--------------------------------------------------------------------------------
/Code/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Code/.DS_Store
--------------------------------------------------------------------------------
/Code/PlanIt/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Code/PlanIt/.DS_Store
--------------------------------------------------------------------------------
/Code/PlanIt/PlanIt/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Code/PlanIt/PlanIt/.DS_Store
--------------------------------------------------------------------------------
/Code/PlanIt/PlanIt/Classes/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Code/PlanIt/PlanIt/Classes/.DS_Store
--------------------------------------------------------------------------------
/Code/PlanIt/PlanIt/Classes/UI/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Code/PlanIt/PlanIt/Classes/UI/.DS_Store
--------------------------------------------------------------------------------
/Code/PlanIt/PlanIt/Classes/UI/Options/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Code/PlanIt/PlanIt/Classes/UI/Options/.DS_Store
--------------------------------------------------------------------------------
/Code/PlanIt/PlanIt/Classes/Venders/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Code/PlanIt/PlanIt/Classes/Venders/.DS_Store
--------------------------------------------------------------------------------
/Code/PlanIt/PlanIt/Classes/Venders/AMScrollingNavbar/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Code/PlanIt/PlanIt/Classes/Venders/AMScrollingNavbar/.DS_Store
--------------------------------------------------------------------------------
/Doc/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Doc/.DS_Store
--------------------------------------------------------------------------------
/Doc/归档/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/Doc/归档/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/Artboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/Artboard.png
--------------------------------------------------------------------------------
/PlanIt/Markplan.entitlements:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | com.apple.developer.icloud-container-identifiers
6 |
7 | iCloud.$(CFBundleIdentifier)
8 |
9 | com.apple.developer.icloud-services
10 |
11 | CloudDocuments
12 |
13 | com.apple.developer.ubiquity-container-identifiers
14 |
15 | iCloud.$(CFBundleIdentifier)
16 |
17 | com.apple.developer.ubiquity-kvstore-identifier
18 | $(TeamIdentifierPrefix)$(CFBundleIdentifier)
19 |
20 |
21 |
--------------------------------------------------------------------------------
/PlanIt/Markplan.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/PlanIt/Markplan.xcodeproj/project.xcworkspace/xcuserdata/Yale.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/Markplan.xcodeproj/project.xcworkspace/xcuserdata/Yale.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/PlanIt/Markplan.xcodeproj/xcuserdata/Ken.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/PlanIt/Markplan.xcodeproj/xcuserdata/Ken.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | PlanIt.xcscheme
8 |
9 | orderHint
10 | 0
11 |
12 |
13 | SuppressBuildableAutocreation
14 |
15 | BEA5209B1CCF417F00FFE43E
16 |
17 | primary
18 |
19 |
20 | BEA520B21CCF417F00FFE43E
21 |
22 | primary
23 |
24 |
25 | BEA520BD1CCF417F00FFE43E
26 |
27 | primary
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/PlanIt/Markplan.xcodeproj/xcuserdata/Yale.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | Markplan.xcscheme
8 |
9 | orderHint
10 | 4
11 |
12 | PlanIt.xcscheme
13 |
14 | orderHint
15 | 0
16 |
17 |
18 | SuppressBuildableAutocreation
19 |
20 | BEA5209B1CCF417F00FFE43E
21 |
22 | primary
23 |
24 |
25 | BEA520B21CCF417F00FFE43E
26 |
27 | primary
28 |
29 |
30 | BEA520BD1CCF417F00FFE43E
31 |
32 | primary
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/PlanIt/Markplan.xcworkspace/xcuserdata/Ken.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/Markplan.xcworkspace/xcuserdata/Ken.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/PlanIt/PlanIt-Bridging-Header.h:
--------------------------------------------------------------------------------
1 | //
2 | // Use this file to import your target's public headers that you would like to expose to Swift.
3 | //
4 |
5 | #import "sqlite3.h"
6 | #import "MBProgressHUD.h"
7 | #import "UICollectionViewLeftAlignedLayout.h"
8 | #import
9 | #import "FXBlurView.h"
10 | #import "iCloud.h"
11 | #import
12 | #import
13 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt.xcworkspace/xcuserdata/Ken.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt.xcworkspace/xcuserdata/Ken.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/PlanIt/PlanIt.xcworkspace/xcuserdata/Ken.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt.xcworkspace/xcuserdata/Yale.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt.xcworkspace/xcuserdata/Yale.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/PlanIt/PlanIt.xcworkspace/xcuserdata/Yale.xcuserdatad/WorkspaceSettings.xcsettings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | BuildLocationStyle
6 | UseAppPreferences
7 | CustomBuildLocationType
8 | RelativeToDerivedData
9 | DerivedDataLocationStyle
10 | Default
11 | IssueFilterStyle
12 | ShowActiveSchemeOnly
13 | LiveSourceIssuesEnabled
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt.xcworkspace/xcuserdata/Yale.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-add.imageset/3d-add@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-add.imageset/3d-add@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-add.imageset/3d-add@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-add.imageset/3d-add@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-add.imageset/3d-add@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-add.imageset/3d-add@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-add.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "3d-add@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "3d-add@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "3d-add@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-completed.imageset/3d-completed@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-completed.imageset/3d-completed@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-completed.imageset/3d-completed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-completed.imageset/3d-completed@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-completed.imageset/3d-completed@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-completed.imageset/3d-completed@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/3d-completed.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "3d-completed@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "3d-completed@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "3d-completed@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/3D Touch/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-60@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-60@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-76.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-83.5@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Notification-20@2x-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Notification-20@2x-1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Notification-20@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Notification-20@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Notification-20@3x-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Notification-20@3x-1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Notification-20@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Notification-20@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Small.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Small@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Small@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Checkmark.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "checkmark.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "checkmark@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "checkmark@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Checkmark.imageset/checkmark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Checkmark.imageset/checkmark.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Checkmark.imageset/checkmark@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Checkmark.imageset/checkmark@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Checkmark.imageset/checkmark@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Checkmark.imageset/checkmark@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/1242x2208 iPhone 6 Plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/1242x2208 iPhone 6 Plus.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/1536x2048 iPad Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/1536x2048 iPad Portrait.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/640x1136 iPhone SE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/640x1136 iPhone SE.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/640x960.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/640x960.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/750x1334 iPhone 6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/750x1334 iPhone 6.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/768x1024 iPad Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/768x1024 iPad Portrait.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/LauchImage.launchimage/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "extent" : "full-screen",
5 | "idiom" : "iphone",
6 | "subtype" : "736h",
7 | "filename" : "1242x2208 iPhone 6 Plus.png",
8 | "minimum-system-version" : "8.0",
9 | "orientation" : "portrait",
10 | "scale" : "3x"
11 | },
12 | {
13 | "extent" : "full-screen",
14 | "idiom" : "iphone",
15 | "subtype" : "667h",
16 | "filename" : "750x1334 iPhone 6.png",
17 | "minimum-system-version" : "8.0",
18 | "orientation" : "portrait",
19 | "scale" : "2x"
20 | },
21 | {
22 | "orientation" : "portrait",
23 | "idiom" : "iphone",
24 | "filename" : "640x960.png",
25 | "extent" : "full-screen",
26 | "minimum-system-version" : "7.0",
27 | "scale" : "2x"
28 | },
29 | {
30 | "extent" : "full-screen",
31 | "idiom" : "iphone",
32 | "subtype" : "retina4",
33 | "filename" : "640x1136 iPhone SE.png",
34 | "minimum-system-version" : "7.0",
35 | "orientation" : "portrait",
36 | "scale" : "2x"
37 | },
38 | {
39 | "orientation" : "portrait",
40 | "idiom" : "ipad",
41 | "filename" : "768x1024 iPad Portrait.png",
42 | "extent" : "full-screen",
43 | "minimum-system-version" : "7.0",
44 | "scale" : "1x"
45 | },
46 | {
47 | "orientation" : "portrait",
48 | "idiom" : "ipad",
49 | "filename" : "1536x2048 iPad Portrait.png",
50 | "extent" : "full-screen",
51 | "minimum-system-version" : "7.0",
52 | "scale" : "2x"
53 | }
54 | ],
55 | "info" : {
56 | "version" : 1,
57 | "author" : "xcode"
58 | }
59 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/about.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "about.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "about@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "about@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/about.imageset/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/about.imageset/about.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/about.imageset/about@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/about.imageset/about@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/about.imageset/about@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/about.imageset/about@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/backup.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "backup@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "backup@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "backup@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/backup.imageset/backup@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/backup.imageset/backup@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/backup.imageset/backup@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/backup.imageset/backup@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/backup.imageset/backup@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/backup.imageset/backup@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/clock.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "clock.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "clock@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "clock@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/clock.imageset/clock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/clock.imageset/clock.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/clock.imageset/clock@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/clock.imageset/clock@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/clock.imageset/clock@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/clock.imageset/clock@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/deadline.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "end-1@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "end-1@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "end-1@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/deadline.imageset/end-1@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/deadline.imageset/end-1@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/deadline.imageset/end-1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/deadline.imageset/end-1@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/deadline.imageset/end-1@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/deadline.imageset/end-1@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/due.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "due.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "due@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "due@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/due.imageset/due.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/due.imageset/due.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/due.imageset/due@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/due.imageset/due@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/due.imageset/due@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/due.imageset/due@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/end.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "deadline@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "deadline@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "deadline@x3.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/end.imageset/deadline@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/end.imageset/deadline@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/end.imageset/deadline@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/end.imageset/deadline@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/end.imageset/deadline@x3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/end.imageset/deadline@x3.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/feedback.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "feedback@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "feedback@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "feedback@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/feedback.imageset/feedback@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/feedback.imageset/feedback@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/feedback.imageset/feedback@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/feedback.imageset/feedback@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/feedback.imageset/feedback@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/feedback.imageset/feedback@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/grade.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "评分@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "评分@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "评分@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/grade.imageset/评分@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/grade.imageset/评分@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/grade.imageset/评分@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/grade.imageset/评分@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/grade.imageset/评分@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/grade.imageset/评分@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/inform.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "开启通知icon@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "开启通知icon@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "开启通知icon@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/inform.imageset/开启通知icon@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/inform.imageset/开启通知icon@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/inform.imageset/开启通知icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/inform.imageset/开启通知icon@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/inform.imageset/开启通知icon@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/inform.imageset/开启通知icon@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/mail.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "mail@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "mail@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "mail@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/mail.imageset/mail@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/mail.imageset/mail@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/mail.imageset/mail@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/mail.imageset/mail@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/mail.imageset/mail@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/mail.imageset/mail@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/options-tag.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "tag@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "tag@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "tag@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/options-tag.imageset/tag@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/options-tag.imageset/tag@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/options-tag.imageset/tag@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/options-tag.imageset/tag@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/options-tag.imageset/tag@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/options-tag.imageset/tag@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/restore.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "restore@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "restore@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "restore@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/restore.imageset/restore@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/restore.imageset/restore@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/restore.imageset/restore@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/restore.imageset/restore@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/restore.imageset/restore@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/restore.imageset/restore@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/share.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "分享@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "分享@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "分享@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/share.imageset/分享@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/share.imageset/分享@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/share.imageset/分享@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/share.imageset/分享@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/share.imageset/分享@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/share.imageset/分享@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/sponsor.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "赞助@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "赞助@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "赞助@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/sponsor.imageset/赞助@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/sponsor.imageset/赞助@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/sponsor.imageset/赞助@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/sponsor.imageset/赞助@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/sponsor.imageset/赞助@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/sponsor.imageset/赞助@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/tag2.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "options-tag@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "options-tag@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "options-tag@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/tag2.imageset/options-tag@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/tag2.imageset/options-tag@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/tag2.imageset/options-tag@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/tag2.imageset/options-tag@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/tag2.imageset/options-tag@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/tag2.imageset/options-tag@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/tutorial.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "book@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "book@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "book@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/tutorial.imageset/book@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/tutorial.imageset/book@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/tutorial.imageset/book@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/tutorial.imageset/book@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/Settings/tutorial.imageset/book@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/Settings/tutorial.imageset/book@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/SharePic.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "SharePic.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/SharePic.imageset/SharePic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/SharePic.imageset/SharePic.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/SharePicEn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "SharePicEn.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/SharePicEn.imageset/SharePicEn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/SharePicEn.imageset/SharePicEn.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/add.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "Group 3@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "Group 3@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "Group 3@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/add.imageset/Group 3@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/add.imageset/Group 3@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/add.imageset/Group 3@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/add.imageset/Group 3@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/add.imageset/Group 3@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/add.imageset/Group 3@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/back.imageset/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/back.imageset/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/back.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "back@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "back@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "back@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/back.imageset/back@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/back.imageset/back@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/back.imageset/back@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/back.imageset/back@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/back.imageset/back@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/back.imageset/back@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bike.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "自行车@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "自行车@1x@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "自行车@1x@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bike.imageset/自行车@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bike.imageset/自行车@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bike.imageset/自行车@1x@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bike.imageset/自行车@1x@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bike.imageset/自行车@1x@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bike.imageset/自行车@1x@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bikeCn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "自行车@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "自行车@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "自行车@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bikeCn.imageset/自行车@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bikeCn.imageset/自行车@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bikeCn.imageset/自行车@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bikeCn.imageset/自行车@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bikeCn.imageset/自行车@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bikeCn.imageset/自行车@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/book.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "书@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "书@1x@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "书@1x@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/book.imageset/书@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/book.imageset/书@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/book.imageset/书@1x@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/book.imageset/书@1x@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/book.imageset/书@1x@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/book.imageset/书@1x@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bookCn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "书@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "书@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "书@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bookCn.imageset/书@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bookCn.imageset/书@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bookCn.imageset/书@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bookCn.imageset/书@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/bookCn.imageset/书@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/bookCn.imageset/书@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/cancel.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "cancel@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "cancel@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "cancel@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/cancel.imageset/cancel@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/cancel.imageset/cancel@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/cancel.imageset/cancel@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/cancel.imageset/cancel@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/cancel.imageset/cancel@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/cancel.imageset/cancel@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/left.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "left@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "left@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "left@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/left.imageset/left@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/left.imageset/left@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/left.imageset/left@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/left.imageset/left@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/left.imageset/left@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/left.imageset/left@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/right.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "right@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "right@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "right@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/right.imageset/right@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/right.imageset/right@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/right.imageset/right@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/right.imageset/right@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/right.imageset/right@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/right.imageset/right@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/timer.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "timer.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "timer@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "timer@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/timer.imageset/timer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/timer.imageset/timer.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/timer.imageset/timer@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/timer.imageset/timer@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/timer.imageset/timer@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/timer.imageset/timer@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/triangle.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "Triangle@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "Triangle@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "Triangle@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/triangle.imageset/Triangle@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/triangle.imageset/Triangle@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/triangle.imageset/Triangle@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/triangle.imageset/Triangle@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/chart/triangle.imageset/Triangle@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/chart/triangle.imageset/Triangle@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/delete.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "delete@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "delete@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "delete@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/delete.imageset/delete@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/delete.imageset/delete@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/delete.imageset/delete@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/delete.imageset/delete@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/delete.imageset/delete@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/delete.imageset/delete@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/edit.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "modify@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "modify@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "modify@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/edit.imageset/modify@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/edit.imageset/modify@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/edit.imageset/modify@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/edit.imageset/modify@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/edit.imageset/modify@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/edit.imageset/modify@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/failmark.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "failed@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "failed@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "failed@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/failmark.imageset/failed@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/failmark.imageset/failed@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/failmark.imageset/failed@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/failmark.imageset/failed@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/failmark.imageset/failed@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/failmark.imageset/failed@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/filedelete.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "projectDelete@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "projectDelete@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "projectDelete@x3.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/filedelete.imageset/projectDelete@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/filedelete.imageset/projectDelete@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/filedelete.imageset/projectDelete@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/filedelete.imageset/projectDelete@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/filedelete.imageset/projectDelete@x3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/filedelete.imageset/projectDelete@x3.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/filedeleteclick.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "filedeleteclick-1x1.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "filedeleteclick-1x2.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "filedeleteclick-1x3.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/filedeleteclick.imageset/filedeleteclick-1x1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/filedeleteclick.imageset/filedeleteclick-1x1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/filedeleteclick.imageset/filedeleteclick-1x2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/filedeleteclick.imageset/filedeleteclick-1x2.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/filedeleteclick.imageset/filedeleteclick-1x3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/filedeleteclick.imageset/filedeleteclick-1x3.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/finish.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "finishx1.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "finishx2.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "finishx3.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/finish.imageset/finishx1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/finish.imageset/finishx1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/finish.imageset/finishx2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/finish.imageset/finishx2.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/finish.imageset/finishx3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/finish.imageset/finishx3.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen1@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "launchScreen1@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1.imageset/launchScreen1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide1.imageset/launchScreen1@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1.imageset/launchScreen1@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide1.imageset/launchScreen1@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1IP4.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen1-ip4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1IP4.imageset/launchScreen1-ip4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide1IP4.imageset/launchScreen1-ip4@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1IP4cn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "iphone4 引导页1@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1IP4cn.imageset/iphone4 引导页1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide1IP4cn.imageset/iphone4 引导页1@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1cn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "启动页1@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "启动页1@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1cn.imageset/启动页1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide1cn.imageset/启动页1@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1cn.imageset/启动页1@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide1cn.imageset/启动页1@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1iPad.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen1-ipad@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1iPad.imageset/launchScreen1-ipad@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide1iPad.imageset/launchScreen1-ipad@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1iPadcn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "iPad 引导页1@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide1iPadcn.imageset/iPad 引导页1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide1iPadcn.imageset/iPad 引导页1@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen2@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "launchScreen2@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2.imageset/launchScreen2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide2.imageset/launchScreen2@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2.imageset/launchScreen2@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide2.imageset/launchScreen2@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2IP4.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen2-ip4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2IP4.imageset/launchScreen2-ip4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide2IP4.imageset/launchScreen2-ip4@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2IP4cn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "iphone4 引导页2@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2IP4cn.imageset/iphone4 引导页2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide2IP4cn.imageset/iphone4 引导页2@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2cn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "启动页2@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "启动页2@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2cn.imageset/启动页2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide2cn.imageset/启动页2@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2cn.imageset/启动页2@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide2cn.imageset/启动页2@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2iPad.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen2-ipad@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2iPad.imageset/launchScreen2-ipad@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide2iPad.imageset/launchScreen2-ipad@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2iPadcn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "iPad 引导页2@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide2iPadcn.imageset/iPad 引导页2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide2iPadcn.imageset/iPad 引导页2@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen3@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "launchScreen3@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3.imageset/launchScreen3@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide3.imageset/launchScreen3@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3.imageset/launchScreen3@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide3.imageset/launchScreen3@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3IP4.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen3-ip4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3IP4.imageset/launchScreen3-ip4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide3IP4.imageset/launchScreen3-ip4@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3IP4cn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "iphone4 引导页3@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3IP4cn.imageset/iphone4 引导页3@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide3IP4cn.imageset/iphone4 引导页3@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3cn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "启动页3-1@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "启动页3-1@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3cn.imageset/启动页3-1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide3cn.imageset/启动页3-1@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3cn.imageset/启动页3-1@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide3cn.imageset/启动页3-1@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3iPad.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen3-ipad@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3iPad.imageset/launchScreen3-ipad@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide3iPad.imageset/launchScreen3-ipad@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3iPadcn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "iPad 引导页3@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide3iPadcn.imageset/iPad 引导页3@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide3iPadcn.imageset/iPad 引导页3@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "launchScreen4@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4.imageset/launchScreen4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide4.imageset/launchScreen4@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4.imageset/launchScreen4@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide4.imageset/launchScreen4@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4IP4.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen4-ip4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4IP4.imageset/launchScreen4-ip4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide4IP4.imageset/launchScreen4-ip4@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4IP4cn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "iphone4 引导页4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4IP4cn.imageset/iphone4 引导页4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide4IP4cn.imageset/iphone4 引导页4@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4cn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "启动页4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "filename" : "启动页4@3x.png",
15 | "scale" : "3x"
16 | }
17 | ],
18 | "info" : {
19 | "version" : 1,
20 | "author" : "xcode"
21 | }
22 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4cn.imageset/启动页4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide4cn.imageset/启动页4@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4cn.imageset/启动页4@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide4cn.imageset/启动页4@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4iPad.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "launchScreen4-ipad@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4iPad.imageset/launchScreen4-ipad@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide4iPad.imageset/launchScreen4-ipad@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4iPadcn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "scale" : "1x"
6 | },
7 | {
8 | "idiom" : "universal",
9 | "filename" : "iPad 引导页4@2x.png",
10 | "scale" : "2x"
11 | },
12 | {
13 | "idiom" : "universal",
14 | "scale" : "3x"
15 | }
16 | ],
17 | "info" : {
18 | "version" : 1,
19 | "author" : "xcode"
20 | }
21 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/guide/guide4iPadcn.imageset/iPad 引导页4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/guide/guide4iPadcn.imageset/iPad 引导页4@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/history.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "detail@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "detail@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "detail@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/history.imageset/detail@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/history.imageset/detail@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/history.imageset/detail@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/history.imageset/detail@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/history.imageset/detail@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/history.imageset/detail@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/more.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "more@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "more@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "more@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/more.imageset/more@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/more.imageset/more@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/more.imageset/more@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/more.imageset/more@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/more.imageset/more@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/more.imageset/more@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noMarks.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "norecords@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "norecords@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "norecords@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noMarks.imageset/norecords@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noMarks.imageset/norecords@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noMarks.imageset/norecords@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noMarks.imageset/norecords@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noMarks.imageset/norecords@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noMarks.imageset/norecords@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noMarksCn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "daka@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "daka@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "daka@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noMarksCn.imageset/daka@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noMarksCn.imageset/daka@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noMarksCn.imageset/daka@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noMarksCn.imageset/daka@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noMarksCn.imageset/daka@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noMarksCn.imageset/daka@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noRecords.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "jilu@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "jilu@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "jilu@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noRecords.imageset/jilu@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noRecords.imageset/jilu@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noRecords.imageset/jilu@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noRecords.imageset/jilu@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noRecords.imageset/jilu@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noRecords.imageset/jilu@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noRecordsCn.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "jilu@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "jilu@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "jilu@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noRecordsCn.imageset/jilu@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noRecordsCn.imageset/jilu@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noRecordsCn.imageset/jilu@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noRecordsCn.imageset/jilu@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/noRecordsCn.imageset/jilu@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/noRecordsCn.imageset/jilu@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecord.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "projectDone@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "projectDone@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "projectDone@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecord.imageset/projectDone@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecord.imageset/projectDone@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecord.imageset/projectDone@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecord.imageset/projectDone@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecord.imageset/projectDone@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecord.imageset/projectDone@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecordclick.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "norecordclick1x1.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "norecordclick1x2.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "norecordclick.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecordclick.imageset/norecordclick.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecordclick.imageset/norecordclick.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecordclick.imageset/norecordclick1x1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecordclick.imageset/norecordclick1x1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecordclick.imageset/norecordclick1x2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecordclick.imageset/norecordclick1x2.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecordno.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "norecordnox1.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "norecordnox2.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "norecordno.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecordno.imageset/norecordno.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecordno.imageset/norecordno.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecordno.imageset/norecordnox1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecordno.imageset/norecordnox1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/norecordno.imageset/norecordnox2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/norecordno.imageset/norecordnox2.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/ok.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "done@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "done@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "done@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/ok.imageset/done@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/ok.imageset/done@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/ok.imageset/done@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/ok.imageset/done@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/ok.imageset/done@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/ok.imageset/done@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/optionAppIcon.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "app icon@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "app icon@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "app icon@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/optionAppIcon.imageset/app icon@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/optionAppIcon.imageset/app icon@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/optionAppIcon.imageset/app icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/optionAppIcon.imageset/app icon@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/optionAppIcon.imageset/app icon@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/optionAppIcon.imageset/app icon@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/oval.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "Oval 116@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "Oval 116@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "Oval 116@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/oval.imageset/Oval 116@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/oval.imageset/Oval 116@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/oval.imageset/Oval 116@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/oval.imageset/Oval 116@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/oval.imageset/Oval 116@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/oval.imageset/Oval 116@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/projectFinish.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "projectFinish@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "projectFinish@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "projectFinish@x3.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/projectFinish.imageset/projectFinish@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/projectFinish.imageset/projectFinish@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/projectFinish.imageset/projectFinish@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/projectFinish.imageset/projectFinish@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/projectFinish.imageset/projectFinish@x3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/projectFinish.imageset/projectFinish@x3.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punch.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "progressCheck@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "progressCheck@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "progressCheck@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punch.imageset/progressCheck@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punch.imageset/progressCheck@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punch.imageset/progressCheck@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punch.imageset/progressCheck@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punch.imageset/progressCheck@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punch.imageset/progressCheck@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punchclick.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "punchclick1x1.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "punchclick1x2.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "punchclick.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punchclick.imageset/punchclick.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punchclick.imageset/punchclick.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punchclick.imageset/punchclick1x1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punchclick.imageset/punchclick1x1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punchclick.imageset/punchclick1x2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punchclick.imageset/punchclick1x2.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punchno.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "punchnox1.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "punchnox2.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "punchno.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punchno.imageset/punchno.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punchno.imageset/punchno.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punchno.imageset/punchnox1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punchno.imageset/punchnox1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/punchno.imageset/punchnox2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/punchno.imageset/punchnox2.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/record.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "progressAdd@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "progressAdd@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "progressAdd@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/record.imageset/progressAdd@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/record.imageset/progressAdd@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/record.imageset/progressAdd@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/record.imageset/progressAdd@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/record.imageset/progressAdd@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/record.imageset/progressAdd@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/recordno.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "recordnox1.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "recordnox2.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "recordno.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/recordno.imageset/recordno.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/recordno.imageset/recordno.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/recordno.imageset/recordnox1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/recordno.imageset/recordnox1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/recordno.imageset/recordnox2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/recordno.imageset/recordnox2.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/roecordclick.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "recordclick1x1.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "recordclick1x2.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "roecordclick.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/roecordclick.imageset/recordclick1x1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/roecordclick.imageset/recordclick1x1.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/roecordclick.imageset/recordclick1x2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/roecordclick.imageset/recordclick1x2.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/roecordclick.imageset/roecordclick.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/roecordclick.imageset/roecordclick.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/tag.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "nav-tag@1x.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "nav-tag@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "nav-tag@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/tag.imageset/nav-tag@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/tag.imageset/nav-tag@1x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/tag.imageset/nav-tag@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/tag.imageset/nav-tag@2x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Assets.xcassets/tag.imageset/nav-tag@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Assets.xcassets/tag.imageset/nav-tag@3x.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Base.lproj/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Base.lproj/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Base.lproj/LaunchScreen.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/BusinessModel/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/BusinessModel/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Extension/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/Extension/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Extension/UIImage+mojiImage.swift:
--------------------------------------------------------------------------------
1 | //
2 | // UIImage+mojiImage.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/7/6.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | extension UIImage{
12 | class func imageWithColor(_ color: UIColor, size: CGSize) -> UIImage{
13 | let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height)
14 | UIGraphicsBeginImageContext(rect.size)
15 | let context = UIGraphicsGetCurrentContext()
16 | context?.setFillColor(color.cgColor)
17 | context?.fill(rect)
18 | let img = UIGraphicsGetImageFromCurrentImageContext()
19 | UIGraphicsEndImageContext()
20 | return img!
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Extension/UILabel+mojiLabel.swift.swift:
--------------------------------------------------------------------------------
1 | //
2 | // UILabel+mojiLabel.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/7/6.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | extension UILabel {
12 |
13 | convenience init(fontSize:CGFloat,fontColor:UIColor) {
14 | self.init()
15 |
16 | textColor = fontColor
17 | font = UIFont.systemFont(ofSize: fontSize)
18 |
19 | }
20 |
21 | func changeTextAttributeByString(_ needChangeString: String, font: UIFont, color: UIColor){
22 | return
23 | let noteString = NSMutableAttributedString(string: self.text!)
24 | if let index = noteString.string.range(of: needChangeString){
25 | let range = NSMakeRange(Int(String(describing: index.lowerBound))!, needChangeString.characters.count)
26 | noteString.addAttributes([NSForegroundColorAttributeName : color], range: range)
27 | noteString.addAttributes([NSFontAttributeName : font], range: range)
28 | self.attributedText = noteString
29 | }
30 | }
31 |
32 | func changeTextAttributeByRange(_ range: NSRange, font: UIFont, color: UIColor){
33 | let noteString = NSMutableAttributedString(string: self.text!)
34 | noteString.addAttributes([NSForegroundColorAttributeName : color], range: range)
35 | noteString.addAttributes([NSFontAttributeName : font], range: range)
36 | self.attributedText = noteString
37 | }
38 | }
39 |
40 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/UI/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/UI/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/UI/History/ProcessTableViewCell.swift:
--------------------------------------------------------------------------------
1 | //
2 | // ProcessesTableViewCell.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/5/29.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class ProcessTableViewCell: UITableViewCell {
12 | @IBOutlet weak var dateLabel: UILabel!
13 | @IBOutlet weak var doneLabel: UILabel!
14 | @IBOutlet weak var remarksLabel: UILabel!
15 | var unit = ""
16 | var process = Process(){
17 | didSet{
18 | dateLabel?.text = process.day
19 | //let doneString = String(format: "%.1f", process.done)
20 | doneLabel?.text = "\(Int(process.done))" + " " + unit
21 | if process.remark == ""{
22 | remarksLabel?.text = " "
23 | remarksLabel.font = UIFont.systemFont(ofSize: 1, weight: UIFontWeightUltraLight)
24 | }else{
25 | remarksLabel?.text = NSLocalizedString("Notes: ", comment: "进度详情页条目下备注") + process.remark
26 | remarksLabel.font = UIFont.systemFont(ofSize: 10, weight: UIFontWeightThin)
27 | }
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/UI/Main/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/UI/Main/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/UI/Main/MenuTableViewControl.swift:
--------------------------------------------------------------------------------
1 | //
2 | // MenuTableViewControl.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/5/8.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class MenuTableViewControl: UITableViewController {
12 |
13 | }
14 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/UI/NewProject/DatePickViewController.swift:
--------------------------------------------------------------------------------
1 | //
2 | // DatePickViewController.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/5/10.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import Cocoa
10 |
11 | class DatePickViewController: UIViewController {
12 |
13 | }
14 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/UI/Projects/CellBackgroundView.swift:
--------------------------------------------------------------------------------
1 | //
2 | // CellBackgroundView.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/6/20.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import UIKit
10 | protocol BackgroundViewDataSource: class {
11 | func percentForCellBackgroundView(_ sender: CellBackgroundView) -> Double?
12 | }
13 |
14 | class CellBackgroundView: UIView {
15 | ///数据源
16 | weak var dataSource: BackgroundViewDataSource?
17 | ///颜色
18 | var color: UIColor = UIColor ( red: 0.7686, green: 0.7569, blue: 0.7216, alpha: 1.0 )
19 |
20 | ///画图
21 | override func draw(_ rect: CGRect) {
22 | backgroundColor = UIColor.white
23 | //清除所有空间
24 | for object in self.subviews{
25 | object.removeFromSuperview()
26 | }
27 |
28 | //百分比label
29 | let percent = dataSource?.percentForCellBackgroundView(self) ?? 0.0
30 |
31 | //百分比画矩形
32 | let rectPath = UIBezierPath(rect: CGRect(x: 0, y: 0, width: frame.size.width * CGFloat(percent / 100) , height: frame.size.height))
33 | color.set()
34 | rectPath.stroke()
35 | rectPath.fill()
36 | }
37 | }
38 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/UI/Tag/TagTableViewCell.swift:
--------------------------------------------------------------------------------
1 | //
2 | // TagTableViewCell.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/7/4.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class TagTableViewCell: UITableViewCell {
12 | @IBOutlet weak var tagNameLabel: UILabel!
13 | @IBOutlet weak var tagCountsLabel: UILabel!
14 | var tagName = ""{
15 | didSet{
16 | tagNameLabel.text = tagName
17 | }
18 | }
19 |
20 | var tagCounts = 0{
21 | didSet{
22 | tagCountsLabel.text = "\(tagCounts)"
23 | tagCountsLabel.sizeToFit()
24 | //tagCountsLabel.backgroundColor = UIColor ( red: 0.7302, green: 0.7302, blue: 0.7302, alpha: 1.0 )
25 | //tagCountsLabel.layer.masksToBounds = true
26 | //tagCountsLabel.layer.cornerRadius = 4
27 | }
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/Venders/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/Extension/String+mojiString.swift:
--------------------------------------------------------------------------------
1 | //
2 | // String+mojiString.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/7/2.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import Foundation
10 |
11 | extension String{
12 | ///字符串到格式化日期 YYYY年MM月DD日HH小时MM分钟
13 | func FormatToNSDateYYYYMMMMDDHHMM() -> NSDate? {
14 | let dateFormat = NSDateFormatter()
15 | dateFormat.setLocalizedDateFormatFromTemplate("yyyyMMMMddhhmm")
16 | dateFormat.locale = NSLocale(localeIdentifier: "zh_CN")
17 | let date = dateFormat.dateFromString(self)
18 | return date
19 | }
20 |
21 | ///字符串到格式化日期 YYYY年MM月DD日
22 | func FormatToNSDateYYYYMMMMDD() -> NSDate? {
23 | let dateFormat = NSDateFormatter()
24 | dateFormat.setLocalizedDateFormatFromTemplate("yyyyMMMMdd")
25 | dateFormat.locale = NSLocale(localeIdentifier: "zh_CN")
26 | dateFormat.dateStyle = .LongStyle
27 | let date = dateFormat.dateFromString(self)
28 | return date
29 | }
30 |
31 | /// 判断是否是邮箱
32 | func validateEmail() -> Bool {
33 | let emailRegex: String = "[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}"
34 | let emailTest: NSPredicate = NSPredicate(format: "SELF MATCHES %@", emailRegex)
35 | return emailTest.evaluateWithObject(self)
36 | }
37 |
38 | /// 判断是否是手机号
39 | func validateMobile() -> Bool {
40 | let phoneRegex: String = "^((13[0-9])|(15[^4,\\D])|(18[0,0-9])|(17[0,0-9]))\\d{8}$"
41 | let phoneTest = NSPredicate(format: "SELF MATCHES %@", phoneRegex)
42 | return phoneTest.evaluateWithObject(self)
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/Extension/UIViewController+mojiView.swift:
--------------------------------------------------------------------------------
1 | //
2 | // UIViewController+mojiView.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/7/2.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 | import UIKit
9 |
10 | extension UIViewController{
11 | ///发起提示
12 | func callAlert(title:String, message: String){
13 | let alertController = UIAlertController(title: title, message: message, preferredStyle: .Alert)
14 | let okAction = UIAlertAction(title: "好的", style: .Default,
15 | handler: nil)
16 | alertController.addAction(okAction)
17 | self.presentViewController(alertController, animated: true, completion: nil)
18 | }
19 |
20 | ///发起提示确定返回
21 | func callAlertAndBack(title:String, message: String){
22 | let alertController = UIAlertController(title: title, message: message, preferredStyle: .Alert)
23 | let okAction = UIAlertAction(title: "好的", style: .Default,
24 | handler: {(UIAlertAction) -> Void in
25 | self.dismissViewControllerAnimated(true) { () -> Void in
26 |
27 | }
28 | })
29 | alertController.addAction(okAction)
30 | self.presentViewController(alertController, animated: true, completion: nil)
31 | }
32 | }
33 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/KSCrash/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/Venders/KSCrash/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/KYDrawerController/Classes/KYEmbedDrawerControllerSegue.swift:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright (c) 2015 Kyohei Yamaguchi. All rights reserved.
3 |
4 | Permission is hereby granted, free of charge, to any person obtaining a copy of
5 | this software and associated documentation files (the "Software"), to deal in
6 | the Software without restriction, including without limitation the rights to
7 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8 | of the Software, and to permit persons to whom the Software is furnished to do
9 | so, subject to the following conditions:
10 |
11 | The above copyright notice and this permission notice shall be included in all
12 | copies or substantial portions of the Software.
13 |
14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20 | SOFTWARE.
21 | */
22 |
23 | import UIKit
24 |
25 | open class KYEmbedDrawerControllerSegue: UIStoryboardSegue {
26 |
27 | final override public func perform() {
28 | if let sourceViewController = source as? KYDrawerController {
29 | sourceViewController.drawerViewController = destination
30 | } else {
31 | assertionFailure("SourceViewController must be KYDrawerController!")
32 | }
33 | }
34 |
35 | }
36 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/KYDrawerController/Classes/KYEmbedMainControllerSegue.swift:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright (c) 2015 Kyohei Yamaguchi. All rights reserved.
3 |
4 | Permission is hereby granted, free of charge, to any person obtaining a copy of
5 | this software and associated documentation files (the "Software"), to deal in
6 | the Software without restriction, including without limitation the rights to
7 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8 | of the Software, and to permit persons to whom the Software is furnished to do
9 | so, subject to the following conditions:
10 |
11 | The above copyright notice and this permission notice shall be included in all
12 | copies or substantial portions of the Software.
13 |
14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20 | SOFTWARE.
21 | */
22 |
23 | import UIKit
24 |
25 | open class KYEmbedMainControllerSegue: UIStoryboardSegue {
26 |
27 | final override public func perform() {
28 | if let sourceViewController = source as? KYDrawerController {
29 | sourceViewController.mainViewController = destination
30 | } else {
31 | assertionFailure("SourceViewController must be KYDrawerController!")
32 | }
33 | }
34 |
35 | }
36 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/KYDrawerController/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | $(CURRENT_PROJECT_VERSION)
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/KYDrawerController/KYDrawerController.h:
--------------------------------------------------------------------------------
1 | //
2 | // KYDrawerController.h
3 | // KYDrawerController
4 | //
5 | // Created by kyo__hei on 2015/11/08.
6 | // Copyright © 2015年 kyo__hei. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | //! Project version number for KYDrawerController.
12 | FOUNDATION_EXPORT double KYDrawerControllerVersionNumber;
13 |
14 | //! Project version string for KYDrawerController.
15 | FOUNDATION_EXPORT const unsigned char KYDrawerControllerVersionString[];
16 |
17 | // In this header, you should import all the public headers of your framework using statements like #import
18 |
19 |
20 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/MobClick/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/Venders/MobClick/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/PNChartSwift/Images.xcassets/AppIcon.appiconset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "iphone",
5 | "size" : "29x29",
6 | "scale" : "2x"
7 | },
8 | {
9 | "idiom" : "iphone",
10 | "size" : "29x29",
11 | "scale" : "3x"
12 | },
13 | {
14 | "idiom" : "iphone",
15 | "size" : "40x40",
16 | "scale" : "2x"
17 | },
18 | {
19 | "idiom" : "iphone",
20 | "size" : "40x40",
21 | "scale" : "3x"
22 | },
23 | {
24 | "idiom" : "iphone",
25 | "size" : "60x60",
26 | "scale" : "2x"
27 | },
28 | {
29 | "idiom" : "iphone",
30 | "size" : "60x60",
31 | "scale" : "3x"
32 | }
33 | ],
34 | "info" : {
35 | "version" : 1,
36 | "author" : "xcode"
37 | }
38 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/PNChartSwift/Images.xcassets/LaunchImage.launchimage/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "orientation" : "portrait",
5 | "idiom" : "iphone",
6 | "extent" : "full-screen",
7 | "minimum-system-version" : "7.0",
8 | "scale" : "2x"
9 | },
10 | {
11 | "orientation" : "portrait",
12 | "idiom" : "iphone",
13 | "subtype" : "retina4",
14 | "extent" : "full-screen",
15 | "minimum-system-version" : "7.0",
16 | "scale" : "2x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/PNChartSwift/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | ${EXECUTABLE_NAME}
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | $(CURRENT_PROJECT_VERSION)
23 |
24 |
25 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/PopupDialog/Assets/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/Venders/PopupDialog/Assets/.gitkeep
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/PopupDialog/Classes/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/Venders/PopupDialog/Classes/.gitkeep
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/PopupDialog/Classes/PopupDialogDefaultButtons.swift:
--------------------------------------------------------------------------------
1 | //
2 | // PopupDialogDefaultButtons.swift
3 | //
4 | // Copyright (c) 2016 Orderella Ltd. (http://orderella.co.uk)
5 | // Author - Martin Wildfeuer (http://www.mwfire.de)
6 | //
7 | // Permission is hereby granted, free of charge, to any person obtaining a copy
8 | // of this software and associated documentation files (the "Software"), to deal
9 | // in the Software without restriction, including without limitation the rights
10 | // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 | // copies of the Software, and to permit persons to whom the Software is
12 | // furnished to do so, subject to the following conditions:
13 | //
14 | // The above copyright notice and this permission notice shall be included in
15 | // all copies or substantial portions of the Software.
16 | //
17 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 | // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23 | // THE SOFTWARE.
24 | //
25 |
26 | import Foundation
27 | import UIKit
28 |
29 | // MARK: Default button
30 |
31 | /// Represents the default button for the popup dialog
32 | public final class DefaultButton: PopupDialogButton {}
33 |
34 | // MARK: Cancel button
35 |
36 | /// Represents a cancel button for the popup dialog
37 | public final class CancelButton: PopupDialogButton {
38 |
39 | override public func setupView() {
40 | defaultTitleColor = UIColor.lightGray
41 | super.setupView()
42 | }
43 | }
44 |
45 | // MARK: destructive button
46 |
47 | /// Represents a destructive button for the popup dialog
48 | public final class DestructiveButton: PopupDialogButton {
49 |
50 | override public func setupView() {
51 | defaultTitleColor = UIColor.red
52 | super.setupView()
53 | }
54 | }
55 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/RRTagController/RRAddTagView.swift:
--------------------------------------------------------------------------------
1 | //
2 | // RRAddTagView.swift
3 | // RRTagController
4 | //
5 | // Created by Remi Robert on 20/02/15.
6 | // Copyright (c) 2015 Remi Robert. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class RRAddTagView: UIView, UITextViewDelegate {
12 |
13 | lazy var title: UILabel = {
14 | let title = UILabel(frame: CGRect(x: 10, y: 10, width: UIScreen.main.bounds.size.width - 20, height: 20))
15 | title.font = UIFont.boldSystemFont(ofSize: 18)
16 | title.textAlignment = NSTextAlignment.center
17 | return title
18 | }()
19 |
20 | lazy var textEdit: UITextView = {
21 | let textEdit = UITextView(frame: CGRect(x: 10, y: 30, width: UIScreen.main.bounds.size.width - 20, height: 20))
22 | textEdit.delegate = self
23 | return textEdit
24 | }()
25 |
26 | func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
27 | if strlen(textView.text) + strlen(text) > 44 {
28 | return false
29 | }
30 | return true
31 | }
32 |
33 | override init(frame: CGRect) {
34 | super.init(frame: frame)
35 | title.text = NSLocalizedString("New Tag", comment: "")
36 | self.addSubview(title)
37 | self.addSubview(textEdit)
38 | self.backgroundColor = UIColor.white
39 | }
40 |
41 | required init?(coder aDecoder: NSCoder) {
42 | fatalError("init(coder:) has not been implemented")
43 | }
44 |
45 | }
46 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/Reachability/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | $(CURRENT_PROJECT_VERSION)
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/Reachability/Reachability.h:
--------------------------------------------------------------------------------
1 | //
2 | // Reachability.h
3 | // Reachability
4 | //
5 | // Created by Yuki Nagai on 11/2/15.
6 | // Copyright © 2015 Ashley Mills. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | //! Project version number for Reachability.
12 | FOUNDATION_EXPORT double ReachabilityVersionNumber;
13 |
14 | //! Project version string for Reachability.
15 | FOUNDATION_EXPORT const unsigned char ReachabilityVersionString[];
16 |
17 | // In this header, you should import all the public headers of your framework using statements like #import
18 |
19 |
20 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/RoundTableviewCell/RoundTableviewCell.h:
--------------------------------------------------------------------------------
1 | //
2 | // RoundTableviewCell.h
3 | // RoundTableviewCell
4 | //
5 | // Created by ChenHao on 12/31/15.
6 | // Copyright © 2015 HarriesChen. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | //! Project version number for RoundTableviewCell.
12 | FOUNDATION_EXPORT double RoundTableviewCellVersionNumber;
13 |
14 | //! Project version string for RoundTableviewCell.
15 | FOUNDATION_EXPORT const unsigned char RoundTableviewCellVersionString[];
16 |
17 | // In this header, you should import all the public headers of your framework using statements like #import
18 |
19 |
20 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/TagListView/CloseButton.swift:
--------------------------------------------------------------------------------
1 | //
2 | // CloseButton.swift
3 | // TagListViewDemo
4 | //
5 | // Created by Benjamin Wu on 2/11/16.
6 | // Copyright © 2016 Ela. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | internal class CloseButton: UIButton {
12 |
13 | var iconSize: CGFloat = 10
14 | var lineWidth: CGFloat = 1
15 | var lineColor: UIColor = UIColor.white.withAlphaComponent(0.54)
16 |
17 | weak var tagView: TagView?
18 |
19 | override func draw(_ rect: CGRect) {
20 | let path = UIBezierPath()
21 |
22 | path.lineWidth = lineWidth
23 | path.lineCapStyle = .round
24 |
25 | let iconFrame = CGRect(
26 | x: (rect.width - iconSize) / 2.0,
27 | y: (rect.height - iconSize) / 2.0,
28 | width: iconSize,
29 | height: iconSize
30 | )
31 |
32 | path.move(to: iconFrame.origin)
33 | path.addLine(to: CGPoint(x: iconFrame.maxX, y: iconFrame.maxY))
34 | path.move(to: CGPoint(x: iconFrame.maxX, y: iconFrame.minY))
35 | path.addLine(to: CGPoint(x: iconFrame.minX, y: iconFrame.maxY))
36 |
37 | lineColor.setStroke()
38 |
39 | path.stroke()
40 | }
41 |
42 | }
43 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/TagListView/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | $(CURRENT_PROJECT_VERSION)
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/TagListView/TagListView.h:
--------------------------------------------------------------------------------
1 | //
2 | // TagListView.h
3 | // TagListView
4 | //
5 | // Created by MORITANAOKI on 2015/09/11.
6 | // Copyright (c) 2015年 Ela. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | //! Project version number for TagListView.
12 | FOUNDATION_EXPORT double TagListViewVersionNumber;
13 |
14 | //! Project version string for TagListView.
15 | FOUNDATION_EXPORT const unsigned char TagListViewVersionString[];
16 |
17 | // In this header, you should import all the public headers of your framework using statements like #import
18 |
19 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/UICollectionViewLeftAlignedLayout/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | $(CURRENT_PROJECT_VERSION)
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.h:
--------------------------------------------------------------------------------
1 |
2 | // Copyright (c) 2014 Giovanni Lodi
3 | //
4 | // Permission is hereby granted, free of charge, to any person obtaining a copy of
5 | // this software and associated documentation files (the "Software"), to deal in
6 | // the Software without restriction, including without limitation the rights to
7 | // use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8 | // the Software, and to permit persons to whom the Software is furnished to do so,
9 | // subject to the following conditions:
10 | //
11 | // The above copyright notice and this permission notice shall be included in all
12 | // copies or substantial portions of the Software.
13 | //
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16 | // FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17 | // COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18 | // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | /**
22 | * Simple UICollectionViewFlowLayout that aligns the cells to the left rather than justify them
23 | *
24 | * Based on http://stackoverflow.com/questions/13017257/how-do-you-determine-spacing-between-cells-in-uicollectionview-flowlayout
25 | */
26 |
27 | #import
28 |
29 | @interface UICollectionViewLeftAlignedLayout : UICollectionViewFlowLayout
30 |
31 | @end
32 |
33 | /**
34 | * Just a convenience protocol to keep things consistent.
35 | * Someone could find it confusing for a delegate object to conform to UICollectionViewDelegateFlowLayout
36 | * while using UICollectionViewLeftAlignedLayout.
37 | */
38 | @protocol UICollectionViewDelegateLeftAlignedLayout
39 |
40 | @end
41 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/WActivityIndicator/WIndicator.swift:
--------------------------------------------------------------------------------
1 | //
2 | // WIndicator.swift
3 | // indicatorDemo
4 | //
5 | // Created by wangshouye on 14/11/8.
6 | // Copyright (c) 2014年 wangshouye. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class WIndicator:UIView {
12 |
13 | class func showIndicatorAddedTo(_ view:UIView, animation:Bool) -> WActivityIndicator {
14 |
15 | if let tmpView = view.viewWithTag(TagWIndicatorText) {
16 |
17 | tmpView.alpha = 0.0
18 |
19 | tmpView.removeFromSuperview()
20 | }
21 |
22 | removeIndicatorFrom(view, animation: false)
23 |
24 | let resultView = WActivityIndicator(view: view)
25 | view.addSubview(resultView)
26 |
27 | resultView.show(animation)
28 |
29 | return resultView
30 | }
31 |
32 | class func removeIndicatorFrom(_ view:UIView, animation:Bool) {
33 |
34 | var indicatorView: WActivityIndicator?
35 |
36 | for tempView in view.subviews {
37 | if tempView is WActivityIndicator {
38 | indicatorView = (tempView as! WActivityIndicator)
39 | break
40 | }
41 | }
42 |
43 | if let view = indicatorView {
44 | view.hideAndRemove(true)
45 | view.removeFromSuperview()
46 | }
47 | }
48 |
49 | class func showMsgInView(_ view: UIView, text:String, timeOut interval:TimeInterval) -> WIndicatorText {
50 |
51 | if let tmpView = view.viewWithTag(TagWIndicatorText) {
52 |
53 | tmpView.alpha = 0.0
54 |
55 | tmpView.removeFromSuperview()
56 | }
57 |
58 | removeIndicatorFrom(view, animation: false)
59 |
60 |
61 | let indicatorTextView = WIndicatorText(view: view, text: text, timeOut: interval)
62 | view.addSubview(indicatorTextView)
63 |
64 | return indicatorTextView
65 | }
66 |
67 | }
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/Venders/Zhuge/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/Venders/Zhuge/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/imageFile/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/imageFile/background.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/imageFile/clock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/imageFile/clock.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Classes/imageFile/edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Classes/imageFile/edit.png
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Frameworks/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/Bugly.framework/Bugly:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Frameworks/Bugly.framework/Bugly
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/UMMobClick.framework/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Frameworks/UMMobClick.framework/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/UMMobClick.framework/Headers:
--------------------------------------------------------------------------------
1 | Versions/Current/Headers
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/UMMobClick.framework/UMMobClick:
--------------------------------------------------------------------------------
1 | Versions/Current/UMMobClick
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/UMMobClick.framework/Versions/A/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Frameworks/UMMobClick.framework/Versions/A/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/UMMobClick.framework/Versions/A/Headers/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Frameworks/UMMobClick.framework/Versions/A/Headers/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/UMMobClick.framework/Versions/A/UMMobClick:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/PlanIt/Frameworks/UMMobClick.framework/Versions/A/UMMobClick
--------------------------------------------------------------------------------
/PlanIt/PlanIt/Frameworks/UMMobClick.framework/Versions/Current:
--------------------------------------------------------------------------------
1 | A
--------------------------------------------------------------------------------
/PlanIt/PlanIt/PlanIt.entitlements:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | keychain-access-groups
6 |
7 | $(AppIdentifierPrefix)com.mojimomo.PlanIt
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/PlanIt.xcdatamodeld/.xccurrentversion:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | _XCCurrentVersionName
6 | PlanIt.xcdatamodel
7 |
8 |
9 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/PlanIt.xcdatamodeld/PlanIt.xcdatamodel/contents:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/ViewController.swift:
--------------------------------------------------------------------------------
1 | //
2 | // ViewController.swift
3 | // PlanIt
4 | //
5 | // Created by Ken on 16/4/26.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | class ViewController: UIViewController {
12 |
13 | override func viewDidLoad() {
14 | super.viewDidLoad()
15 | // Do any additional setup after loading the view, typically from a nib.
16 | }
17 |
18 | override func didReceiveMemoryWarning() {
19 | super.didReceiveMemoryWarning()
20 | // Dispose of any resources that can be recreated.
21 | }
22 |
23 |
24 | }
25 |
26 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /*
2 | InfoPlist.strings
3 | Markplan
4 |
5 | Created by Yale on 2016/10/16.
6 | Copyright © 2016年 Ken. All rights reserved.
7 | */
8 |
9 | // 配置英文应用名
10 | CFBundleDisplayName = "Markplan";
11 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/en.lproj/Localizable.strings:
--------------------------------------------------------------------------------
1 | /*
2 | Localizable.strings
3 | Markplan
4 |
5 | Created by Yale on 2016/10/16.
6 | Copyright © 2016年 Ken. All rights reserved.
7 | */
8 |
9 | /*无法修改*/
10 | "EditFailed" = "Edit Failed";
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/zh-Hans.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /*
2 | InfoPlist.strings
3 | Markplan
4 |
5 | Created by Yale on 2016/10/16.
6 | Copyright © 2016年 Ken. All rights reserved.
7 | */
8 |
9 | // 配置简体应用名
10 | CFBundleDisplayName = "马克计划";
11 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/zh-Hans.lproj/LaunchScreen.strings:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/zh-Hant.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /*
2 | InfoPlist.strings
3 | Markplan
4 |
5 | Created by Yale on 2016/10/16.
6 | Copyright © 2016年 Ken. All rights reserved.
7 | */
8 |
9 | // 配置繁体应用名
10 | CFBundleDisplayName = "馬克計劃";
11 |
--------------------------------------------------------------------------------
/PlanIt/PlanIt/zh-Hant.lproj/LaunchScreen.strings:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/PlanIt/PlanItTests/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | BNDL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | 1
23 |
24 |
25 |
--------------------------------------------------------------------------------
/PlanIt/PlanItTests/PlanItTests.swift:
--------------------------------------------------------------------------------
1 | //
2 | // PlanItTests.swift
3 | // PlanItTests
4 | //
5 | // Created by Ken on 16/4/26.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import XCTest
10 |
11 | class PlanItTests: XCTestCase {
12 |
13 | override func setUp() {
14 | super.setUp()
15 | // Put setup code here. This method is called before the invocation of each test method in the class.
16 | }
17 |
18 | override func tearDown() {
19 | // Put teardown code here. This method is called after the invocation of each test method in the class.
20 | super.tearDown()
21 | }
22 |
23 | func testExample() {
24 | // This is an example of a functional test case.
25 | // Use XCTAssert and related functions to verify your tests produce the correct results.
26 | }
27 |
28 | func testPerformanceExample() {
29 | // This is an example of a performance test case.
30 | self.measure {
31 | // Put the code you want to measure the time of here.
32 | }
33 | }
34 |
35 | }
36 |
--------------------------------------------------------------------------------
/PlanIt/PlanItUITests/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | BNDL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | 1
23 |
24 |
25 |
--------------------------------------------------------------------------------
/PlanIt/PlanItUITests/PlanItUITests.swift:
--------------------------------------------------------------------------------
1 | //
2 | // PlanItUITests.swift
3 | // PlanItUITests
4 | //
5 | // Created by Ken on 16/4/26.
6 | // Copyright © 2016年 Ken. All rights reserved.
7 | //
8 |
9 | import XCTest
10 |
11 | class PlanItUITests: XCTestCase {
12 |
13 | override func setUp() {
14 | super.setUp()
15 |
16 | // Put setup code here. This method is called before the invocation of each test method in the class.
17 |
18 | // In UI tests it is usually best to stop immediately when a failure occurs.
19 | continueAfterFailure = false
20 | // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
21 | XCUIApplication().launch()
22 |
23 | // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
24 | }
25 |
26 | override func tearDown() {
27 | // Put teardown code here. This method is called after the invocation of each test method in the class.
28 | super.tearDown()
29 | }
30 |
31 | func testExample() {
32 | // Use recording to get started writing UI tests.
33 | // Use XCTAssert and related functions to verify your tests produce the correct results.
34 | }
35 |
36 | }
37 |
--------------------------------------------------------------------------------
/PlanIt/Podfile:
--------------------------------------------------------------------------------
1 | target 'PlanIt' do
2 | pod "Popover"
3 | end
4 |
--------------------------------------------------------------------------------
/PlanIt/Podfile.lock:
--------------------------------------------------------------------------------
1 | PODS:
2 | - Popover (0.9.1)
3 |
4 | DEPENDENCIES:
5 | - Popover
6 |
7 | SPEC CHECKSUMS:
8 | Popover: e64ef6d6f6e98c1c5c5aceedf1d1b9e6fd7375d7
9 |
10 | PODFILE CHECKSUM: e3a5c6a6aa898b4bbce2f1b5f1e0941692032692
11 |
12 | COCOAPODS: 1.0.0
13 |
--------------------------------------------------------------------------------
/PlanIt/Pods/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/Pods/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/Pods/Manifest.lock:
--------------------------------------------------------------------------------
1 | PODS:
2 | - Popover (0.9.1)
3 |
4 | DEPENDENCIES:
5 | - Popover
6 |
7 | SPEC CHECKSUMS:
8 | Popover: e64ef6d6f6e98c1c5c5aceedf1d1b9e6fd7375d7
9 |
10 | PODFILE CHECKSUM: e3a5c6a6aa898b4bbce2f1b5f1e0941692032692
11 |
12 | COCOAPODS: 1.0.0
13 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/Yale.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/Yale.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/PlanIt/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/Yale.xcuserdatad/WorkspaceSettings.xcsettings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | BuildLocationStyle
6 | UseTargetSettings
7 |
8 |
9 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Pods.xcodeproj/xcuserdata/Ken.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | Pods-PlanIt.xcscheme
8 |
9 | isShown
10 |
11 |
12 | Popover.xcscheme
13 |
14 | isShown
15 |
16 |
17 |
18 | SuppressBuildableAutocreation
19 |
20 | 9C8D25CE86E99ABD6FA3C84D140AA7A9
21 |
22 | primary
23 |
24 |
25 | B74040A4990853870581A3EA8E5EDDB9
26 |
27 | primary
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Pods.xcodeproj/xcuserdata/Yale.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | MBProgressHUD.xcscheme
8 |
9 | orderHint
10 | 3
11 |
12 | Pods-PlanIt.xcscheme
13 |
14 | orderHint
15 | 1
16 |
17 | Popover.xcscheme
18 |
19 | orderHint
20 | 2
21 |
22 |
23 | SuppressBuildableAutocreation
24 |
25 | 9C8D25CE86E99ABD6FA3C84D140AA7A9
26 |
27 | primary
28 |
29 |
30 | B74040A4990853870581A3EA8E5EDDB9
31 |
32 | primary
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Popover/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/Pods/Popover/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/Pods/Popover/Classes/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/Pods/Popover/Classes/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/Pods/Popover/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (c) 2015 corin8823
2 |
3 | Permission is hereby granted, free of charge, to any person obtaining a copy
4 | of this software and associated documentation files (the "Software"), to deal
5 | in the Software without restriction, including without limitation the rights
6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 | copies of the Software, and to permit persons to whom the Software is
8 | furnished to do so, subject to the following conditions:
9 |
10 | The above copyright notice and this permission notice shall be included in
11 | all copies or substantial portions of the Software.
12 |
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19 | THE SOFTWARE.
20 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/MBProgressHUD/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | ${EXECUTABLE_NAME}
9 | CFBundleIdentifier
10 | ${PRODUCT_BUNDLE_IDENTIFIER}
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | ${PRODUCT_NAME}
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 0.9.2
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | ${CURRENT_PROJECT_VERSION}
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m:
--------------------------------------------------------------------------------
1 | #import
2 | @interface PodsDummy_MBProgressHUD : NSObject
3 | @end
4 | @implementation PodsDummy_MBProgressHUD
5 | @end
6 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #endif
4 |
5 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/MBProgressHUD/MBProgressHUD-umbrella.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | #import "MBProgressHUD.h"
4 |
5 | FOUNDATION_EXPORT double MBProgressHUDVersionNumber;
6 | FOUNDATION_EXPORT const unsigned char MBProgressHUDVersionString[];
7 |
8 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/MBProgressHUD/MBProgressHUD.modulemap:
--------------------------------------------------------------------------------
1 | framework module MBProgressHUD {
2 | umbrella header "MBProgressHUD-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/MBProgressHUD/MBProgressHUD.xcconfig:
--------------------------------------------------------------------------------
1 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
4 | OTHER_LDFLAGS = -framework "CoreGraphics"
5 | PODS_BUILD_DIR = $BUILD_DIR
6 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
7 | PODS_ROOT = ${SRCROOT}
8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
9 | SKIP_INSTALL = YES
10 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Pods-PlanIt/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | ${EXECUTABLE_NAME}
9 | CFBundleIdentifier
10 | ${PRODUCT_BUNDLE_IDENTIFIER}
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | ${PRODUCT_NAME}
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | ${CURRENT_PROJECT_VERSION}
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Pods-PlanIt/Pods-PlanIt-acknowledgements.markdown:
--------------------------------------------------------------------------------
1 | # Acknowledgements
2 | This application makes use of the following third party libraries:
3 |
4 | ## Popover
5 |
6 | Copyright (c) 2015 corin8823
7 |
8 | Permission is hereby granted, free of charge, to any person obtaining a copy
9 | of this software and associated documentation files (the "Software"), to deal
10 | in the Software without restriction, including without limitation the rights
11 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12 | copies of the Software, and to permit persons to whom the Software is
13 | furnished to do so, subject to the following conditions:
14 |
15 | The above copyright notice and this permission notice shall be included in
16 | all copies or substantial portions of the Software.
17 |
18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 | THE SOFTWARE.
25 |
26 | Generated by CocoaPods - https://cocoapods.org
27 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Pods-PlanIt/Pods-PlanIt-dummy.m:
--------------------------------------------------------------------------------
1 | #import
2 | @interface PodsDummy_Pods_PlanIt : NSObject
3 | @end
4 | @implementation PodsDummy_Pods_PlanIt
5 | @end
6 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Pods-PlanIt/Pods-PlanIt-umbrella.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 |
4 | FOUNDATION_EXPORT double Pods_PlanItVersionNumber;
5 | FOUNDATION_EXPORT const unsigned char Pods_PlanItVersionString[];
6 |
7 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Pods-PlanIt/Pods-PlanIt.ad hoc.xcconfig:
--------------------------------------------------------------------------------
1 | EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
2 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD" "$PODS_CONFIGURATION_BUILD_DIR/Popover"
3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
4 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
5 | OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/MBProgressHUD/MBProgressHUD.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Popover/Popover.framework/Headers"
6 | OTHER_LDFLAGS = $(inherited) -framework "MBProgressHUD" -framework "Popover"
7 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
8 | PODS_BUILD_DIR = $BUILD_DIR
9 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
10 | PODS_ROOT = ${SRCROOT}/Pods
11 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Pods-PlanIt/Pods-PlanIt.debug.xcconfig:
--------------------------------------------------------------------------------
1 | EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
2 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Popover"
3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
4 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
5 | OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/Popover/Popover.framework/Headers"
6 | OTHER_LDFLAGS = $(inherited) -framework "Popover"
7 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
8 | PODS_BUILD_DIR = $BUILD_DIR
9 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
10 | PODS_ROOT = ${SRCROOT}/Pods
11 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Pods-PlanIt/Pods-PlanIt.modulemap:
--------------------------------------------------------------------------------
1 | framework module Pods_PlanIt {
2 | umbrella header "Pods-PlanIt-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Pods-PlanIt/Pods-PlanIt.release.xcconfig:
--------------------------------------------------------------------------------
1 | EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
2 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Popover"
3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
4 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
5 | OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/Popover/Popover.framework/Headers"
6 | OTHER_LDFLAGS = $(inherited) -framework "Popover"
7 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
8 | PODS_BUILD_DIR = $BUILD_DIR
9 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
10 | PODS_ROOT = ${SRCROOT}/Pods
11 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Popover/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | ${EXECUTABLE_NAME}
9 | CFBundleIdentifier
10 | ${PRODUCT_BUNDLE_IDENTIFIER}
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | ${PRODUCT_NAME}
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 0.9.1
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | ${CURRENT_PROJECT_VERSION}
23 | NSPrincipalClass
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Popover/Popover-dummy.m:
--------------------------------------------------------------------------------
1 | #import
2 | @interface PodsDummy_Popover : NSObject
3 | @end
4 | @implementation PodsDummy_Popover
5 | @end
6 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Popover/Popover-prefix.pch:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import
3 | #endif
4 |
5 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Popover/Popover-umbrella.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 |
4 | FOUNDATION_EXPORT double PopoverVersionNumber;
5 | FOUNDATION_EXPORT const unsigned char PopoverVersionString[];
6 |
7 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Popover/Popover.modulemap:
--------------------------------------------------------------------------------
1 | framework module Popover {
2 | umbrella header "Popover-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/PlanIt/Pods/Target Support Files/Popover/Popover.xcconfig:
--------------------------------------------------------------------------------
1 | CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Popover
2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
3 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
4 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
5 | PODS_BUILD_DIR = $BUILD_DIR
6 | PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
7 | PODS_ROOT = ${SRCROOT}
8 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
9 | SKIP_INSTALL = YES
10 |
--------------------------------------------------------------------------------
/PlanIt/build/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/.DS_Store
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Pods-PlanIt.build/dgph:
--------------------------------------------------------------------------------
1 | DGPH1.04Apr 11 201618:39:16 / Users Yale Develop PlanIt PlanIt Pods
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/DerivedSources/Popover_vers.c:
--------------------------------------------------------------------------------
1 | const unsigned char PopoverVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Popover PROJECT:Pods-1" "\n"; const double PopoverVersionNumber __attribute__ ((used)) = (double)1.;
2 |
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Objects-normal/x86_64/Popover-OutputFileMap.json:
--------------------------------------------------------------------------------
1 | {"":{"swift-dependencies":"\/Users\/Yale\/Develop\/PlanIt\/PlanIt\/build\/Pods.build\/Debug-iphonesimulator\/Popover.build\/Objects-normal\/x86_64\/Popover-master.swiftdeps"},"\/Users\/Yale\/Develop\/PlanIt\/PlanIt\/Pods\/Popover\/Classes\/Popover.swift":{"swiftmodule":"\/Users\/Yale\/Develop\/PlanIt\/PlanIt\/build\/Pods.build\/Debug-iphonesimulator\/Popover.build\/Objects-normal\/x86_64\/Popover~partial.swiftmodule","object":"\/Users\/Yale\/Develop\/PlanIt\/PlanIt\/build\/Pods.build\/Debug-iphonesimulator\/Popover.build\/Objects-normal\/x86_64\/Popover.o","llvm-bc":"\/Users\/Yale\/Develop\/PlanIt\/PlanIt\/build\/Pods.build\/Debug-iphonesimulator\/Popover.build\/Objects-normal\/x86_64\/Popover.bc","diagnostics":"\/Users\/Yale\/Develop\/PlanIt\/PlanIt\/build\/Pods.build\/Debug-iphonesimulator\/Popover.build\/Objects-normal\/x86_64\/Popover.dia","dependencies":"\/Users\/Yale\/Develop\/PlanIt\/PlanIt\/build\/Pods.build\/Debug-iphonesimulator\/Popover.build\/Objects-normal\/x86_64\/Popover.d","swift-dependencies":"\/Users\/Yale\/Develop\/PlanIt\/PlanIt\/build\/Pods.build\/Debug-iphonesimulator\/Popover.build\/Objects-normal\/x86_64\/Popover.swiftdeps"}}
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Objects-normal/x86_64/Popover.LinkFileList:
--------------------------------------------------------------------------------
1 | /Users/Yale/Develop/PlanIt/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Objects-normal/x86_64/Popover-dummy.o
2 | /Users/Yale/Develop/PlanIt/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Objects-normal/x86_64/Popover.o
3 | /Users/Yale/Develop/PlanIt/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Objects-normal/x86_64/Popover_vers.o
4 |
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Objects-normal/x86_64/Popover.dia:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Objects-normal/x86_64/Popover.dia
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-all-non-framework-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-all-non-framework-target-headers.hmap
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-all-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-all-target-headers.hmap
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-generated-files.hmap:
--------------------------------------------------------------------------------
1 | pamh x t w Popover_vers.c /Users/Yale/Develop/PlanIt/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/DerivedSources/ Popover/Popover_vers.c
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-own-target-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-own-target-headers.hmap
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-project-headers.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover-project-headers.hmap
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/Popover.hmap
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/dgph:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/dgph
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/dgph~:
--------------------------------------------------------------------------------
1 | DGPH1.04Apr 11 201618:39:16 / Users Yale Develop PlanIt PlanIt Pods
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module Popover {
2 | umbrella header "Popover-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
8 | module Popover.Swift {
9 | header "Popover-Swift.h"
10 | }
11 |
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/swift-overrides.hmap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mojimomo/PlanIt/862216f838b3bb4528e39ad9ae8c58e320150ef9/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/swift-overrides.hmap
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/unextended-module-overlay.yaml:
--------------------------------------------------------------------------------
1 | {
2 | 'version': 0,
3 | 'case-sensitive': 'false',
4 | 'roots': [{
5 | 'type': 'directory',
6 | 'name': '/Users/Yale/Develop/PlanIt/PlanIt/build/Debug-iphonesimulator/Popover/Popover.framework/Modules'
7 | 'contents': [{
8 | 'type': 'file',
9 | 'name': 'module.modulemap',
10 | 'external-contents': '/Users/Yale/Develop/PlanIt/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/unextended-module.modulemap',
11 | }]
12 | }]
13 | }
14 |
--------------------------------------------------------------------------------
/PlanIt/build/Pods.build/Debug-iphonesimulator/Popover.build/unextended-module.modulemap:
--------------------------------------------------------------------------------
1 | framework module Popover {
2 | umbrella header "Popover-umbrella.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
8 | module Popover.__Swift {
9 | exclude header "Popover-Swift.h"
10 | }
11 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ## 马克计划 (Markplan)
2 |
3 | 马克计划是一款个人项目进度管理工具,帮助你实现个人项目的计划安排和进度管理。
4 |
5 | 
6 |
7 | ~~**Download: [App Store](https://itunes.apple.com/cn/app/ma-ke-ji-hua/id1141710914)**~~
8 |
9 | ### 简单直观
10 |
11 | 告别用计算器 + 日历 / GTD 应用来管理项目进度的方式,使用「马克计划」,只需简单地制定计划、记录进度,即可方便直观地实现个人项目的管理。
12 |
13 | ### 场景多样
14 |
15 | 个人目标分散在各类健身、阅读、习惯养成应用中?「马克计划」提供一种泛用式的解决办法,使你可以围绕目标统一管理你的项目。
16 |
17 | ### 功能介绍
18 |
19 | - 安排短期个人生活、学习的项目
20 | - 计划长期目标或习惯养成
21 | - 用标签管理同一目标下的多个项目
22 | - 记录项目的每一点进展
23 | - 根据已完成进度安排今后进度
24 |
25 | ### FYI
26 | [App Store 上架版 by Liang Yuan](https://apps.apple.com/cn/app/%E9%A9%AC%E5%85%8B%E8%AE%A1%E5%88%92-%E4%B8%AD%E9%95%BF%E6%9C%9F%E8%A7%84%E5%88%92%E5%8A%A9%E6%89%8B/id1484436749)
27 |
--------------------------------------------------------------------------------