fwtoolkit 2.1.9 → 2.1.10
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/lib/fwtoolkit/version.rb +1 -1
- data/templates/objc_project/xcode/%project_name%/%project_name%.entitlements +8 -0
- data/templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt +11 -2
- data/templates/objc_project/xcode/%project_name%.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- data/templates/objc_project/xcode/.DS_Store +0 -0
- data/templates/swift_project/xcode/%project_name%/%project_name%.entitlements +8 -0
- data/templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt +11 -2
- data/templates/swift_project/xcode/%project_name%/%target_name%/AppDelegate.swift.tt +6 -0
- data/templates/swift_project/xcode/%project_name%.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- metadata +7 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1412f688fa4880f18401de37990b97669d0c9eeebb6ccbacfa7f35af57224102
|
|
4
|
+
data.tar.gz: 548dccddc4b7992443ef4f53fa126796ac9ff7f4e4af88211ba9c8132003ad53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4dc3b9cdd8d287f49776aaf59b9461b2375d9ef11219b8ad33db6c36efb6ffa3645786336cec789d0760169c3152a88f95afbbdea14d040d74bc6d64641d074
|
|
7
|
+
data.tar.gz: f5430084c3142853e23c9aef816de9c52f24fe2740277a4b0767e7d3292d160303921f04e61f753504d4a422b74e2cf7059086ffe190424458897d4a5402020f
|
data/lib/fwtoolkit/version.rb
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
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>com.apple.developer.default-data-protection</key>
|
|
6
|
+
<string>NSFileProtectionComplete</string>
|
|
7
|
+
</dict>
|
|
8
|
+
</plist>
|
data/templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
/* End PBXContainerItemProxy section */
|
|
28
28
|
|
|
29
29
|
/* Begin PBXFileReference section */
|
|
30
|
+
78C0E9BC20BC317600255055 /* <%= config[:project_name] %>.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "<%= config[:project_name] %>.entitlements"; sourceTree = "<group>"; };
|
|
30
31
|
B75028801C5A3F7A000EB3CF /* <%= config[:project_name] %>.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "<%= config[:project_name] %>.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
31
32
|
B75028841C5A3F7A000EB3CF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
32
33
|
B750288D1C5A3F7A000EB3CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
@@ -64,6 +65,7 @@
|
|
|
64
65
|
B75028771C5A3F7A000EB3CF = {
|
|
65
66
|
isa = PBXGroup;
|
|
66
67
|
children = (
|
|
68
|
+
78C0E9BC20BC317600255055 /* <%= config[:project_name] %>.entitlements */,
|
|
67
69
|
B75028811C5A3F7A000EB3CF /* Products */,
|
|
68
70
|
B75028821C5A3F7A000EB3CF /* <%= config[:target_name] %> */,
|
|
69
71
|
B750289C1C5A3F7B000EB3CF /* <%= config[:target_name] %>Tests */,
|
|
@@ -180,6 +182,11 @@
|
|
|
180
182
|
B750287F1C5A3F7A000EB3CF = {
|
|
181
183
|
CreatedOnToolsVersion = 7.2;
|
|
182
184
|
ProvisioningStyle = Manual;
|
|
185
|
+
SystemCapabilities = {
|
|
186
|
+
com.apple.DataProtection = {
|
|
187
|
+
enabled = 1;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
183
190
|
};
|
|
184
191
|
B75028981C5A3F7B000EB3CF = {
|
|
185
192
|
CreatedOnToolsVersion = 7.2;
|
|
@@ -320,7 +327,7 @@
|
|
|
320
327
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
321
328
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
322
329
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
323
|
-
IPHONEOS_DEPLOYMENT_TARGET = <%= config[:target_platform]
|
|
330
|
+
IPHONEOS_DEPLOYMENT_TARGET = "<%= config[:target_platform] %>";
|
|
324
331
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
325
332
|
ONLY_ACTIVE_ARCH = YES;
|
|
326
333
|
SDKROOT = iphoneos;
|
|
@@ -365,7 +372,7 @@
|
|
|
365
372
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
366
373
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
367
374
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
368
|
-
IPHONEOS_DEPLOYMENT_TARGET = <%= config[:target_platform]
|
|
375
|
+
IPHONEOS_DEPLOYMENT_TARGET = "<%= config[:target_platform] %>";
|
|
369
376
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
370
377
|
SDKROOT = iphoneos;
|
|
371
378
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
@@ -377,6 +384,7 @@
|
|
|
377
384
|
isa = XCBuildConfiguration;
|
|
378
385
|
buildSettings = {
|
|
379
386
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
387
|
+
CODE_SIGN_ENTITLEMENTS = "<%= config[:project_name] %>.entitlements";
|
|
380
388
|
CODE_SIGN_STYLE = Manual;
|
|
381
389
|
DEVELOPMENT_TEAM = "";
|
|
382
390
|
INFOPLIST_FILE = "<%= config[:target_name] %>/Supporting Files/Info.plist";
|
|
@@ -391,6 +399,7 @@
|
|
|
391
399
|
isa = XCBuildConfiguration;
|
|
392
400
|
buildSettings = {
|
|
393
401
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
402
|
+
CODE_SIGN_ENTITLEMENTS = "<%= config[:project_name] %>.entitlements";
|
|
394
403
|
CODE_SIGN_STYLE = Manual;
|
|
395
404
|
DEVELOPMENT_TEAM = "";
|
|
396
405
|
INFOPLIST_FILE = "<%= config[:target_name] %>/Supporting Files/Info.plist";
|
|
Binary file
|
|
@@ -0,0 +1,8 @@
|
|
|
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>com.apple.developer.default-data-protection</key>
|
|
6
|
+
<string>NSFileProtectionComplete</string>
|
|
7
|
+
</dict>
|
|
8
|
+
</plist>
|
data/templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
CHANGED
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
/* End PBXContainerItemProxy section */
|
|
27
27
|
|
|
28
28
|
/* Begin PBXFileReference section */
|
|
29
|
+
78C0E9BB20BC315100255055 /* <%= config[:project_name] %>.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "<%= config[:project_name] %>.entitlements"; sourceTree = "<group>"; };
|
|
29
30
|
B75028B11C5A3F94000EB3CF /* <%= config[:project_name] %>.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "<%= config[:project_name] %>.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
30
31
|
B75028B41C5A3F94000EB3CF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
31
32
|
B75028B61C5A3F94000EB3CF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
@@ -60,6 +61,7 @@
|
|
|
60
61
|
B75028A81C5A3F94000EB3CF = {
|
|
61
62
|
isa = PBXGroup;
|
|
62
63
|
children = (
|
|
64
|
+
78C0E9BB20BC315100255055 /* <%= config[:project_name] %>.entitlements */,
|
|
63
65
|
B75028B21C5A3F94000EB3CF /* Products */,
|
|
64
66
|
B75028B31C5A3F94000EB3CF /* <%= config[:target_name] %> */,
|
|
65
67
|
B75028C81C5A3F94000EB3CF /* <%= config[:tests_target_name] %> */,
|
|
@@ -174,6 +176,11 @@
|
|
|
174
176
|
CreatedOnToolsVersion = 7.2;
|
|
175
177
|
LastSwiftMigration = 0920;
|
|
176
178
|
ProvisioningStyle = Manual;
|
|
179
|
+
SystemCapabilities = {
|
|
180
|
+
com.apple.DataProtection = {
|
|
181
|
+
enabled = 1;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
177
184
|
};
|
|
178
185
|
B75028C41C5A3F94000EB3CF = {
|
|
179
186
|
CreatedOnToolsVersion = 7.2;
|
|
@@ -314,7 +321,7 @@
|
|
|
314
321
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
315
322
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
316
323
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
317
|
-
IPHONEOS_DEPLOYMENT_TARGET = <%= config[:target_platform]
|
|
324
|
+
IPHONEOS_DEPLOYMENT_TARGET = "<%= config[:target_platform] %>";
|
|
318
325
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
319
326
|
ONLY_ACTIVE_ARCH = YES;
|
|
320
327
|
SDKROOT = iphoneos;
|
|
@@ -360,7 +367,7 @@
|
|
|
360
367
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
361
368
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
362
369
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
363
|
-
IPHONEOS_DEPLOYMENT_TARGET = <%= config[:target_platform]
|
|
370
|
+
IPHONEOS_DEPLOYMENT_TARGET = "<%= config[:target_platform] %>";
|
|
364
371
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
365
372
|
SDKROOT = iphoneos;
|
|
366
373
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
@@ -373,6 +380,7 @@
|
|
|
373
380
|
isa = XCBuildConfiguration;
|
|
374
381
|
buildSettings = {
|
|
375
382
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
383
|
+
CODE_SIGN_ENTITLEMENTS = "<%= config[:project_name] %>.entitlements";
|
|
376
384
|
CODE_SIGN_STYLE = Manual;
|
|
377
385
|
DEVELOPMENT_TEAM = "";
|
|
378
386
|
INFOPLIST_FILE = "<%= config[:target_name] %>/Supporting Files/Info.plist";
|
|
@@ -389,6 +397,7 @@
|
|
|
389
397
|
isa = XCBuildConfiguration;
|
|
390
398
|
buildSettings = {
|
|
391
399
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
400
|
+
CODE_SIGN_ENTITLEMENTS = "<%= config[:project_name] %>.entitlements";
|
|
392
401
|
CODE_SIGN_STYLE = Manual;
|
|
393
402
|
DEVELOPMENT_TEAM = "";
|
|
394
403
|
INFOPLIST_FILE = "<%= config[:target_name] %>/Supporting Files/Info.plist";
|
|
@@ -7,6 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
import UIKit
|
|
9
9
|
|
|
10
|
+
#if DEBUG
|
|
11
|
+
#else
|
|
12
|
+
func debugPrint(_ items: Any..., separator: String = " ", terminator: String = "\n") {}
|
|
13
|
+
func print(_ items: Any..., separator: String = " ", terminator: String = "\n") {}
|
|
14
|
+
#endif
|
|
15
|
+
|
|
10
16
|
@UIApplicationMain
|
|
11
17
|
class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
12
18
|
|
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: 2.1.
|
|
4
|
+
version: 2.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Future Workshops
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec-rails
|
|
@@ -276,6 +276,8 @@ files:
|
|
|
276
276
|
- templates/default_project/git/.gitignore
|
|
277
277
|
- templates/default_project/rvm/Gemfile
|
|
278
278
|
- templates/objc_project/xcode/%project_name%.xcworkspace/contents.xcworkspacedata.tt
|
|
279
|
+
- templates/objc_project/xcode/%project_name%.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
|
280
|
+
- templates/objc_project/xcode/%project_name%/%project_name%.entitlements
|
|
279
281
|
- templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
|
|
280
282
|
- templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.xcworkspace/contents.xcworkspacedata.tt
|
|
281
283
|
- templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/xcshareddata/xcschemes/%project_name%.xcscheme.tt
|
|
@@ -312,9 +314,12 @@ files:
|
|
|
312
314
|
- templates/objc_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt
|
|
313
315
|
- templates/objc_project/xcode/%project_name%/%target_name%Tests/%class_prefix%%project_name%Tests.m.tt
|
|
314
316
|
- templates/objc_project/xcode/%project_name%/%target_name%Tests/Resources/Info.plist
|
|
317
|
+
- templates/objc_project/xcode/.DS_Store
|
|
315
318
|
- templates/objc_project/xcode/Podfile.tt
|
|
316
319
|
- templates/objc_project/xcode/Rakefile.tt
|
|
317
320
|
- templates/swift_project/xcode/%project_name%.xcworkspace/contents.xcworkspacedata.tt
|
|
321
|
+
- templates/swift_project/xcode/%project_name%.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
|
322
|
+
- templates/swift_project/xcode/%project_name%/%project_name%.entitlements
|
|
318
323
|
- templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
|
|
319
324
|
- templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.xcworkspace/contents.xcworkspacedata.tt
|
|
320
325
|
- templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/xcshareddata/xcschemes/%project_name%.xcscheme.tt
|