回答編集履歴

3

Issue へのリンクを追加

2018/11/30 07:51

投稿

ykws
ykws

スコア1236

test CHANGED
@@ -47,3 +47,7 @@
47
47
  Opening '/private/var/folders/nd/dzxzwjt53zz5ckcdwc2r3bbm0000gn/T/CocoaPods/Try/MaterialComponents/demos/Pesto/Pesto.xcworkspace'
48
48
 
49
49
  ```
50
+
51
+
52
+
53
+ 他が動作しないのは [Issue](https://github.com/material-components/material-components-ios/issues/5825) を立てました。

2

Shrine の情報を追加

2018/11/30 07:51

投稿

ykws
ykws

スコア1236

test CHANGED
@@ -1,8 +1,8 @@
1
- demos の中の [Pesto](https://github.com/material-components/material-components-ios/tree/develop/demos/Pesto) は動作しますのでこちらを試してみてはいかがでしょうか。
1
+ demos の中の [Pesto](https://github.com/material-components/material-components-ios/tree/develop/demos/Pesto) と [Shrine](https://github.com/material-components/material-components-ios/tree/develop/demos/Shrine) は動作しますのでこちらを試してみてはいかがでしょうか。
2
2
 
3
3
 
4
4
 
5
- `pod try` で `4` を選択すれば同じように動作確認できます。
5
+ `pod try` で `4` または `5` を選択すれば同じように動作確認できます。
6
6
 
7
7
 
8
8
 

1

pod try での動作確認について追記

2018/11/26 12:59

投稿

ykws
ykws

スコア1236

test CHANGED
@@ -1 +1,49 @@
1
1
  demos の中の [Pesto](https://github.com/material-components/material-components-ios/tree/develop/demos/Pesto) は動作しますのでこちらを試してみてはいかがでしょうか。
2
+
3
+
4
+
5
+ `pod try` で `4` を選択すれば同じように動作確認できます。
6
+
7
+
8
+
9
+ ```
10
+
11
+ $ pod try MaterialComponents
12
+
13
+ Updating spec repositories
14
+
15
+
16
+
17
+ Trying MaterialComponents
18
+
19
+ 1: catalog/MDCDragons.xcodeproj
20
+
21
+ 2: catalog/MDCCatalog.xcworkspace
22
+
23
+ 3: demos/Bare/Bare.xcworkspace
24
+
25
+ 4: demos/Pesto/Pesto.xcworkspace
26
+
27
+ 5: demos/Shrine/Shrine.xcworkspace
28
+
29
+ Which project would you like to open
30
+
31
+ 4
32
+
33
+ Performing CocoaPods Installation
34
+
35
+ Fetching podspec for `MaterialComponents` from `../../`
36
+
37
+ Installing MDFInternationalization (1.1.0)
38
+
39
+ Installing MDFTextAccessibility (1.2.0)
40
+
41
+ Installing MaterialComponents (70.0.0)
42
+
43
+ Sending stats
44
+
45
+ Pod installation complete! There are 8 dependencies from the Podfile and 3 total pods installed.
46
+
47
+ Opening '/private/var/folders/nd/dzxzwjt53zz5ckcdwc2r3bbm0000gn/T/CocoaPods/Try/MaterialComponents/demos/Pesto/Pesto.xcworkspace'
48
+
49
+ ```