xcfit 8.0.0 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87425e312876ab32ed0660f57604d926564bc43f
4
- data.tar.gz: e82a1f9c9e916af5e1238c520e7faa077d38e6ee
3
+ metadata.gz: f948ea85b14bbfe224131bfa8e9d5488b2e30209
4
+ data.tar.gz: 8071da9a9f413bce57f134515e7a5c43a73454d6
5
5
  SHA512:
6
- metadata.gz: fdf2266259f6ace573e31ce9115796832832f6197e55bf5ac9ccb7ec6e5febb98f94ad685a9b29596f3db106a505055d76ba4c2835d8b02d44f2d5fd7e800e43
7
- data.tar.gz: f1f7ed52aedf472f66ad65dc07ea7fe2ab65f1823e08aad593b36f5839fddd5a07a9076893b39c0fb5c0bacf10065a0558587e22dd7d14dd4a4b9c6fb8fb41b2
6
+ metadata.gz: a1065166011d9a9362bc2b706f28b1a4d4bbe6b4a5d1b16d3e6c5fd4153a68413964ebda2b5fcfeca11fec3865c9346bb699c73b1c73a11289799a66a5d5f793
7
+ data.tar.gz: 0e8f717431774ea1c2e57dfc96a71ac27d3de1992f950eee1845f2cb35b1b445f065c1c5f2e8d160e83f8da4445277fc12af451f224ee1303eb77993294aae95
@@ -1 +1 @@
1
- 4.1
1
+ 4.2
@@ -1,14 +1,14 @@
1
1
  language: objective-c
2
- osx_image: xcode9
2
+ osx_image: xcode10
3
3
  cache:
4
4
  directories:
5
- - XCFit-Example/Carthage
5
+ - XCFit-Demo/Carthage
6
6
 
7
7
  before_install:
8
8
  - gem install fastlane --no-ri --no-rdoc --no-document
9
9
 
10
10
  install: true
11
11
  script:
12
- - cd XCFit-Example
12
+ - cd XCFit-Demo
13
13
  - carthage bootstrap --platform iOS
14
- - fastlane scan -s XCFit-Example
14
+ - fastlane scan -s XCFit-Demo
data/README.md CHANGED
@@ -164,6 +164,8 @@ $ xcfit setup_xcode_templates
164
164
 
165
165
  You will see new option for iOS i.e 'XCFit'. Once Clicked on it. You will see Protocol BDD, Cucumberish UI and Fitnesse Acceptance Tests. XCUI POM, Fitnesse Acceptance Unit Test bundles.
166
166
 
167
+ ###### Note: With Xcode 10 New Build System, This target generated duplicate build phases like Compile Sources, Link Binary with Libraries, Cou Resources etc which blocks build. Workaround is simple visit the Target----> Build Phases and remove the duplicate build Phases.
168
+
167
169
 
168
170
 
169
171
  ## Framework Installation
@@ -266,6 +268,8 @@ XCFit template supports Protocol Oriented BDD. Swift is a protocol oriented lang
266
268
 
267
269
  - You don't have to so any setting to run those demo XCUI tests. Just CMD+U and You are good to go !
268
270
 
271
+ ###### Note: With Xcode 10 New Build System, This target generated duplicate build phases like Compile Sources, Link Binary with Libraries, Cou Resources etc which blocks build. Workaround is simple visit the Target----> Build Phases and remove the duplicate build Phases.
272
+
269
273
  ### What's in the Protocol Oriented BDD Template ?
270
274
 
271
275
  * **Feature.swift**
@@ -1,2 +1,2 @@
1
1
 
2
- github "Shashikant86/XCFit" "7.1.0"
2
+ github "Shashikant86/XCFit" "10.0.0"
@@ -1 +1 @@
1
- github "Shashikant86/XCFit" "7.1.0"
1
+ github "Shashikant86/XCFit" "8.0.0"
@@ -177,6 +177,7 @@
177
177
  9B8ED8F52096424100EEA377 /* Sources */,
178
178
  9B8ED8F62096424100EEA377 /* Frameworks */,
179
179
  9B8ED8F72096424100EEA377 /* Resources */,
180
+ 9B7264FB209913BD0043EDE4 /* Carthage */,
180
181
  );
181
182
  buildRules = (
182
183
  );
@@ -275,6 +276,21 @@
275
276
  /* End PBXResourcesBuildPhase section */
276
277
 
277
278
  /* Begin PBXShellScriptBuildPhase section */
279
+ 9B7264FB209913BD0043EDE4 /* Carthage */ = {
280
+ isa = PBXShellScriptBuildPhase;
281
+ buildActionMask = 2147483647;
282
+ files = (
283
+ );
284
+ inputPaths = (
285
+ "$(SRCROOT)/Carthage/Build/iOS/XCFit.framework",
286
+ );
287
+ name = Carthage;
288
+ outputPaths = (
289
+ );
290
+ runOnlyForDeploymentPostprocessing = 0;
291
+ shellPath = /bin/sh;
292
+ shellScript = "/usr/local/bin/carthage copy-frameworks";
293
+ };
278
294
  9B8ED931209645B600EEA377 /* ShellScript */ = {
279
295
  isa = PBXShellScriptBuildPhase;
280
296
  buildActionMask = 2147483647;
@@ -0,0 +1,101 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Scheme
3
+ LastUpgradeVersion = "0930"
4
+ version = "1.3">
5
+ <BuildAction
6
+ parallelizeBuildables = "YES"
7
+ buildImplicitDependencies = "YES">
8
+ <BuildActionEntries>
9
+ <BuildActionEntry
10
+ buildForTesting = "YES"
11
+ buildForRunning = "YES"
12
+ buildForProfiling = "YES"
13
+ buildForArchiving = "YES"
14
+ buildForAnalyzing = "YES">
15
+ <BuildableReference
16
+ BuildableIdentifier = "primary"
17
+ BlueprintIdentifier = "9B8ED8F82096424100EEA377"
18
+ BuildableName = "XCFit-Demo.app"
19
+ BlueprintName = "XCFit-Demo"
20
+ ReferencedContainer = "container:XCFit-Demo.xcodeproj">
21
+ </BuildableReference>
22
+ </BuildActionEntry>
23
+ </BuildActionEntries>
24
+ </BuildAction>
25
+ <TestAction
26
+ buildConfiguration = "Debug"
27
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
+ shouldUseLaunchSchemeArgsEnv = "YES">
30
+ <Testables>
31
+ <TestableReference
32
+ skipped = "NO">
33
+ <BuildableReference
34
+ BuildableIdentifier = "primary"
35
+ BlueprintIdentifier = "9B8ED914209642B100EEA377"
36
+ BuildableName = "XCFit-DemoProtocolBDDTests.xctest"
37
+ BlueprintName = "XCFit-DemoProtocolBDDTests"
38
+ ReferencedContainer = "container:XCFit-Demo.xcodeproj">
39
+ </BuildableReference>
40
+ </TestableReference>
41
+ </Testables>
42
+ <MacroExpansion>
43
+ <BuildableReference
44
+ BuildableIdentifier = "primary"
45
+ BlueprintIdentifier = "9B8ED8F82096424100EEA377"
46
+ BuildableName = "XCFit-Demo.app"
47
+ BlueprintName = "XCFit-Demo"
48
+ ReferencedContainer = "container:XCFit-Demo.xcodeproj">
49
+ </BuildableReference>
50
+ </MacroExpansion>
51
+ <AdditionalOptions>
52
+ </AdditionalOptions>
53
+ </TestAction>
54
+ <LaunchAction
55
+ buildConfiguration = "Debug"
56
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
57
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58
+ launchStyle = "0"
59
+ useCustomWorkingDirectory = "NO"
60
+ ignoresPersistentStateOnLaunch = "NO"
61
+ debugDocumentVersioning = "YES"
62
+ debugServiceExtension = "internal"
63
+ allowLocationSimulation = "YES">
64
+ <BuildableProductRunnable
65
+ runnableDebuggingMode = "0">
66
+ <BuildableReference
67
+ BuildableIdentifier = "primary"
68
+ BlueprintIdentifier = "9B8ED8F82096424100EEA377"
69
+ BuildableName = "XCFit-Demo.app"
70
+ BlueprintName = "XCFit-Demo"
71
+ ReferencedContainer = "container:XCFit-Demo.xcodeproj">
72
+ </BuildableReference>
73
+ </BuildableProductRunnable>
74
+ <AdditionalOptions>
75
+ </AdditionalOptions>
76
+ </LaunchAction>
77
+ <ProfileAction
78
+ buildConfiguration = "Release"
79
+ shouldUseLaunchSchemeArgsEnv = "YES"
80
+ savedToolIdentifier = ""
81
+ useCustomWorkingDirectory = "NO"
82
+ debugDocumentVersioning = "YES">
83
+ <BuildableProductRunnable
84
+ runnableDebuggingMode = "0">
85
+ <BuildableReference
86
+ BuildableIdentifier = "primary"
87
+ BlueprintIdentifier = "9B8ED8F82096424100EEA377"
88
+ BuildableName = "XCFit-Demo.app"
89
+ BlueprintName = "XCFit-Demo"
90
+ ReferencedContainer = "container:XCFit-Demo.xcodeproj">
91
+ </BuildableReference>
92
+ </BuildableProductRunnable>
93
+ </ProfileAction>
94
+ <AnalyzeAction
95
+ buildConfiguration = "Debug">
96
+ </AnalyzeAction>
97
+ <ArchiveAction
98
+ buildConfiguration = "Release"
99
+ revealArchiveInOrganizer = "YES">
100
+ </ArchiveAction>
101
+ </Scheme>
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'XCFit'
3
- s.version = '8.0.0'
3
+ s.version = '10.0.0'
4
4
  s.summary = 'Full Stack BDD for iOS and macOS Apps with Swift, Xcode using XCUITest, Cucumberish, FitNesse and friends.'
5
5
 
6
6
  s.description = <<-DESC
@@ -47,18 +47,6 @@
47
47
  </dict>
48
48
  <key>BuildPhases</key>
49
49
  <array>
50
- <dict>
51
- <key>Class</key>
52
- <string>Sources</string>
53
- </dict>
54
- <dict>
55
- <key>Class</key>
56
- <string>Frameworks</string>
57
- </dict>
58
- <dict>
59
- <key>Class</key>
60
- <string>Resources</string>
61
- </dict>
62
50
  </array>
63
51
  </dict>
64
52
  </array>
data/circle.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  machine:
2
2
  xcode:
3
- version: "9.0"
3
+ version: "10.0.0"
4
4
 
5
5
  dependencies:
6
6
  pre:
@@ -1,3 +1,3 @@
1
1
  module XCFit
2
- VERSION = "8.0.0"
2
+ VERSION = "10.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcfit
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0
4
+ version: 10.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-29 00:00:00.000000000 Z
11
+ date: 2019-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -81,6 +81,7 @@ files:
81
81
  - XCFit-Demo/XCFit-Demo.xcodeproj/project.pbxproj
82
82
  - XCFit-Demo/XCFit-Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
83
83
  - XCFit-Demo/XCFit-Demo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
84
+ - XCFit-Demo/XCFit-Demo.xcodeproj/xcshareddata/xcschemes/XCFit-Demo.xcscheme
84
85
  - XCFit-Demo/XCFit-Demo/AppDelegate.swift
85
86
  - XCFit-Demo/XCFit-Demo/Assets.xcassets/AppIcon.appiconset/Contents.json
86
87
  - XCFit-Demo/XCFit-Demo/Assets.xcassets/Contents.json