fwtoolkit 2.2.1 → 2.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94fbae9aa7eefcbf3e2ca234d028f0a0d6c7cd187c3194e62e3c5663b904e2d2
4
- data.tar.gz: a2e409b3901f628b887bf13aae8a4e5445ff6bd71fac63d2b9a0a77df86937d9
3
+ metadata.gz: a5344d26e5b11558751b13476d946bc43827910e5abb797570a2f38f083ff72a
4
+ data.tar.gz: a5bb466682a76f48d74a4591d486e4af85131a3a96d67d11720e351a7c694bbb
5
5
  SHA512:
6
- metadata.gz: de3b7a9d96dfd5c23c97ea0828a03bffc4c92ca5bea6853b2ff353de3c2cc39860fe2d3637570e63aa5d8a3bf79a87f28f2544dbd315877b7afb40986aff0573
7
- data.tar.gz: 628bf82af5fa1e8031e356808ad391bc1b13c2c9f2fc41d0921bf2666cdae619f870cc32f8c69a0dc59c5f9aa418f76f7817e4d9bccd4de69d3b5baf130ac0fd
6
+ metadata.gz: 2f29aaa5742845602d7c75892aef10240f10b3190b9ea5303ad8f78b9ac23319da7e507336ed80311d56a9d29c253f21e4513de7af4fed3686e92280e32ccd8b
7
+ data.tar.gz: 2716a83a211a8f75beb364e08d5becfbe83192c6a7848acd9af1d7ac17e2dd28953f97ddf624588994d795d7aba0c6c2b87be454497ea0592f8e7d7322cb6ced
@@ -1,3 +1,3 @@
1
1
  module FWToolkit
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.2"
3
3
  end
@@ -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>IDEDidComputeMac32BitWarning</key>
6
+ <true/>
7
+ </dict>
8
+ </plist>
@@ -176,7 +176,7 @@
176
176
  isa = PBXProject;
177
177
  attributes = {
178
178
  CLASSPREFIX = "<%= config[:class_prefix] %>";
179
- LastUpgradeCheck = 0920;
179
+ LastUpgradeCheck = 1020;
180
180
  ORGANIZATIONNAME = "Future Workshops";
181
181
  TargetAttributes = {
182
182
  B750287F1C5A3F7A000EB3CF = {
@@ -190,13 +190,14 @@
190
190
  };
191
191
  B75028981C5A3F7B000EB3CF = {
192
192
  CreatedOnToolsVersion = 7.2;
193
+ ProvisioningStyle = Manual;
193
194
  TestTargetID = B750287F1C5A3F7A000EB3CF;
194
195
  };
195
196
  };
196
197
  };
197
198
  buildConfigurationList = B750287B1C5A3F7A000EB3CF /* Build configuration list for PBXProject "<%= config[:project_name] %>" */;
198
199
  compatibilityVersion = "Xcode 3.2";
199
- developmentRegion = English;
200
+ developmentRegion = en;
200
201
  hasScannedForEncodings = 0;
201
202
  knownRegions = (
202
203
  en,
@@ -289,6 +290,7 @@
289
290
  baseConfigurationReference = B75028DC1C5A4124000EB3CF /* fw-shared.xcconfig */;
290
291
  buildSettings = {
291
292
  ALWAYS_SEARCH_USER_PATHS = NO;
293
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
292
294
  CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
293
295
  CLANG_CXX_LIBRARY = "libc++";
294
296
  CLANG_ENABLE_MODULES = YES;
@@ -340,6 +342,7 @@
340
342
  baseConfigurationReference = B75028DC1C5A4124000EB3CF /* fw-shared.xcconfig */;
341
343
  buildSettings = {
342
344
  ALWAYS_SEARCH_USER_PATHS = NO;
345
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
343
346
  CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
344
347
  CLANG_CXX_LIBRARY = "libc++";
345
348
  CLANG_ENABLE_MODULES = YES;
@@ -389,7 +392,7 @@
389
392
  DEVELOPMENT_TEAM = "";
390
393
  INFOPLIST_FILE = "<%= config[:target_name] %>/Supporting Files/Info.plist";
391
394
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
392
- PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project_name] %>";
395
+ PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project-name] %>";
393
396
  PRODUCT_NAME = "$(TARGET_NAME)";
394
397
  PROVISIONING_PROFILE_SPECIFIER = "";
395
398
  };
@@ -404,7 +407,7 @@
404
407
  DEVELOPMENT_TEAM = "";
405
408
  INFOPLIST_FILE = "<%= config[:target_name] %>/Supporting Files/Info.plist";
406
409
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
407
- PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project_name] %>";
410
+ PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project-name] %>";
408
411
  PRODUCT_NAME = "$(TARGET_NAME)";
409
412
  PROVISIONING_PROFILE_SPECIFIER = "";
410
413
  };
@@ -414,10 +417,13 @@
414
417
  isa = XCBuildConfiguration;
415
418
  buildSettings = {
416
419
  BUNDLE_LOADER = "$(TEST_HOST)";
420
+ CODE_SIGN_STYLE = Manual;
421
+ DEVELOPMENT_TEAM = "";
417
422
  INFOPLIST_FILE = "<%= config[:target_name] %>Tests/Resources/Info.plist";
418
423
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
419
424
  PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project_name] %>Tests";
420
425
  PRODUCT_NAME = "$(TARGET_NAME)";
426
+ PROVISIONING_PROFILE_SPECIFIER = "";
421
427
  TEST_HOST = "$(BUILT_PRODUCTS_DIR)/<%= config[:project_name] %>.app/<%= config[:project_name] %>";
422
428
  };
423
429
  name = Debug;
@@ -426,10 +432,13 @@
426
432
  isa = XCBuildConfiguration;
427
433
  buildSettings = {
428
434
  BUNDLE_LOADER = "$(TEST_HOST)";
435
+ CODE_SIGN_STYLE = Manual;
436
+ DEVELOPMENT_TEAM = "";
429
437
  INFOPLIST_FILE = "<%= config[:target_name] %>Tests/Resources/Info.plist";
430
438
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
431
439
  PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project_name] %>Tests";
432
440
  PRODUCT_NAME = "$(TARGET_NAME)";
441
+ PROVISIONING_PROFILE_SPECIFIER = "";
433
442
  TEST_HOST = "$(BUILT_PRODUCTS_DIR)/<%= config[:project_name] %>.app/<%= config[:project_name] %>";
434
443
  };
435
444
  name = Release;
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <Scheme
3
- LastUpgradeVersion = "0920"
3
+ LastUpgradeVersion = "1020"
4
4
  version = "1.3">
5
5
  <BuildAction
6
6
  parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
26
26
  buildConfiguration = "Debug"
27
27
  selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
  selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- language = ""
30
29
  shouldUseLaunchSchemeArgsEnv = "YES">
31
30
  <Testables>
32
31
  <TestableReference
@@ -56,7 +55,6 @@
56
55
  buildConfiguration = "Debug"
57
56
  selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
58
57
  selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
59
- language = ""
60
58
  launchStyle = "0"
61
59
  useCustomWorkingDirectory = "NO"
62
60
  ignoresPersistentStateOnLaunch = "NO"
@@ -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>IDEDidComputeMac32BitWarning</key>
6
+ <true/>
7
+ </dict>
8
+ </plist>
@@ -169,12 +169,12 @@
169
169
  isa = PBXProject;
170
170
  attributes = {
171
171
  LastSwiftUpdateCheck = 0720;
172
- LastUpgradeCheck = 0920;
172
+ LastUpgradeCheck = 1020;
173
173
  ORGANIZATIONNAME = "Future Workshops";
174
174
  TargetAttributes = {
175
175
  B75028B01C5A3F94000EB3CF = {
176
176
  CreatedOnToolsVersion = 7.2;
177
- LastSwiftMigration = 0920;
177
+ LastSwiftMigration = 1020;
178
178
  ProvisioningStyle = Manual;
179
179
  SystemCapabilities = {
180
180
  com.apple.DataProtection = {
@@ -184,14 +184,15 @@
184
184
  };
185
185
  B75028C41C5A3F94000EB3CF = {
186
186
  CreatedOnToolsVersion = 7.2;
187
- LastSwiftMigration = 0920;
187
+ LastSwiftMigration = 1020;
188
+ ProvisioningStyle = Manual;
188
189
  TestTargetID = B75028B01C5A3F94000EB3CF;
189
190
  };
190
191
  };
191
192
  };
192
193
  buildConfigurationList = B75028AC1C5A3F94000EB3CF /* Build configuration list for PBXProject "<%= config[:project_name] %>" */;
193
194
  compatibilityVersion = "Xcode 3.2";
194
- developmentRegion = English;
195
+ developmentRegion = en;
195
196
  hasScannedForEncodings = 0;
196
197
  knownRegions = (
197
198
  en,
@@ -283,6 +284,7 @@
283
284
  baseConfigurationReference = B75028D71C5A4093000EB3CF /* fw-shared.xcconfig */;
284
285
  buildSettings = {
285
286
  ALWAYS_SEARCH_USER_PATHS = NO;
287
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
286
288
  CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
287
289
  CLANG_CXX_LIBRARY = "libc++";
288
290
  CLANG_ENABLE_MODULES = YES;
@@ -326,7 +328,7 @@
326
328
  ONLY_ACTIVE_ARCH = YES;
327
329
  SDKROOT = iphoneos;
328
330
  SWIFT_OPTIMIZATION_LEVEL = "-Onone";
329
- SWIFT_VERSION = 4.2;
331
+ SWIFT_VERSION = 5.0;
330
332
  TARGETED_DEVICE_FAMILY = "1,2";
331
333
  };
332
334
  name = Debug;
@@ -336,6 +338,7 @@
336
338
  baseConfigurationReference = B75028D71C5A4093000EB3CF /* fw-shared.xcconfig */;
337
339
  buildSettings = {
338
340
  ALWAYS_SEARCH_USER_PATHS = NO;
341
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
339
342
  CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
340
343
  CLANG_CXX_LIBRARY = "libc++";
341
344
  CLANG_ENABLE_MODULES = YES;
@@ -372,7 +375,7 @@
372
375
  MTL_ENABLE_DEBUG_INFO = NO;
373
376
  SDKROOT = iphoneos;
374
377
  SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
375
- SWIFT_VERSION = 4.2;
378
+ SWIFT_VERSION = 5.0;
376
379
  TARGETED_DEVICE_FAMILY = "1,2";
377
380
  VALIDATE_PRODUCT = YES;
378
381
  };
@@ -390,7 +393,7 @@
390
393
  PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project_name] %>";
391
394
  PRODUCT_NAME = "$(TARGET_NAME)";
392
395
  PROVISIONING_PROFILE_SPECIFIER = "";
393
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
396
+ SWIFT_VERSION = 5.0;
394
397
  };
395
398
  name = Debug;
396
399
  };
@@ -406,7 +409,7 @@
406
409
  PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project_name] %>";
407
410
  PRODUCT_NAME = "$(TARGET_NAME)";
408
411
  PROVISIONING_PROFILE_SPECIFIER = "";
409
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
412
+ SWIFT_VERSION = 5.0;
410
413
  };
411
414
  name = Release;
412
415
  };
@@ -414,11 +417,14 @@
414
417
  isa = XCBuildConfiguration;
415
418
  buildSettings = {
416
419
  BUNDLE_LOADER = "$(TEST_HOST)";
420
+ CODE_SIGN_STYLE = Manual;
421
+ DEVELOPMENT_TEAM = "";
417
422
  INFOPLIST_FILE = "<%= config[:tests_target_name] %>/Supporting Files/Info.plist";
418
423
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
419
424
  PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project_name] %>Tests";
420
425
  PRODUCT_NAME = "$(TARGET_NAME)";
421
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
426
+ PROVISIONING_PROFILE_SPECIFIER = "";
427
+ SWIFT_VERSION = 5.0;
422
428
  TEST_HOST = "$(BUILT_PRODUCTS_DIR)/<%= config[:project_name] %>.app/<%= config[:project_name] %>";
423
429
  };
424
430
  name = Debug;
@@ -427,11 +433,14 @@
427
433
  isa = XCBuildConfiguration;
428
434
  buildSettings = {
429
435
  BUNDLE_LOADER = "$(TEST_HOST)";
436
+ CODE_SIGN_STYLE = Manual;
437
+ DEVELOPMENT_TEAM = "";
430
438
  INFOPLIST_FILE = "<%= config[:tests_target_name] %>/Supporting Files/Info.plist";
431
439
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
432
440
  PRODUCT_BUNDLE_IDENTIFIER = "com.futureworkshops.<%= config[:project_name] %>Tests";
433
441
  PRODUCT_NAME = "$(TARGET_NAME)";
434
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
442
+ PROVISIONING_PROFILE_SPECIFIER = "";
443
+ SWIFT_VERSION = 5.0;
435
444
  TEST_HOST = "$(BUILT_PRODUCTS_DIR)/<%= config[:project_name] %>.app/<%= config[:project_name] %>";
436
445
  };
437
446
  name = Release;
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <Scheme
3
- LastUpgradeVersion = "0920"
3
+ LastUpgradeVersion = "1020"
4
4
  version = "1.3">
5
5
  <BuildAction
6
6
  parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
26
26
  buildConfiguration = "Debug"
27
27
  selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
  selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- language = ""
30
29
  shouldUseLaunchSchemeArgsEnv = "YES">
31
30
  <Testables>
32
31
  <TestableReference
@@ -56,7 +55,6 @@
56
55
  buildConfiguration = "Debug"
57
56
  selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
58
57
  selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
59
- language = ""
60
58
  launchStyle = "0"
61
59
  useCustomWorkingDirectory = "NO"
62
60
  ignoresPersistentStateOnLaunch = "NO"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fwtoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Future Workshops
@@ -299,6 +299,7 @@ files:
299
299
  - templates/default_project/git/.gitignore
300
300
  - templates/default_project/rvm/Gemfile
301
301
  - templates/objc_project/xcode/%project_name%.xcworkspace/contents.xcworkspacedata.tt
302
+ - templates/objc_project/xcode/%project_name%.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
302
303
  - templates/objc_project/xcode/%project_name%/%project_name%.entitlements
303
304
  - templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
304
305
  - templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.xcworkspace/contents.xcworkspacedata.tt
@@ -339,6 +340,7 @@ files:
339
340
  - templates/objc_project/xcode/Podfile.tt
340
341
  - templates/objc_project/xcode/Rakefile.tt
341
342
  - templates/swift_project/xcode/%project_name%.xcworkspace/contents.xcworkspacedata.tt
343
+ - templates/swift_project/xcode/%project_name%.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
342
344
  - templates/swift_project/xcode/%project_name%/%project_name%.entitlements
343
345
  - templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
344
346
  - templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.xcworkspace/contents.xcworkspacedata.tt