Skip to content

Commit

Permalink
Add Source, Fortune and SpinWheel View
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersyd committed Apr 7, 2021
1 parent 6e2e745 commit 540c60c
Show file tree
Hide file tree
Showing 38 changed files with 1,650 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Example/FortuneWheel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0759F59319BA8CF6C2641179 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
0759F59319BA8CF6C2641179 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
18767F647EFF1BA5C1558BBB /* Pods_FortuneWheel_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FortuneWheel_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2708F23E7D2A2125A4E4DD15 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
2708F23E7D2A2125A4E4DD15 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
31372643FBB8ABF62BC2A375 /* Pods_FortuneWheel_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FortuneWheel_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
42F18EE2AC75AD6092567D95 /* FortuneWheel.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = FortuneWheel.podspec; path = ../FortuneWheel.podspec; sourceTree = "<group>"; };
42F18EE2AC75AD6092567D95 /* FortuneWheel.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = FortuneWheel.podspec; path = ../FortuneWheel.podspec; sourceTree = "<group>"; };
5738BAF7D5DAEAE1CD8AF682 /* Pods-FortuneWheel_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FortuneWheel_Tests.release.xcconfig"; path = "Target Support Files/Pods-FortuneWheel_Tests/Pods-FortuneWheel_Tests.release.xcconfig"; sourceTree = "<group>"; };
607FACD01AFB9204008FA782 /* FortuneWheel_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FortuneWheel_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -156,7 +156,6 @@
E83FBBF3CAD777A334F4BBC6 /* Pods-FortuneWheel_Tests.debug.xcconfig */,
5738BAF7D5DAEAE1CD8AF682 /* Pods-FortuneWheel_Tests.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -227,6 +226,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -419,7 +419,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -465,7 +465,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down
10 changes: 10 additions & 0 deletions Example/FortuneWheel.xcworkspace/contents.xcworkspacedata

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!

platform :ios, '9.0'
platform :ios, '13.0'

target 'FortuneWheel_Example' do
pod 'FortuneWheel', :path => '../'
Expand Down
16 changes: 16 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- FortuneWheel (0.1.0)

DEPENDENCIES:
- FortuneWheel (from `../`)

EXTERNAL SOURCES:
FortuneWheel:
:path: "../"

SPEC CHECKSUMS:
FortuneWheel: 856cb9762eb832d0fc31d2365618233d25808716

PODFILE CHECKSUM: 6ba86c8c2ecfe2dcce509cd80b66e0ace54df756

COCOAPODS: 1.10.1
22 changes: 22 additions & 0 deletions Example/Pods/Local Podspecs/FortuneWheel.podspec.json

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

16 changes: 16 additions & 0 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 540c60c

Please sign in to comment.