fwtoolkit 1.0.1 → 1.0.2
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 +8 -8
- data/lib/fwtoolkit/version.rb +1 -1
- data/templates/default_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt +0 -36
- data/templates/default_project/xcode/%project_name%.xcworkspace/xcshareddata/%project_name%.xccheckout.tt +41 -0
- data/templates/default_project/xcode/Podfile.tt +1 -1
- metadata +3 -5
- data/templates/default_project/xcode/%project_name%/%target_name%/Supporting Files/Settings.bundle/Root.plist +0 -53
- data/templates/default_project/xcode/%project_name%/%target_name%/Supporting Files/Settings.bundle/en.lproj/Root.strings +0 -0
- data/templates/default_project/xcode/cruise_config.rb +0 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjMxODRmNmJhOTc5Y2M3NzhjM2M4OGFkNmU2Y2IyYmY4NzljNzA1NQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NWU3MGViMTdlYTFkMmYyNzBmNTkzYzc2Njg4MDQ2NGYzNzQ0MDg4MQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjMwODE4ZTZkYzZhMDRkY2I4MjhmMWM4NDY5ZjhjOWMyNGJiYmRmZTc3OTk2
|
|
10
|
+
ZTNjMDBkNDA2N2E3OTFhMWYyNWE2ODM3OWMwYWQ5Yzc4OGM1ZGFhOWE0NTdh
|
|
11
|
+
OTQyZTcxYjMzOTQ3MTk3MzA4YzcxNTQ5OTA0ZDk1YjM2MzcyMWQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NjgxODVkN2VlNzJlZjljMTI0OTc4OGMyZTA5NWY2NTQxODVmYTIxMDkyMWU5
|
|
14
|
+
Y2Y0MDMxOGVkMDA2MzVkZjMzODg1NzFiNjFlOTQ3NmM0YmIwYTQwOTY1NjA2
|
|
15
|
+
MWRkNWI4MzUxYThjMDYwOTU5ZjY3NmE4NGYzNjQyYTU5NGQ1NTI=
|
data/lib/fwtoolkit/version.rb
CHANGED
data/templates/default_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
CHANGED
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
B7402C1616C270FC0014570E /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B7402C1316C270FC0014570E /* Default@2x.png */; };
|
|
23
23
|
B7402C1816C275940014570E /* fw-shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = B7402C1716C275930014570E /* fw-shared.xcconfig */; };
|
|
24
24
|
B7402C1916C275940014570E /* fw-shared.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = B7402C1716C275930014570E /* fw-shared.xcconfig */; };
|
|
25
|
-
B7402C2316C279C00014570E /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B7402C2216C279C00014570E /* Settings.bundle */; };
|
|
26
|
-
B7402C2416C279C00014570E /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B7402C2216C279C00014570E /* Settings.bundle */; };
|
|
27
25
|
B7402C3016C2DD800014570E /* <%= config[:class_prefix] %>AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B7402C2F16C2DD800014570E /* <%= config[:class_prefix] %>AppDelegate.m */; };
|
|
28
26
|
/* End PBXBuildFile section */
|
|
29
27
|
|
|
@@ -56,7 +54,6 @@
|
|
|
56
54
|
B7402C1216C270FC0014570E /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
|
57
55
|
B7402C1316C270FC0014570E /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
|
58
56
|
B7402C1716C275930014570E /* fw-shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "fw-shared.xcconfig"; sourceTree = "<group>"; };
|
|
59
|
-
B7402C2216C279C00014570E /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
|
|
60
57
|
B7402C2E16C2DD800014570E /* <%= config[:class_prefix] %>AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "<%= config[:class_prefix] %>AppDelegate.h"; sourceTree = "<group>"; };
|
|
61
58
|
B7402C2F16C2DD800014570E /* <%= config[:class_prefix] %>AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "<%= config[:class_prefix] %>AppDelegate.m"; sourceTree = "<group>"; };
|
|
62
59
|
/* End PBXFileReference section */
|
|
@@ -134,7 +131,6 @@
|
|
|
134
131
|
B7402BD116C26CE70014570E /* InfoPlist.strings */,
|
|
135
132
|
B7402BD416C26CE70014570E /* main.m */,
|
|
136
133
|
B7402BD616C26CE70014570E /* <%= config[:project_name] %>-Prefix.pch */,
|
|
137
|
-
B7402C2216C279C00014570E /* Settings.bundle */,
|
|
138
134
|
);
|
|
139
135
|
path = "Supporting Files";
|
|
140
136
|
sourceTree = "<group>";
|
|
@@ -179,8 +175,6 @@
|
|
|
179
175
|
B7402BC116C26CE70014570E /* Frameworks */,
|
|
180
176
|
B7402BC216C26CE70014570E /* Resources */,
|
|
181
177
|
B71B013B17280F78009B2A61 /* Log build environment */,
|
|
182
|
-
B7402C2116C278DB0014570E /* Set version on settings */,
|
|
183
|
-
B71B013A17280A01009B2A61 /* Bump build number */,
|
|
184
178
|
);
|
|
185
179
|
buildRules = (
|
|
186
180
|
);
|
|
@@ -248,7 +242,6 @@
|
|
|
248
242
|
B7402C1516C270FC0014570E /* Default.png in Resources */,
|
|
249
243
|
B7402C1616C270FC0014570E /* Default@2x.png in Resources */,
|
|
250
244
|
B7402C1816C275940014570E /* fw-shared.xcconfig in Resources */,
|
|
251
|
-
B7402C2316C279C00014570E /* Settings.bundle in Resources */,
|
|
252
245
|
);
|
|
253
246
|
runOnlyForDeploymentPostprocessing = 0;
|
|
254
247
|
};
|
|
@@ -258,27 +251,12 @@
|
|
|
258
251
|
files = (
|
|
259
252
|
B7402BF116C26CE70014570E /* InfoPlist.strings in Resources */,
|
|
260
253
|
B7402C1916C275940014570E /* fw-shared.xcconfig in Resources */,
|
|
261
|
-
B7402C2416C279C00014570E /* Settings.bundle in Resources */,
|
|
262
254
|
);
|
|
263
255
|
runOnlyForDeploymentPostprocessing = 0;
|
|
264
256
|
};
|
|
265
257
|
/* End PBXResourcesBuildPhase section */
|
|
266
258
|
|
|
267
259
|
/* Begin PBXShellScriptBuildPhase section */
|
|
268
|
-
B71B013A17280A01009B2A61 /* Bump build number */ = {
|
|
269
|
-
isa = PBXShellScriptBuildPhase;
|
|
270
|
-
buildActionMask = 2147483647;
|
|
271
|
-
files = (
|
|
272
|
-
);
|
|
273
|
-
inputPaths = (
|
|
274
|
-
);
|
|
275
|
-
name = "Bump build number";
|
|
276
|
-
outputPaths = (
|
|
277
|
-
);
|
|
278
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
279
|
-
shellPath = /bin/sh;
|
|
280
|
-
shellScript = "if [ \"$CONFIGURATION\" != \"Release\" ]\nthen /usr/bin/perl -pe 's/(BUILD_NUMBER )(\\d+)/$1.($2+1)/eg' -i \"$INFOPLIST_PREFIX_HEADER\"\nfi";
|
|
281
|
-
};
|
|
282
260
|
B71B013B17280F78009B2A61 /* Log build environment */ = {
|
|
283
261
|
isa = PBXShellScriptBuildPhase;
|
|
284
262
|
buildActionMask = 2147483647;
|
|
@@ -306,20 +284,6 @@
|
|
|
306
284
|
shellPath = /bin/sh;
|
|
307
285
|
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
|
|
308
286
|
};
|
|
309
|
-
B7402C2116C278DB0014570E /* Set version on settings */ = {
|
|
310
|
-
isa = PBXShellScriptBuildPhase;
|
|
311
|
-
buildActionMask = 2147483647;
|
|
312
|
-
files = (
|
|
313
|
-
);
|
|
314
|
-
inputPaths = (
|
|
315
|
-
);
|
|
316
|
-
name = "Set version on settings";
|
|
317
|
-
outputPaths = (
|
|
318
|
-
);
|
|
319
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
320
|
-
shellPath = /bin/sh;
|
|
321
|
-
shellScript = "VERSION_BINARY=\"$SRCROOT/<%= config[:target_name] %>/Supporting Files/version.sh\"\n\"${VERSION_BINARY}\" --set --plist-path \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\" --quiet\n\nSETTING_ROOT_PLIST=\"${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Settings.bundle/Root.plist\"\nVERSION_NUMBER=`\"${VERSION_BINARY}\" --terse`\nDATE=`date \"+%Y%m%d%H%M\"`\n/usr/libexec/PlistBuddy -c \"Set :PreferenceSpecifiers:1:DefaultValue $DATE\" ${SETTING_ROOT_PLIST}\n/usr/libexec/PlistBuddy -c \"Set :PreferenceSpecifiers:2:DefaultValue $VERSION_NUMBER\" ${SETTING_ROOT_PLIST}\n\nif [[ \"$VERSION_NUMBER\" == *dirty* ]]\nthen\n echo \"Whiteboard-Version\":1: warning: \"Your git working directory is dirty while archiving the app. The version number will contain the string _dirty_\" 1>&2\nfi\n";
|
|
322
|
-
};
|
|
323
287
|
/* End PBXShellScriptBuildPhase section */
|
|
324
288
|
|
|
325
289
|
/* Begin PBXSourcesBuildPhase section */
|
|
@@ -0,0 +1,41 @@
|
|
|
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>IDESourceControlProjectFavoriteDictionaryKey</key>
|
|
6
|
+
<false/>
|
|
7
|
+
<key>IDESourceControlProjectIdentifier</key>
|
|
8
|
+
<string>64BBAE9C-2FE9-4350-BD1B-3FB93DCAFEF3</string>
|
|
9
|
+
<key>IDESourceControlProjectName</key>
|
|
10
|
+
<string><%= config[:project_name] %></string>
|
|
11
|
+
<key>IDESourceControlProjectOriginsDictionary</key>
|
|
12
|
+
<dict>
|
|
13
|
+
<key>1DA8957D-E094-4345-B1C8-04A269A6CCD5</key>
|
|
14
|
+
<string>ssh://github.com/FutureWorkshops/FWToolkit.git</string>
|
|
15
|
+
</dict>
|
|
16
|
+
<key>IDESourceControlProjectPath</key>
|
|
17
|
+
<string>meta_templates/meta_template/xcode/<%= config[:project_name] %>.xcworkspace</string>
|
|
18
|
+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
|
19
|
+
<dict>
|
|
20
|
+
<key>1DA8957D-E094-4345-B1C8-04A269A6CCD5</key>
|
|
21
|
+
<string>../../../..</string>
|
|
22
|
+
</dict>
|
|
23
|
+
<key>IDESourceControlProjectURL</key>
|
|
24
|
+
<string>ssh://github.com/FutureWorkshops/FWToolkit.git</string>
|
|
25
|
+
<key>IDESourceControlProjectVersion</key>
|
|
26
|
+
<integer>110</integer>
|
|
27
|
+
<key>IDESourceControlProjectWCCIdentifier</key>
|
|
28
|
+
<string>1DA8957D-E094-4345-B1C8-04A269A6CCD5</string>
|
|
29
|
+
<key>IDESourceControlProjectWCConfigurations</key>
|
|
30
|
+
<array>
|
|
31
|
+
<dict>
|
|
32
|
+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
33
|
+
<string>public.vcs.git</string>
|
|
34
|
+
<key>IDESourceControlWCCIdentifierKey</key>
|
|
35
|
+
<string>1DA8957D-E094-4345-B1C8-04A269A6CCD5</string>
|
|
36
|
+
<key>IDESourceControlWCCName</key>
|
|
37
|
+
<string>FWToolkit</string>
|
|
38
|
+
</dict>
|
|
39
|
+
</array>
|
|
40
|
+
</dict>
|
|
41
|
+
</plist>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fwtoolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Brooke-Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|
|
@@ -262,8 +262,6 @@ files:
|
|
|
262
262
|
- templates/default_project/xcode/%project_name%/%target_name%/Supporting Files/fw-shared.xcconfig
|
|
263
263
|
- templates/default_project/xcode/%project_name%/%target_name%/Supporting Files/info.plist.h.tt
|
|
264
264
|
- templates/default_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt
|
|
265
|
-
- templates/default_project/xcode/%project_name%/%target_name%/Supporting Files/Settings.bundle/en.lproj/Root.strings
|
|
266
|
-
- templates/default_project/xcode/%project_name%/%target_name%/Supporting Files/Settings.bundle/Root.plist
|
|
267
265
|
- templates/default_project/xcode/%project_name%/%target_name%/Supporting Files/version.sh
|
|
268
266
|
- templates/default_project/xcode/%project_name%/%tests_target_name%/%project_name%Tests.h.tt
|
|
269
267
|
- templates/default_project/xcode/%project_name%/%tests_target_name%/%project_name%Tests.m.tt
|
|
@@ -274,7 +272,7 @@ files:
|
|
|
274
272
|
- templates/default_project/xcode/%project_name%/Resources/Default.png
|
|
275
273
|
- templates/default_project/xcode/%project_name%/Resources/Default@2x.png
|
|
276
274
|
- templates/default_project/xcode/%project_name%.xcworkspace/contents.xcworkspacedata.tt
|
|
277
|
-
- templates/default_project/xcode/
|
|
275
|
+
- templates/default_project/xcode/%project_name%.xcworkspace/xcshareddata/%project_name%.xccheckout.tt
|
|
278
276
|
- templates/default_project/xcode/FWProjectfile.tt
|
|
279
277
|
- templates/default_project/xcode/Podfile.tt
|
|
280
278
|
- templates/default_project/xcode/Rakefile.tt
|
|
@@ -1,53 +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>PreferenceSpecifiers</key>
|
|
6
|
-
<array>
|
|
7
|
-
<dict>
|
|
8
|
-
<key>Title</key>
|
|
9
|
-
<string>Info</string>
|
|
10
|
-
<key>Type</key>
|
|
11
|
-
<string>PSGroupSpecifier</string>
|
|
12
|
-
</dict>
|
|
13
|
-
<dict>
|
|
14
|
-
<key>AutocapitalizationType</key>
|
|
15
|
-
<string>None</string>
|
|
16
|
-
<key>AutocorrectionType</key>
|
|
17
|
-
<string>No</string>
|
|
18
|
-
<key>DefaultValue</key>
|
|
19
|
-
<string></string>
|
|
20
|
-
<key>IsSecure</key>
|
|
21
|
-
<false/>
|
|
22
|
-
<key>Key</key>
|
|
23
|
-
<string>name_preference</string>
|
|
24
|
-
<key>KeyboardType</key>
|
|
25
|
-
<string>Alphabet</string>
|
|
26
|
-
<key>Title</key>
|
|
27
|
-
<string>Date</string>
|
|
28
|
-
<key>Type</key>
|
|
29
|
-
<string>PSTextFieldSpecifier</string>
|
|
30
|
-
</dict>
|
|
31
|
-
<dict>
|
|
32
|
-
<key>AutocapitalizationType</key>
|
|
33
|
-
<string>None</string>
|
|
34
|
-
<key>AutocorrectionType</key>
|
|
35
|
-
<string>No</string>
|
|
36
|
-
<key>DefaultValue</key>
|
|
37
|
-
<string></string>
|
|
38
|
-
<key>IsSecure</key>
|
|
39
|
-
<false/>
|
|
40
|
-
<key>Key</key>
|
|
41
|
-
<string>name_preference</string>
|
|
42
|
-
<key>KeyboardType</key>
|
|
43
|
-
<string>Alphabet</string>
|
|
44
|
-
<key>Title</key>
|
|
45
|
-
<string>Version</string>
|
|
46
|
-
<key>Type</key>
|
|
47
|
-
<string>PSTextFieldSpecifier</string>
|
|
48
|
-
</dict>
|
|
49
|
-
</array>
|
|
50
|
-
<key>StringsTable</key>
|
|
51
|
-
<string>Root</string>
|
|
52
|
-
</dict>
|
|
53
|
-
</plist>
|
|
Binary file
|