Skip to content

Commit

Permalink
Fixed a typo and updated project template
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed Sep 25, 2016
1 parent 8c379b6 commit 5886898
Show file tree
Hide file tree
Showing 19 changed files with 322 additions and 438 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ GCHelper adheres to [Semantic Versioning](http://semver.org).

---

## [0.4.1](https://github.com/jackcook/GCHelper/releases/tag/0.4.1) (09-25-2016)

* Updated the library to use Swift 3

## [0.3.1](https://github.com/jackcook/GCHelper/releases/tag/0.3.1) (03-05-2016)

* Added methods to enhance the handling of achievements
Expand Down
54 changes: 27 additions & 27 deletions Example/GCHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
objects = {

/* Begin PBXBuildFile section */
3F8F24C44DAD9FFCAED1DF3A /* Pods_GCHelper_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96CE6A7723709277CB91BF71 /* Pods_GCHelper_Tests.framework */; };
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
D69B58E8DD67F81341EDE9AB /* Pods_GCHelper_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E33A89235D6B957E1315930A /* Pods_GCHelper_Tests.framework */; };
EBE381651C8BDF0E0080A077 /* CHANGELOG.md in Sources */ = {isa = PBXBuildFile; fileRef = EBE381641C8BDF0E0080A077 /* CHANGELOG.md */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
001ABD164253D9C17CB53ECD /* GCHelper.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GCHelper.podspec; path = ../GCHelper.podspec; sourceTree = "<group>"; };
5DBFDE30D03C463D08364379 /* Pods-GCHelper_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GCHelper_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-GCHelper_Tests/Pods-GCHelper_Tests.release.xcconfig"; sourceTree = "<group>"; };
04F45670C4E6CA29A4E34AC2 /* Pods-GCHelper_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GCHelper_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-GCHelper_Tests/Pods-GCHelper_Tests.release.xcconfig"; sourceTree = "<group>"; };
607FACE51AFB9204008FA782 /* GCHelper_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GCHelper_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
96CE6A7723709277CB91BF71 /* Pods_GCHelper_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GCHelper_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B7CE159108F85296C814F9B3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
B8B45F7CB4CC80155B3417BA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
C12EE95A3E4D6A720EA20224 /* Pods-GCHelper_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GCHelper_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GCHelper_Tests/Pods-GCHelper_Tests.debug.xcconfig"; sourceTree = "<group>"; };
E33A89235D6B957E1315930A /* Pods_GCHelper_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GCHelper_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CE855D199E15DD75C4BB935A /* Pods-GCHelper_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GCHelper_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GCHelper_Tests/Pods-GCHelper_Tests.debug.xcconfig"; sourceTree = "<group>"; };
EBE381641C8BDF0E0080A077 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -30,7 +30,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D69B58E8DD67F81341EDE9AB /* Pods_GCHelper_Tests.framework in Frameworks */,
3F8F24C44DAD9FFCAED1DF3A /* Pods_GCHelper_Tests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -43,8 +43,8 @@
607FACF51AFB993E008FA782 /* Podspec Metadata */,
607FACE81AFB9204008FA782 /* Tests */,
607FACD11AFB9204008FA782 /* Products */,
C3B70D2C8DE705B8B254D10A /* Pods */,
DF380A263D040620731CC701 /* Frameworks */,
D6C6F9C6340BA6ACB09D177D /* Pods */,
844710D48843C5BD78233C56 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -84,21 +84,21 @@
name = "Podspec Metadata";
sourceTree = "<group>";
};
C3B70D2C8DE705B8B254D10A /* Pods */ = {
844710D48843C5BD78233C56 /* Frameworks */ = {
isa = PBXGroup;
children = (
C12EE95A3E4D6A720EA20224 /* Pods-GCHelper_Tests.debug.xcconfig */,
5DBFDE30D03C463D08364379 /* Pods-GCHelper_Tests.release.xcconfig */,
96CE6A7723709277CB91BF71 /* Pods_GCHelper_Tests.framework */,
);
name = Pods;
name = Frameworks;
sourceTree = "<group>";
};
DF380A263D040620731CC701 /* Frameworks */ = {
D6C6F9C6340BA6ACB09D177D /* Pods */ = {
isa = PBXGroup;
children = (
E33A89235D6B957E1315930A /* Pods_GCHelper_Tests.framework */,
CE855D199E15DD75C4BB935A /* Pods-GCHelper_Tests.debug.xcconfig */,
04F45670C4E6CA29A4E34AC2 /* Pods-GCHelper_Tests.release.xcconfig */,
);
name = Frameworks;
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand All @@ -108,12 +108,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "GCHelper_Tests" */;
buildPhases = (
6406349AF70C5C63C63128D3 /* Check Pods Manifest.lock */,
FEDBE3E6198B514D88934CBD /* [CP] Check Pods Manifest.lock */,
607FACE11AFB9204008FA782 /* Sources */,
607FACE21AFB9204008FA782 /* Frameworks */,
607FACE31AFB9204008FA782 /* Resources */,
6F7AA01F48BE10BCF2C67979 /* Embed Pods Frameworks */,
E36B43F4EEE44A941F5A0556 /* Copy Pods Resources */,
B6403755B3190321306F2C4B /* [CP] Embed Pods Frameworks */,
8673EB7687DB938E2FEF40E4 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -169,49 +169,49 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
6406349AF70C5C63C63128D3 /* Check Pods Manifest.lock */ = {
8673EB7687DB938E2FEF40E4 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GCHelper_Tests/Pods-GCHelper_Tests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
6F7AA01F48BE10BCF2C67979 /* Embed Pods Frameworks */ = {
B6403755B3190321306F2C4B /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GCHelper_Tests/Pods-GCHelper_Tests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
E36B43F4EEE44A941F5A0556 /* Copy Pods Resources */ = {
FEDBE3E6198B514D88934CBD /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GCHelper_Tests/Pods-GCHelper_Tests-resources.sh\"\n";
shellScript = "diff \"${PODS_ROOT}/../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";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -313,7 +313,7 @@
};
607FACF31AFB9204008FA782 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C12EE95A3E4D6A720EA20224 /* Pods-GCHelper_Tests.debug.xcconfig */;
baseConfigurationReference = CE855D199E15DD75C4BB935A /* Pods-GCHelper_Tests.debug.xcconfig */;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
Expand All @@ -333,7 +333,7 @@
};
607FACF41AFB9204008FA782 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 5DBFDE30D03C463D08364379 /* Pods-GCHelper_Tests.release.xcconfig */;
baseConfigurationReference = 04F45670C4E6CA29A4E34AC2 /* Pods-GCHelper_Tests.release.xcconfig */;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
Expand Down
5 changes: 1 addition & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

target 'GCHelper_Tests', :exclusive => true do
target 'GCHelper_Tests' do
pod 'GCHelper', :path => '../'


end
8 changes: 5 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- GCHelper (0.1.0)
- GCHelper (0.4)

DEPENDENCIES:
- GCHelper (from `../`)
Expand All @@ -9,6 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
GCHelper: 7bfa7bf7ecef8a5ab878c011c69c00c916d9a9db
GCHelper: f72da0ef55a7f377df3cf19660fccb04228eaa88

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 48db1f9e069b69a848a12d1d8a59d09bb18826d0

COCOAPODS: 1.1.0.rc.2
20 changes: 8 additions & 12 deletions Example/Pods/Local Podspecs/GCHelper.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5886898

Please sign in to comment.