fwtoolkit 2.0.0 → 2.0.1

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
  SHA1:
3
- metadata.gz: 42b3f4776147ef7863d70cfe711f9bb28d186f19
4
- data.tar.gz: b68ccba939c1db92a8920b48265bae9d6eb563a0
3
+ metadata.gz: 9de5eb71710df546584ad5b5876f261e36eda62c
4
+ data.tar.gz: 5c8c93f6c244dd0ac82a7cf0766be5bb22077f6c
5
5
  SHA512:
6
- metadata.gz: 45645bec663a5d8f9b48b7afcf8fa627017e997c543aedb5bb70090722887ea6b4de934032077d0525fb700d0523d5c5beb264759d67e08a25b6a929b667fc69
7
- data.tar.gz: 17a9bca72a764b2b66cb83209bbf6e20ff52507703524255f1467d76c9193502c176f7c413d8ccec3665bc6c27101bbc7d121952ac3afde712c5fd906bffb468
6
+ metadata.gz: 2237100d2663f76af87d7fce97f5712f1b2f5834f28bec70ba0397cfb89885c96afa13b413cb3f9c2f3e518f8c4a3b190f9fd42f700fd359d51fd28d54f3b65c
7
+ data.tar.gz: fcd9dae339f20620430d380c1f29ce97fbb0c5d2439838176f481a36ccaa37e22959072d94a234d0745803a54155dccc951b1772c0e62419d99e951694904019
@@ -1,3 +1,3 @@
1
1
  module FWToolkit
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
@@ -11,7 +11,7 @@
11
11
  B750288E1C5A3F7A000EB3CF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B750288C1C5A3F7A000EB3CF /* Main.storyboard */; };
12
12
  B75028901C5A3F7A000EB3CF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B750288F1C5A3F7A000EB3CF /* Assets.xcassets */; };
13
13
  B75028931C5A3F7A000EB3CF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B75028911C5A3F7A000EB3CF /* LaunchScreen.storyboard */; };
14
- B750289E1C5A3F7B000EB3CF /* <%= config[:project_name] %>Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = B750289D1C5A3F7B000EB3CF /* <%= config[:project_name] %>Tests.m */; };
14
+ B750289E1C5A3F7B000EB3CF /* <%= config[:class_prefix] %><%= config[:project_name] %>Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = B750289D1C5A3F7B000EB3CF /* <%= config[:class_prefix] %><%= config[:project_name] %>Tests.m */; };
15
15
  B75028E21C5A4208000EB3CF /* <%= config[:class_prefix] %>AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B75028DF1C5A4208000EB3CF /* <%= config[:class_prefix] %>AppDelegate.m */; };
16
16
  B75028E31C5A4208000EB3CF /* <%= config[:class_prefix] %>ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B75028E11C5A4208000EB3CF /* <%= config[:class_prefix] %>ViewController.m */; };
17
17
  /* End PBXBuildFile section */
@@ -34,7 +34,7 @@
34
34
  B75028921C5A3F7A000EB3CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
35
35
  B75028941C5A3F7A000EB3CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
36
36
  B75028991C5A3F7B000EB3CF /* <%= config[:project_name] %>Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "<%= config[:project_name] %>Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
37
- B750289D1C5A3F7B000EB3CF /* <%= config[:project_name] %>Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "<%= config[:project_name] %>Tests.m"; sourceTree = "<group>"; };
37
+ B750289D1C5A3F7B000EB3CF /* <%= config[:class_prefix] %><%= config[:project_name] %>Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "<%= config[:class_prefix] %><%= config[:project_name] %>Tests.m"; sourceTree = "<group>"; };
38
38
  B750289F1C5A3F7B000EB3CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
39
39
  B75028DC1C5A4124000EB3CF /* fw-shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "fw-shared.xcconfig"; sourceTree = "<group>"; };
40
40
  B75028DE1C5A4208000EB3CF /* <%= config[:class_prefix] %>AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "<%= config[:class_prefix] %>AppDelegate.h"; sourceTree = "<group>"; };
@@ -106,7 +106,7 @@
106
106
  isa = PBXGroup;
107
107
  children = (
108
108
  B75028DB1C5A40FF000EB3CF /* Resources */,
109
- B750289D1C5A3F7B000EB3CF /* <%= config[:project_name] %>Tests.m */,
109
+ B750289D1C5A3F7B000EB3CF /* <%= config[:class_prefix] %><%= config[:project_name] %>Tests.m */,
110
110
  );
111
111
  path = "<%= config[:target_name] %>Tests";
112
112
  sourceTree = "<group>";
@@ -173,6 +173,7 @@
173
173
  B75028781C5A3F7A000EB3CF /* Project object */ = {
174
174
  isa = PBXProject;
175
175
  attributes = {
176
+ CLASSPREFIX = "<%= config[:class_prefix] %>";
176
177
  LastUpgradeCheck = 0720;
177
178
  ORGANIZATIONNAME = "Future Workshops";
178
179
  TargetAttributes = {
@@ -239,7 +240,7 @@
239
240
  isa = PBXSourcesBuildPhase;
240
241
  buildActionMask = 2147483647;
241
242
  files = (
242
- B750289E1C5A3F7B000EB3CF /* <%= config[:project_name] %>Tests.m in Sources */,
243
+ B750289E1C5A3F7B000EB3CF /* <%= config[:class_prefix] %><%= config[:project_name] %>Tests.m in Sources */,
243
244
  );
244
245
  runOnlyForDeploymentPostprocessing = 0;
245
246
  };
@@ -0,0 +1,101 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Scheme
3
+ LastUpgradeVersion = "0720"
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 = "B750287F1C5A3F7A000EB3CF"
18
+ BuildableName = "<%= config[:project_name] %>.app"
19
+ BlueprintName = "<%= config[:project_name] %>"
20
+ ReferencedContainer = "container:<%= config[:project_name] %>.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 = "B75028981C5A3F7B000EB3CF"
36
+ BuildableName = "<%= config[:project_name] %>Tests.xctest"
37
+ BlueprintName = "<%= config[:project_name] %>Tests"
38
+ ReferencedContainer = "container:<%= config[:project_name] %>.xcodeproj">
39
+ </BuildableReference>
40
+ </TestableReference>
41
+ </Testables>
42
+ <MacroExpansion>
43
+ <BuildableReference
44
+ BuildableIdentifier = "primary"
45
+ BlueprintIdentifier = "B750287F1C5A3F7A000EB3CF"
46
+ BuildableName = "<%= config[:project_name] %>.app"
47
+ BlueprintName = "<%= config[:project_name] %>"
48
+ ReferencedContainer = "container:<%= config[:project_name] %>.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 = "B750287F1C5A3F7A000EB3CF"
69
+ BuildableName = "<%= config[:project_name] %>.app"
70
+ BlueprintName = "<%= config[:project_name] %>"
71
+ ReferencedContainer = "container:<%= config[:project_name] %>.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 = "B750287F1C5A3F7A000EB3CF"
88
+ BuildableName = "<%= config[:project_name] %>.app"
89
+ BlueprintName = "<%= config[:project_name] %>"
90
+ ReferencedContainer = "container:<%= config[:project_name] %>.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>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
3
+ <dependencies>
4
+ <deployment identifier="iOS"/>
5
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
6
+ </dependencies>
7
+ <scenes>
8
+ <!--Class prefix View Controller-->
9
+ <scene sceneID="tne-QT-ifu">
10
+ <objects>
11
+ <viewController id="BYZ-38-t0r" customClass="<%= config[:class_prefix] %>ViewController" sceneMemberID="viewController">
12
+ <layoutGuides>
13
+ <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
14
+ <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
15
+ </layoutGuides>
16
+ <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
17
+ <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
18
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
20
+ </view>
21
+ </viewController>
22
+ <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
23
+ </objects>
24
+ </scene>
25
+ </scenes>
26
+ </document>
@@ -0,0 +1,39 @@
1
+ //
2
+ // <%= config[:class_prefix] %><%= config[:project_name] %>Tests.m
3
+ // <%= config[:class_prefix] %><%= config[:project_name] %>Tests
4
+ //
5
+ // Created by Fabio Gallonetto on 28/01/2016.
6
+ // Copyright © 2016 Future Workshops. All rights reserved.
7
+ //
8
+
9
+ #import <XCTest/XCTest.h>
10
+
11
+ @interface <%= config[:class_prefix] %><%= config[:project_name] %>Tests : XCTestCase
12
+
13
+ @end
14
+
15
+ @implementation <%= config[:class_prefix] %><%= config[:project_name] %>Tests
16
+
17
+ - (void)setUp {
18
+ [super setUp];
19
+ // Put setup code here. This method is called before the invocation of each test method in the class.
20
+ }
21
+
22
+ - (void)tearDown {
23
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
24
+ [super tearDown];
25
+ }
26
+
27
+ - (void)testExample {
28
+ // This is an example of a functional test case.
29
+ // Use XCTAssert and related functions to verify your tests produce the correct results.
30
+ }
31
+
32
+ - (void)testPerformanceExample {
33
+ // This is an example of a performance test case.
34
+ [self measureBlock:^{
35
+ // Put the code you want to measure the time of here.
36
+ }];
37
+ }
38
+
39
+ @end
@@ -1,4 +1,4 @@
1
- xcodeproj '<%= File.join(config[:project_name], "#{config[:project_name]}.xcodeproj")%>'
1
+ project '<%= File.join(config[:project_name], "#{config[:project_name]}.xcodeproj")%>'
2
2
  platform :ios, '<%= config[:target_platform]%>'
3
3
  link_with '<%= config[:target_name]%>', '<%= config[:tests_target_name]%>'
4
4
 
@@ -0,0 +1,101 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Scheme
3
+ LastUpgradeVersion = "0720"
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 = "B75028B01C5A3F94000EB3CF"
18
+ BuildableName = "<%= config[:project_name] %>.app"
19
+ BlueprintName = "<%= config[:project_name] %>"
20
+ ReferencedContainer = "container:<%= config[:project_name] %>.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 = "B75028C41C5A3F94000EB3CF"
36
+ BuildableName = "<%= config[:project_name] %>Tests.xctest"
37
+ BlueprintName = "<%= config[:project_name] %>Tests"
38
+ ReferencedContainer = "container:<%= config[:project_name] %>.xcodeproj">
39
+ </BuildableReference>
40
+ </TestableReference>
41
+ </Testables>
42
+ <MacroExpansion>
43
+ <BuildableReference
44
+ BuildableIdentifier = "primary"
45
+ BlueprintIdentifier = "B75028B01C5A3F94000EB3CF"
46
+ BuildableName = "<%= config[:project_name] %>.app"
47
+ BlueprintName = "<%= config[:project_name] %>"
48
+ ReferencedContainer = "container:<%= config[:project_name] %>.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 = "B75028B01C5A3F94000EB3CF"
69
+ BuildableName = "<%= config[:project_name] %>.app"
70
+ BlueprintName = "<%= config[:project_name] %>"
71
+ ReferencedContainer = "container:<%= config[:project_name] %>.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 = "B75028B01C5A3F94000EB3CF"
88
+ BuildableName = "<%= config[:project_name] %>.app"
89
+ BlueprintName = "<%= config[:project_name] %>"
90
+ ReferencedContainer = "container:<%= config[:project_name] %>.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,5 +1,7 @@
1
- xcodeproj '<%= File.join(config[:project_name], "#{config[:project_name]}.xcodeproj")%>'
1
+ project '<%= File.join(config[:project_name], "#{config[:project_name]}.xcodeproj")%>'
2
2
  platform :ios, '<%= config[:target_platform]%>'
3
3
  link_with '<%= config[:target_name]%>', '<%= config[:tests_target_name]%>'
4
4
 
5
+ use_frameworks!
6
+
5
7
  pod 'AFNetworking'
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.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Gallonetto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-28 00:00:00.000000000 Z
11
+ date: 2016-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -238,6 +238,7 @@ files:
238
238
  - templates/objc_project/xcode/%project_name%.xcworkspace/contents.xcworkspacedata.tt
239
239
  - templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
240
240
  - templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/project.xcworkspace/contents.xcworkspacedata.tt
241
+ - templates/objc_project/xcode/%project_name%/%project_name%.xcodeproj/xcshareddata/xcschemes/%project_name%.xcscheme.tt
241
242
  - templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%AppDelegate.h.tt
242
243
  - templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%AppDelegate.m.tt
243
244
  - templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.h.tt
@@ -246,10 +247,12 @@ files:
246
247
  - templates/objc_project/xcode/%project_name%/%target_name%/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json
247
248
  - templates/objc_project/xcode/%project_name%/%target_name%/Resources/Base.lproj/LaunchScreen.storyboard
248
249
  - templates/objc_project/xcode/%project_name%/%target_name%/Resources/Base.lproj/Main.storyboard
250
+ - templates/objc_project/xcode/%project_name%/%target_name%/Resources/Base.lproj/Main.storyboard.tt
249
251
  - templates/objc_project/xcode/%project_name%/%target_name%/Supporting Files/Info.plist
250
252
  - templates/objc_project/xcode/%project_name%/%target_name%/Supporting Files/fw-shared.xcconfig
251
253
  - templates/objc_project/xcode/%project_name%/%target_name%/Supporting Files/main.m.tt
252
254
  - templates/objc_project/xcode/%project_name%/%target_name%/ViewController.swift.tt
255
+ - templates/objc_project/xcode/%project_name%/%target_name%Tests/%class_prefix%%project_name%Tests.m.tt
253
256
  - templates/objc_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt
254
257
  - templates/objc_project/xcode/%project_name%/%target_name%Tests/Resources/Info.plist
255
258
  - templates/objc_project/xcode/%project_name%/%tests_target_name%/%project_name%Tests.swift.tt
@@ -261,6 +264,7 @@ files:
261
264
  - templates/swift_project/xcode/%project_name%.xcworkspace/contents.xcworkspacedata.tt
262
265
  - templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
263
266
  - templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/project.xcworkspace/contents.xcworkspacedata.tt
267
+ - templates/swift_project/xcode/%project_name%/%project_name%.xcodeproj/xcshareddata/xcschemes/%project_name%.xcscheme.tt
264
268
  - templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%AppDelegate.h.tt
265
269
  - templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%AppDelegate.m.tt
266
270
  - templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.h.tt