Skip to content

Commit ef621a5

Browse files
committed
ios - pod init & install; changing xcode script to open .xcworkspace project from now on
1 parent 18ba8a3 commit ef621a5

File tree

40 files changed

+1491
-1
lines changed

40 files changed

+1491
-1
lines changed

Diff for: ios/CalendarsExample.xcodeproj/project.pbxproj

+141
Large diffs are not rendered by default.

Diff for: ios/CalendarsExample.xcworkspace/contents.xcworkspacedata

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Diff for: ios/Podfile

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'CalendarsExample' do
5+
# Comment the next line if you don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# Pods for CalendarsExample
9+
10+
target 'CalendarsExampleTests' do
11+
inherit! :search_paths
12+
# Pods for testing
13+
end
14+
15+
end
16+
17+
target 'CalendarsExample-tvOS' do
18+
# Comment the next line if you don't want to use dynamic frameworks
19+
use_frameworks!
20+
21+
# Pods for CalendarsExample-tvOS
22+
23+
target 'CalendarsExample-tvOSTests' do
24+
inherit! :search_paths
25+
# Pods for testing
26+
end
27+
28+
end

Diff for: ios/Podfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PODFILE CHECKSUM: 2cdebf5c2a883ee495c5c72a7a1f3f943bf2fb39
2+
3+
COCOAPODS: 1.8.4

Diff for: ios/Pods/Manifest.lock

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Pods.xcodeproj/project.pbxproj

+909
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOS/Pods-CalendarsExample-tvOS-Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOS/Pods-CalendarsExample-tvOS-acknowledgements.markdown

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOS/Pods-CalendarsExample-tvOS-acknowledgements.plist

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOS/Pods-CalendarsExample-tvOS-dummy.m

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOS/Pods-CalendarsExample-tvOS-umbrella.h

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOS/Pods-CalendarsExample-tvOS.debug.xcconfig

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOS/Pods-CalendarsExample-tvOS.modulemap

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOS/Pods-CalendarsExample-tvOS.release.xcconfig

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOSTests/Pods-CalendarsExample-tvOSTests-Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOSTests/Pods-CalendarsExample-tvOSTests-acknowledgements.markdown

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOSTests/Pods-CalendarsExample-tvOSTests-acknowledgements.plist

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOSTests/Pods-CalendarsExample-tvOSTests-dummy.m

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOSTests/Pods-CalendarsExample-tvOSTests-umbrella.h

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOSTests/Pods-CalendarsExample-tvOSTests.debug.xcconfig

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOSTests/Pods-CalendarsExample-tvOSTests.modulemap

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample-tvOSTests/Pods-CalendarsExample-tvOSTests.release.xcconfig

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample/Pods-CalendarsExample-Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample/Pods-CalendarsExample-acknowledgements.markdown

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample/Pods-CalendarsExample-acknowledgements.plist

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample/Pods-CalendarsExample-dummy.m

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample/Pods-CalendarsExample-umbrella.h

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample/Pods-CalendarsExample.debug.xcconfig

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample/Pods-CalendarsExample.modulemap

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExample/Pods-CalendarsExample.release.xcconfig

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ios/Pods/Target Support Files/Pods-CalendarsExampleTests/Pods-CalendarsExampleTests-Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)