Commit 5f31e58f5b8a914eca7a5daf0da9e604be6e4be0

Authored by “张旭”
1 parent efa1edd3

0.5.4

CNLiveEnvironment.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveEnvironment' 10 s.name = 'CNLiveEnvironment'
11 - s.version = '0.5.3' 11 + s.version = '0.5.4'
12 s.summary = 'CNLiveEnvironment' 12 s.summary = 'CNLiveEnvironment'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
@@ -166,7 +166,7 @@ static CNLiveEnvironmentManager *_instance = nil; @@ -166,7 +166,7 @@ static CNLiveEnvironmentManager *_instance = nil;
166 break; 166 break;
167 167
168 case CNLiveAppTypeMetaCode: { 168 case CNLiveAppTypeMetaCode: {
169 - <#code#> 169 + [self setMetaCodeEnvironment:environmentType];
170 break; 170 break;
171 } 171 }
172 } 172 }