xcfit 2.0.9 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Docs/README_XCFit2.md +572 -0
- data/Gemfile.lock +2 -2
- data/README.md +182 -203
- data/homebrew/xcfit +25 -6
- data/lib/XCFit/main.rb +13 -0
- data/lib/XCFit/version.rb +1 -1
- metadata +3 -21
- data/XCFit_Templates/XCFit/Base Acceptance Testing Bundle.xctemplate/TemplateIcon.icns +0 -0
- data/XCFit_Templates/XCFit/Base Acceptance Testing Bundle.xctemplate/TemplateInfo.plist +0 -134
- data/XCFit_Templates/XCFit/Base Acceptance Testing Bundle.xctemplate/___PACKAGENAMEASIDENTIFIER___.m +0 -17
- data/XCFit_Templates/XCFit/Base Acceptance Testing Bundle.xctemplate/___PACKAGENAMEASIDENTIFIER___.swift +0 -13
- data/XCFit_Templates/XCFit/Base Acceptance Testing Bundle.xctemplate/___POD_NAME___.m +0 -25
- data/XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/AcceptanceTests-Bridging-Header.h +0 -1
- data/XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/FixtureExample.swift +0 -35
- data/XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/SlimTables.h +0 -28
- data/XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/TemplateInfo.plist +0 -155
- data/XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/___PACKAGENAMEASIDENTIFIER___-Bridging-Header.h +0 -12
- data/XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/___PACKAGENAMEASIDENTIFIER___.m +0 -33
- data/XCFit_Templates/XCFit/iOS Acceptance Testing Bundle.xctemplate/TemplateIcon-old.icns +0 -0
- data/XCFit_Templates/XCFit/iOS Acceptance Testing Bundle.xctemplate/TemplateIcon.png +0 -0
- data/XCFit_Templates/XCFit/iOS Acceptance Testing Bundle.xctemplate/TemplateIcon@2x.png +0 -0
- data/XCFit_Templates/XCFit/iOS Acceptance Testing Bundle.xctemplate/TemplateInfo.plist +0 -40
- data/XCFit_Templates/XCFit/iOS Acceptance Tests.xctemplate/TemplateIcon-old.icns +0 -0
- data/XCFit_Templates/XCFit/iOS Acceptance Tests.xctemplate/TemplateIcon.png +0 -0
- data/XCFit_Templates/XCFit/iOS Acceptance Tests.xctemplate/TemplateIcon@2x.png +0 -0
- data/XCFit_Templates/XCFit/iOS Acceptance Tests.xctemplate/TemplateInfo.plist +0 -59
@@ -1,33 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// ___FILENAME___
|
3
|
-
// ___POD_NAME___
|
4
|
-
//
|
5
|
-
// Created by OCSlimProject on ___DATE___.
|
6
|
-
// MIT License
|
7
|
-
// © 2016 Paul Stringer
|
8
|
-
//
|
9
|
-
|
10
|
-
|
11
|
-
#import <Foundation/Foundation.h>
|
12
|
-
|
13
|
-
#if __has_include(<___POD_NAME___/___POD_NAME___.h>)
|
14
|
-
#else
|
15
|
-
#pragma GCC error "Target requires pod '___POD_NAME___'. Add the entry \"pod '___POD_NAME___'\" to your Podfile configuration."
|
16
|
-
#endif
|
17
|
-
|
18
|
-
/* Copy and paste this entry to your projects Podfile and run 'pod install' or 'pod update' as necessary
|
19
|
-
|
20
|
-
target '___PACKAGENAMEASIDENTIFIER___' do
|
21
|
-
platform :___POD_PLATFORM_IDENTIFIER___
|
22
|
-
pod '___POD_NAME___'
|
23
|
-
end
|
24
|
-
|
25
|
-
|
26
|
-
https://cocoapods.org/?q=___POD_NAME___
|
27
|
-
|
28
|
-
*/
|
29
|
-
|
30
|
-
@interface ___PACKAGENAMEASIDENTIFIER___ : NSObject
|
31
|
-
@end
|
32
|
-
@implementation ___PACKAGENAMEASIDENTIFIER___
|
33
|
-
@end
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,40 +0,0 @@
|
|
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>Macros</key>
|
6
|
-
<dict>
|
7
|
-
<key>POD_PLATFORM_IDENTIFIER</key>
|
8
|
-
<string>ios, 9.0</string>
|
9
|
-
</dict>
|
10
|
-
<key>Kind</key>
|
11
|
-
<string>Xcode.Xcode3.ProjectTemplateUnitKind</string>
|
12
|
-
<key>Identifier</key>
|
13
|
-
<string>io.cleankit.iOSAcceptanceTestsUnitTestBundle</string>
|
14
|
-
<key>Name</key>
|
15
|
-
<string>Acceptance Unit Test Bundle</string>
|
16
|
-
<key>Description</key>
|
17
|
-
<string>This target builds an iOS unit test bundle that generates results from your Acceptance Tests target using Fitnesse and then reports them within Xcode using the XCTest framework.</string>
|
18
|
-
<key>Concrete</key>
|
19
|
-
<true/>
|
20
|
-
<key>Platforms</key>
|
21
|
-
<array>
|
22
|
-
<string>com.apple.platform.iphoneos</string>
|
23
|
-
</array>
|
24
|
-
<key>Ancestors</key>
|
25
|
-
<array>
|
26
|
-
<string>com.apple.dt.unit.iosBase</string>
|
27
|
-
<string>io.cleankit.baseAcceptanceTestsUnitTestBundle</string>
|
28
|
-
</array>
|
29
|
-
<key>Targets</key>
|
30
|
-
<array>
|
31
|
-
<dict>
|
32
|
-
<key>SharedSettings</key>
|
33
|
-
<dict>
|
34
|
-
<key>LD_RUNPATH_SEARCH_PATHS</key>
|
35
|
-
<string>$(inherited) @executable_path/Frameworks @loader_path/Frameworks</string>
|
36
|
-
</dict>
|
37
|
-
</dict>
|
38
|
-
</array>
|
39
|
-
</dict>
|
40
|
-
</plist>
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,59 +0,0 @@
|
|
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>Macros</key>
|
6
|
-
<dict>
|
7
|
-
<key>POD_PLATFORM_IDENTIFIER</key>
|
8
|
-
<string>ios</string>
|
9
|
-
</dict>
|
10
|
-
<key>Name</key>
|
11
|
-
<string>iOS Acceptance Tests</string>
|
12
|
-
<key>Kind</key>
|
13
|
-
<string>Xcode.Xcode3.ProjectTemplateUnitKind</string>
|
14
|
-
<key>Identifier</key>
|
15
|
-
<string>io.cleankit.iosAcceptanceTests</string>
|
16
|
-
<key>Description</key>
|
17
|
-
<string>This target builds an iOS Application for Acceptance Testing your App using the Fitnesse framework. Requires a project that uses CocoaPods.</string>
|
18
|
-
<key>Ancestors</key>
|
19
|
-
<array>
|
20
|
-
<string>io.cleankit.baseAcceptanceTests</string>
|
21
|
-
<string>com.apple.dt.unit.iosBase</string>
|
22
|
-
</array>
|
23
|
-
<key>Concrete</key>
|
24
|
-
<true/>
|
25
|
-
<key>Targets</key>
|
26
|
-
<array>
|
27
|
-
<dict>
|
28
|
-
<key>SharedSettings</key>
|
29
|
-
<dict>
|
30
|
-
<key>LD_RUNPATH_SEARCH_PATHS</key>
|
31
|
-
<string>$(inherited) @executable_path/Frameworks</string>
|
32
|
-
</dict>
|
33
|
-
</dict>
|
34
|
-
</array>
|
35
|
-
<key>Nodes</key>
|
36
|
-
<array>
|
37
|
-
<string>Info.plist:iPhone</string>
|
38
|
-
<string>Info.plist:UIRequiredDeviceCapabilities:base</string>
|
39
|
-
</array>
|
40
|
-
<key>Definitions</key>
|
41
|
-
<dict>
|
42
|
-
<key>Info.plist:iPhone</key>
|
43
|
-
<string><key>LSRequiresIPhoneOS</key>
|
44
|
-
<true/></string>
|
45
|
-
<key>Info.plist:UIRequiredDeviceCapabilities</key>
|
46
|
-
<dict>
|
47
|
-
<key>Beginning</key>
|
48
|
-
<string><key>UIRequiredDeviceCapabilities</key>
|
49
|
-
<array></string>
|
50
|
-
<key>End</key>
|
51
|
-
<string></array></string>
|
52
|
-
<key>Indent</key>
|
53
|
-
<integer>1</integer>
|
54
|
-
</dict>
|
55
|
-
<key>Info.plist:UIRequiredDeviceCapabilities:base</key>
|
56
|
-
<string><string>armv7</string></string>
|
57
|
-
</dict>
|
58
|
-
</dict>
|
59
|
-
</plist>
|