Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[final][hold] feature: watch example #182

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions Examples/WatchSample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'WatchSample' do
platform :watchos, '6.2'
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for WatchSample

end

target 'WatchSample WatchKit App' do
platform :watchos, '6.2'
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for WatchSample WatchKit App

end

target 'WatchSample WatchKit Extension' do
platform :watchos, '6.2'

# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'Purchases', :path => '../../'

# Pods for WatchSample WatchKit Extension

end
16 changes: 16 additions & 0 deletions Examples/WatchSample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- Purchases (3.2.0-SNAPSHOT)

DEPENDENCIES:
- Purchases (from `../../`)

EXTERNAL SOURCES:
Purchases:
:path: "../../"

SPEC CHECKSUMS:
Purchases: cd3984864406fb045dde87e1e18b66229c32c397

PODFILE CHECKSUM: 7d638e074337988aaa0d2302a6f4c9816e8af027

COCOAPODS: 1.8.4
43 changes: 43 additions & 0 deletions Examples/WatchSample/Pods/Local Podspecs/Purchases.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Examples/WatchSample/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,285 changes: 1,285 additions & 0 deletions Examples/WatchSample/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading