@@ -42,6 +42,7 @@ def test_001_PluginAdd_Pod_GoogleMaps_Before_PlatformAdd_iOS(self):
42
42
assert ("source 'https://github.com/CocoaPods/Specs.git'" in output )
43
43
assert ("platform :ios, '8.1'" in output )
44
44
assert ("pod 'GoogleMaps'" in output )
45
+ assert ("use_frameworks!" in output )
45
46
46
47
output = runAUT ("cat TNS_App/platforms/ios/TNSApp.xcworkspace/contents.xcworkspacedata" )
47
48
assert ("location = \" group:TNSApp.xcodeproj\" >" in output )
@@ -73,6 +74,7 @@ def test_002_PluginAdd_Pod_GoogleMaps_After_PlatformAdd_iOS(self):
73
74
assert ("source 'https://github.com/CocoaPods/Specs.git'" in output )
74
75
assert ("platform :ios, '8.1'" in output )
75
76
assert ("pod 'GoogleMaps'" in output )
77
+ assert ("use_frameworks!" in output )
76
78
77
79
output = runAUT ("cat TNS_App/platforms/ios/TNSApp.xcworkspace/contents.xcworkspacedata" )
78
80
assert ("location = \" group:TNSApp.xcodeproj\" >" in output )
@@ -107,6 +109,7 @@ def test_003_PluginAdd_MultiplePods(self):
107
109
assert ("Successfully prepared plugin keychain for ios." in output )
108
110
109
111
output = runAUT ("cat TNS_App/platforms/ios/Podfile" )
112
+ assert ("use_frameworks!" in output )
110
113
assert ("pod 'iCarousel'" in output )
111
114
assert ("pod 'AFNetworking'" in output )
112
115
assert ("pod 'UICKeyChainStore'" in output )
0 commit comments