fwtoolkit 1.0.2 → 1.0.3
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,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzFlOTY0YzcwMGQ4NjU0NjY3MmZjYmJjNGY0ZDM1ZWEzYmQ5ZTM1MA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OWQxYWRlODQwNTNkODExMzkzMDFhMTBmNzFjYzNlYjg4MzUzYTY0NQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjFjN2FkY2ZhZGU2ODk3MTFlZGM4ZWRmZmZjYjM4NjY4MTNkNDEyZTc0OTg3
|
10
|
+
MzIxYjA4YjhiZDRlNDVlMTc0ZjZiYjBhZGU5Yjc0YjczYmYzMmRhOTM0NzZi
|
11
|
+
ODZmMGRkYzIzOWNhNzAxYWM3Y2M4YmVkMzIyNmQ5YmExZDgyYzY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzcxMTRhYzFlOGJlNGQxYTc3YzE3YWU0ZDAxZGY3YjYyYTViNjc3YjVjMDgx
|
14
|
+
ZWZjNTVmZDBjNjdmMzk2OWFhYjA3ODliYzE3ZWM1MGZmODUwZmUyMmM4MzZh
|
15
|
+
Y2E2YWQ0ZTIyYTFiYzMxZjM5NTMwNmYyMjdlMWY3MjBlNDMxMzU=
|
data/lib/fwtoolkit/version.rb
CHANGED
data/templates/default_project/xcode/%project_name%/%project_name%.xcodeproj/project.pbxproj.tt
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
/* End PBXContainerItemProxy section */
|
37
37
|
|
38
38
|
/* Begin PBXFileReference section */
|
39
|
-
B7402BC416C26CE70014570E /* <%= config[:binary_name]
|
39
|
+
B7402BC416C26CE70014570E /* <%= config[:binary_name] %>.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "<%= config[:binary_name] %>.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
40
40
|
B7402BC816C26CE70014570E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
41
41
|
B7402BCA16C26CE70014570E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
42
42
|
B7402BCC16C26CE70014570E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
@@ -96,7 +96,7 @@
|
|
96
96
|
B7402BC516C26CE70014570E /* Products */ = {
|
97
97
|
isa = PBXGroup;
|
98
98
|
children = (
|
99
|
-
B7402BC416C26CE70014570E /* <%= config[:binary_name]
|
99
|
+
B7402BC416C26CE70014570E /* <%= config[:binary_name] %>.app */,
|
100
100
|
B7402BE516C26CE70014570E /* <%= config[:binary_name] %>Tests.octest */,
|
101
101
|
);
|
102
102
|
name = Products;
|
@@ -182,7 +182,7 @@
|
|
182
182
|
);
|
183
183
|
name = "<%= config[:target_name] %>";
|
184
184
|
productName = "<%= config[:project_name] %>";
|
185
|
-
productReference = B7402BC416C26CE70014570E /* <%= config[:binary_name]
|
185
|
+
productReference = B7402BC416C26CE70014570E /* <%= config[:binary_name] %>.app */;
|
186
186
|
productType = "com.apple.product-type.application";
|
187
187
|
};
|
188
188
|
B7402BE416C26CE70014570E /* <%= config[:tests_target_name] %> */ = {
|
@@ -210,7 +210,7 @@
|
|
210
210
|
B7402BBB16C26CE70014570E /* Project object */ = {
|
211
211
|
isa = PBXProject;
|
212
212
|
attributes = {
|
213
|
-
CLASSPREFIX =
|
213
|
+
CLASSPREFIX = <%= config[:class_prefix] %>;
|
214
214
|
LastUpgradeCheck = 0450;
|
215
215
|
ORGANIZATIONNAME = "<%= config[:Organization_Name] %>";
|
216
216
|
};
|
@@ -372,7 +372,7 @@
|
|
372
372
|
INFOPLIST_FILE = "$(SRCROOT)/<%= config[:target_name] %>/Supporting Files/<%= config[:project_name] %>-Info.plist";
|
373
373
|
INFOPLIST_PREFIX_HEADER = "$(SRCROOT)/<%= config[:target_name] %>/Supporting Files/info.plist.h";
|
374
374
|
INFOPLIST_PREPROCESS = YES;
|
375
|
-
PRODUCT_NAME = "<%= config[:binary_name]
|
375
|
+
PRODUCT_NAME = "<%= config[:binary_name] %>";
|
376
376
|
WRAPPER_EXTENSION = app;
|
377
377
|
};
|
378
378
|
name = Testing;
|
@@ -456,7 +456,7 @@
|
|
456
456
|
INFOPLIST_FILE = "$(SRCROOT)/<%= config[:target_name] %>/Supporting Files/<%= config[:project_name] %>-Info.plist";
|
457
457
|
INFOPLIST_PREFIX_HEADER = "$(SRCROOT)/<%= config[:target_name] %>/Supporting Files/info.plist.h";
|
458
458
|
INFOPLIST_PREPROCESS = YES;
|
459
|
-
PRODUCT_NAME = "<%= config[:binary_name]
|
459
|
+
PRODUCT_NAME = "<%= config[:binary_name] %>";
|
460
460
|
WRAPPER_EXTENSION = app;
|
461
461
|
};
|
462
462
|
name = Debug;
|