Skip to content

Commit

Permalink
Merge pull request #8 from WallabyStuff/develop
Browse files Browse the repository at this point in the history
Version 0.1.0
  • Loading branch information
WallabyStuff authored Dec 27, 2022
2 parents 80c92a0 + 19a8f67 commit 0c1101c
Show file tree
Hide file tree
Showing 16 changed files with 1,054 additions and 187 deletions.
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, '11.0'
platform :ios, '13.0'

target 'RadioColorPicker_Example' do
pod 'RadioColorPicker', :path => '../'
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
RadioColorPicker: a3e6e48a27ebefba08253d7d1808354237cd868d
RadioColorPicker: 96c1c1b9ffd4ec7d816e128a074d21cf1e295baa

PODFILE CHECKSUM: bea30b00c882a2a46985530fd5cfb32969773b5c
PODFILE CHECKSUM: c82bea26919ba0d25cf9658f6a786d2a2cbf9a6f

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/RadioColorPicker.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

325 changes: 164 additions & 161 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

18 changes: 12 additions & 6 deletions Example/RadioColorPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,12 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 497P4L97SV;
LastSwiftMigration = 0900;
};
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 497P4L97SV;
LastSwiftMigration = 0900;
TestTargetID = 607FACCF1AFB9204008FA782;
};
Expand Down Expand Up @@ -419,7 +421,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -465,7 +467,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand All @@ -478,8 +480,9 @@
baseConfigurationReference = 30C2B1A65D548FF6855C747B /* Pods-RadioColorPicker_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 497P4L97SV;
INFOPLIST_FILE = RadioColorPicker/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
Expand All @@ -494,8 +497,9 @@
baseConfigurationReference = 62C4A58EA8E583A5A0204C99 /* Pods-RadioColorPicker_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 497P4L97SV;
INFOPLIST_FILE = RadioColorPicker/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
Expand All @@ -509,6 +513,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D44D39B84912000AC86F4C67 /* Pods-RadioColorPicker_Tests.debug.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = 497P4L97SV;
FRAMEWORK_SEARCH_PATHS = (
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
Expand All @@ -518,7 +523,7 @@
"$(inherited)",
);
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -532,12 +537,13 @@
isa = XCBuildConfiguration;
baseConfigurationReference = EE5A333195A1813B95FA212E /* Pods-RadioColorPicker_Tests.release.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = 497P4L97SV;
FRAMEWORK_SEARCH_PATHS = (
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions Example/RadioColorPicker/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// AppDelegate.swift
// RadioColorPicker
//
// Created by SunneyG on 12/19/2022.
// Copyright (c) 2022 SunneyG. All rights reserved.
// Created by Wallaby on 12/19/2022.
// Copyright (c) 2022 Wallaby. All rights reserved.
//

import UIKit
Expand Down
Loading

0 comments on commit 0c1101c

Please sign in to comment.