Skip to content

Commit 0185a75

Browse files
committed
initial commit
1 parent d8f2530 commit 0185a75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2181
-229
lines changed

Example/Gatti.xcodeproj/project.pbxproj

Lines changed: 3 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,16 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
0C76B46C6AF3B81E54AD2AE8 /* Pods_Gatti_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A18DB97169CF2BA309FF0D5C /* Pods_Gatti_Tests.framework */; };
1110
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
1211
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
1312
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
1413
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
1514
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
16-
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
1715
65435DF06772BEE0744A2F2E /* Pods_Gatti_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30B5118B849D27D7EBF6A21A /* Pods_Gatti_Example.framework */; };
1816
/* End PBXBuildFile section */
1917

20-
/* Begin PBXContainerItemProxy section */
21-
607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = {
22-
isa = PBXContainerItemProxy;
23-
containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
24-
proxyType = 1;
25-
remoteGlobalIDString = 607FACCF1AFB9204008FA782;
26-
remoteInfo = Gatti;
27-
};
28-
/* End PBXContainerItemProxy section */
29-
3018
/* Begin PBXFileReference section */
31-
2E1C96E2F1FAE125923F198F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
19+
2E1C96E2F1FAE125923F198F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
3220
30B5118B849D27D7EBF6A21A /* Pods_Gatti_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Gatti_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3321
607FACD01AFB9204008FA782 /* Gatti_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Gatti_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3422
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -37,15 +25,12 @@
3725
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3826
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
3927
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
40-
607FACE51AFB9204008FA782 /* Gatti_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Gatti_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
41-
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
42-
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
4328
70466DA69A711B99E48E9962 /* Pods-Gatti_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gatti_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Gatti_Tests/Pods-Gatti_Tests.release.xcconfig"; sourceTree = "<group>"; };
4429
75572A0766CB054CBD3FB7C3 /* Pods-Gatti_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gatti_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Gatti_Example/Pods-Gatti_Example.debug.xcconfig"; sourceTree = "<group>"; };
4530
88FFBA72FFD9F4FEF3437194 /* Pods-Gatti_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gatti_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Gatti_Example/Pods-Gatti_Example.release.xcconfig"; sourceTree = "<group>"; };
46-
902F297446339C072DEAC97A /* Gatti.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = Gatti.podspec; path = ../Gatti.podspec; sourceTree = "<group>"; };
31+
902F297446339C072DEAC97A /* Gatti.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Gatti.podspec; path = ../Gatti.podspec; sourceTree = "<group>"; };
4732
A18DB97169CF2BA309FF0D5C /* Pods_Gatti_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Gatti_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48-
B61D1BD108043A7EEE0C17C2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
33+
B61D1BD108043A7EEE0C17C2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
4934
CF330512D9881D7584A94A28 /* Pods-Gatti_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gatti_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Gatti_Tests/Pods-Gatti_Tests.debug.xcconfig"; sourceTree = "<group>"; };
5035
/* End PBXFileReference section */
5136

@@ -58,14 +43,6 @@
5843
);
5944
runOnlyForDeploymentPostprocessing = 0;
6045
};
61-
607FACE21AFB9204008FA782 /* Frameworks */ = {
62-
isa = PBXFrameworksBuildPhase;
63-
buildActionMask = 2147483647;
64-
files = (
65-
0C76B46C6AF3B81E54AD2AE8 /* Pods_Gatti_Tests.framework in Frameworks */,
66-
);
67-
runOnlyForDeploymentPostprocessing = 0;
68-
};
6946
/* End PBXFrameworksBuildPhase section */
7047

7148
/* Begin PBXGroup section */
@@ -74,7 +51,6 @@
7451
children = (
7552
607FACF51AFB993E008FA782 /* Podspec Metadata */,
7653
607FACD21AFB9204008FA782 /* Example for Gatti */,
77-
607FACE81AFB9204008FA782 /* Tests */,
7854
607FACD11AFB9204008FA782 /* Products */,
7955
EAD091DE9C0C2D7DD9BB522A /* Pods */,
8056
6EFB48DD9FE34F1FDBB15B52 /* Frameworks */,
@@ -85,7 +61,6 @@
8561
isa = PBXGroup;
8662
children = (
8763
607FACD01AFB9204008FA782 /* Gatti_Example.app */,
88-
607FACE51AFB9204008FA782 /* Gatti_Tests.xctest */,
8964
);
9065
name = Products;
9166
sourceTree = "<group>";
@@ -112,23 +87,6 @@
11287
name = "Supporting Files";
11388
sourceTree = "<group>";
11489
};
115-
607FACE81AFB9204008FA782 /* Tests */ = {
116-
isa = PBXGroup;
117-
children = (
118-
607FACEB1AFB9204008FA782 /* Tests.swift */,
119-
607FACE91AFB9204008FA782 /* Supporting Files */,
120-
);
121-
path = Tests;
122-
sourceTree = "<group>";
123-
};
124-
607FACE91AFB9204008FA782 /* Supporting Files */ = {
125-
isa = PBXGroup;
126-
children = (
127-
607FACEA1AFB9204008FA782 /* Info.plist */,
128-
);
129-
name = "Supporting Files";
130-
sourceTree = "<group>";
131-
};
13290
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
13391
isa = PBXGroup;
13492
children = (
@@ -181,25 +139,6 @@
181139
productReference = 607FACD01AFB9204008FA782 /* Gatti_Example.app */;
182140
productType = "com.apple.product-type.application";
183141
};
184-
607FACE41AFB9204008FA782 /* Gatti_Tests */ = {
185-
isa = PBXNativeTarget;
186-
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Gatti_Tests" */;
187-
buildPhases = (
188-
BA14F759A4FE58989BBD0EC3 /* [CP] Check Pods Manifest.lock */,
189-
607FACE11AFB9204008FA782 /* Sources */,
190-
607FACE21AFB9204008FA782 /* Frameworks */,
191-
607FACE31AFB9204008FA782 /* Resources */,
192-
);
193-
buildRules = (
194-
);
195-
dependencies = (
196-
607FACE71AFB9204008FA782 /* PBXTargetDependency */,
197-
);
198-
name = Gatti_Tests;
199-
productName = Tests;
200-
productReference = 607FACE51AFB9204008FA782 /* Gatti_Tests.xctest */;
201-
productType = "com.apple.product-type.bundle.unit-test";
202-
};
203142
/* End PBXNativeTarget section */
204143

205144
/* Begin PBXProject section */
@@ -214,11 +153,6 @@
214153
CreatedOnToolsVersion = 6.3.1;
215154
LastSwiftMigration = 0900;
216155
};
217-
607FACE41AFB9204008FA782 = {
218-
CreatedOnToolsVersion = 6.3.1;
219-
LastSwiftMigration = 0900;
220-
TestTargetID = 607FACCF1AFB9204008FA782;
221-
};
222156
};
223157
};
224158
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "Gatti" */;
@@ -235,7 +169,6 @@
235169
projectRoot = "";
236170
targets = (
237171
607FACCF1AFB9204008FA782 /* Gatti_Example */,
238-
607FACE41AFB9204008FA782 /* Gatti_Tests */,
239172
);
240173
};
241174
/* End PBXProject section */
@@ -251,13 +184,6 @@
251184
);
252185
runOnlyForDeploymentPostprocessing = 0;
253186
};
254-
607FACE31AFB9204008FA782 /* Resources */ = {
255-
isa = PBXResourcesBuildPhase;
256-
buildActionMask = 2147483647;
257-
files = (
258-
);
259-
runOnlyForDeploymentPostprocessing = 0;
260-
};
261187
/* End PBXResourcesBuildPhase section */
262188

263189
/* Begin PBXShellScriptBuildPhase section */
@@ -279,24 +205,6 @@
279205
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
280206
showEnvVarsInLog = 0;
281207
};
282-
BA14F759A4FE58989BBD0EC3 /* [CP] Check Pods Manifest.lock */ = {
283-
isa = PBXShellScriptBuildPhase;
284-
buildActionMask = 2147483647;
285-
files = (
286-
);
287-
inputPaths = (
288-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
289-
"${PODS_ROOT}/Manifest.lock",
290-
);
291-
name = "[CP] Check Pods Manifest.lock";
292-
outputPaths = (
293-
"$(DERIVED_FILE_DIR)/Pods-Gatti_Tests-checkManifestLockResult.txt",
294-
);
295-
runOnlyForDeploymentPostprocessing = 0;
296-
shellPath = /bin/sh;
297-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
298-
showEnvVarsInLog = 0;
299-
};
300208
FB33F2C3EA42D7B12594482F /* [CP] Embed Pods Frameworks */ = {
301209
isa = PBXShellScriptBuildPhase;
302210
buildActionMask = 2147483647;
@@ -327,24 +235,8 @@
327235
);
328236
runOnlyForDeploymentPostprocessing = 0;
329237
};
330-
607FACE11AFB9204008FA782 /* Sources */ = {
331-
isa = PBXSourcesBuildPhase;
332-
buildActionMask = 2147483647;
333-
files = (
334-
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */,
335-
);
336-
runOnlyForDeploymentPostprocessing = 0;
337-
};
338238
/* End PBXSourcesBuildPhase section */
339239

340-
/* Begin PBXTargetDependency section */
341-
607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
342-
isa = PBXTargetDependency;
343-
target = 607FACCF1AFB9204008FA782 /* Gatti_Example */;
344-
targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
345-
};
346-
/* End PBXTargetDependency section */
347-
348240
/* Begin PBXVariantGroup section */
349241
607FACD91AFB9204008FA782 /* Main.storyboard */ = {
350242
isa = PBXVariantGroup;
@@ -494,46 +386,6 @@
494386
};
495387
name = Release;
496388
};
497-
607FACF31AFB9204008FA782 /* Debug */ = {
498-
isa = XCBuildConfiguration;
499-
baseConfigurationReference = CF330512D9881D7584A94A28 /* Pods-Gatti_Tests.debug.xcconfig */;
500-
buildSettings = {
501-
FRAMEWORK_SEARCH_PATHS = (
502-
"$(SDKROOT)/Developer/Library/Frameworks",
503-
"$(inherited)",
504-
);
505-
GCC_PREPROCESSOR_DEFINITIONS = (
506-
"DEBUG=1",
507-
"$(inherited)",
508-
);
509-
INFOPLIST_FILE = Tests/Info.plist;
510-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
511-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
512-
PRODUCT_NAME = "$(TARGET_NAME)";
513-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
514-
SWIFT_VERSION = 4.0;
515-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Gatti_Example.app/Gatti_Example";
516-
};
517-
name = Debug;
518-
};
519-
607FACF41AFB9204008FA782 /* Release */ = {
520-
isa = XCBuildConfiguration;
521-
baseConfigurationReference = 70466DA69A711B99E48E9962 /* Pods-Gatti_Tests.release.xcconfig */;
522-
buildSettings = {
523-
FRAMEWORK_SEARCH_PATHS = (
524-
"$(SDKROOT)/Developer/Library/Frameworks",
525-
"$(inherited)",
526-
);
527-
INFOPLIST_FILE = Tests/Info.plist;
528-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
529-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
530-
PRODUCT_NAME = "$(TARGET_NAME)";
531-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
532-
SWIFT_VERSION = 4.0;
533-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Gatti_Example.app/Gatti_Example";
534-
};
535-
name = Release;
536-
};
537389
/* End XCBuildConfiguration section */
538390

539391
/* Begin XCConfigurationList section */
@@ -555,15 +407,6 @@
555407
defaultConfigurationIsVisible = 0;
556408
defaultConfigurationName = Release;
557409
};
558-
607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Gatti_Tests" */ = {
559-
isa = XCConfigurationList;
560-
buildConfigurations = (
561-
607FACF31AFB9204008FA782 /* Debug */,
562-
607FACF41AFB9204008FA782 /* Release */,
563-
);
564-
defaultConfigurationIsVisible = 0;
565-
defaultConfigurationName = Release;
566-
};
567410
/* End XCConfigurationList section */
568411
};
569412
rootObject = 607FACC81AFB9204008FA782 /* Project object */;

Example/Gatti.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

0 commit comments

Comments
 (0)