Permalink
Please sign in to comment.
Browse files
support checking if app installed, closes #10
Simplify API for opening apps, as well as supporting more apps.
- Loading branch information...
Showing
with
94 additions
and 95 deletions.
- +2 −2 Appz/Appz.xcodeproj/project.pbxproj
- +5 −5 Appz/Appz/Apps/AppStore.swift
- +5 −5 Appz/Appz/Apps/Instagram.swift
- +5 −5 Appz/Appz/Apps/Mail.swift
- +5 −5 Appz/Appz/Apps/Messages.swift
- +5 −5 Appz/Appz/Apps/Settings.swift
- +5 −5 Appz/Appz/Apps/Twitter.swift
- +9 −6 Appz/Appz/Entity/ApplicationCaller.swift
- +3 −1 Appz/Appz/Entity/ExternalApplication.swift
- +1 −1 Appz/AppzTests/AppsTests/SettingsTests.swift
- +8 −6 Appz/AppzTests/EntityTests/ApplicationCallerTests.swift
- +18 −22 Playground/Playground.playground/Contents.swift
- +1 −1 Playground/Playground.playground/contents.xcplayground
- +22 −26 README.md
4
Appz/Appz.xcodeproj/project.pbxproj
10
Appz/Appz/Apps/AppStore.swift
10
Appz/Appz/Apps/Instagram.swift
10
Appz/Appz/Apps/Mail.swift
10
Appz/Appz/Apps/Messages.swift
10
Appz/Appz/Apps/Settings.swift
10
Appz/Appz/Apps/Twitter.swift
15
Appz/Appz/Entity/ApplicationCaller.swift
4
Appz/Appz/Entity/ExternalApplication.swift
2
Appz/AppzTests/AppsTests/SettingsTests.swift
14
Appz/AppzTests/EntityTests/ApplicationCallerTests.swift
40
Playground/Playground.playground/Contents.swift
2
Playground/Playground.playground/contents.xcplayground
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
-<playground version='5.0' target-platform='ios' display-mode='raw' executeOnSourceChanges='false'> | ||
+<playground version='5.0' target-platform='ios' display-mode='raw'> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> |
48
README.md
0 comments on commit
6272e35