Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .bundle/config

This file was deleted.

1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

5 changes: 0 additions & 5 deletions DownPicker.playground/Contents.swift

This file was deleted.

4 changes: 0 additions & 4 deletions DownPicker.playground/contents.xcplayground

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion DownPickerSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DownPickerSwift'
s.version = '1.1.2'
s.version = '2.0.0'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'DownPickerSwift is an extremely light-weight class library for creating DropDownList / ComboBox controls for iOS.'
s.homepage = 'https://github.com/HomebaseAI/DownPickerSwift'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
3549BB501DA38A2000C63030 /* DownPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3549BB181DA3890B00C63030 /* DownPicker.h */; settings = {ATTRIBUTES = (Public, ); }; };
3549BB661DA38ADB00C63030 /* DownPicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3549BB211DA389CD00C63030 /* DownPicker.framework */; };
3549BB661DA38ADB00C63030 /* DownPickerSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3549BB211DA389CD00C63030 /* DownPickerSwift.framework */; };
359649031FB18CC000FC7ADC /* DownPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 359649021FB18CBF00FC7ADC /* DownPicker.swift */; };
BD35B4F221DE6F45009F360C /* UIDownPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD35B4F121DE6F45009F360C /* UIDownPicker.swift */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -39,9 +39,9 @@
/* Begin PBXFileReference section */
3549BB171DA3890B00C63030 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3549BB181DA3890B00C63030 /* DownPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DownPicker.h; sourceTree = "<group>"; };
3549BB211DA389CD00C63030 /* DownPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DownPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3549BB211DA389CD00C63030 /* DownPickerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DownPickerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3549BB581DA38A8800C63030 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3549BB611DA38ADB00C63030 /* DownPickerTests-iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DownPickerTests-iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
3549BB611DA38ADB00C63030 /* DownPickerSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DownPickerSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
359649021FB18CBF00FC7ADC /* DownPicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownPicker.swift; sourceTree = "<group>"; };
BD35B4F121DE6F45009F360C /* UIDownPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIDownPicker.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -58,7 +58,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3549BB661DA38ADB00C63030 /* DownPicker.framework in Frameworks */,
3549BB661DA38ADB00C63030 /* DownPickerSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -78,8 +78,8 @@
3549BB061DA387DB00C63030 /* Products */ = {
isa = PBXGroup;
children = (
3549BB211DA389CD00C63030 /* DownPicker.framework */,
3549BB611DA38ADB00C63030 /* DownPickerTests-iOS.xctest */,
3549BB211DA389CD00C63030 /* DownPickerSwift.framework */,
3549BB611DA38ADB00C63030 /* DownPickerSwiftTests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -148,9 +148,9 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
3549BB201DA389CD00C63030 /* DownPicker-iOS */ = {
3549BB201DA389CD00C63030 /* DownPickerSwift */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3549BB261DA389CD00C63030 /* Build configuration list for PBXNativeTarget "DownPicker-iOS" */;
buildConfigurationList = 3549BB261DA389CD00C63030 /* Build configuration list for PBXNativeTarget "DownPickerSwift" */;
buildPhases = (
3549BB1C1DA389CD00C63030 /* Sources */,
3549BB1D1DA389CD00C63030 /* Frameworks */,
Expand All @@ -161,14 +161,14 @@
);
dependencies = (
);
name = "DownPicker-iOS";
name = DownPickerSwift;
productName = "DownPicker-iOS";
productReference = 3549BB211DA389CD00C63030 /* DownPicker.framework */;
productReference = 3549BB211DA389CD00C63030 /* DownPickerSwift.framework */;
productType = "com.apple.product-type.framework";
};
3549BB601DA38ADB00C63030 /* DownPickerTests-iOS */ = {
3549BB601DA38ADB00C63030 /* DownPickerSwiftTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3549BB691DA38ADB00C63030 /* Build configuration list for PBXNativeTarget "DownPickerTests-iOS" */;
buildConfigurationList = 3549BB691DA38ADB00C63030 /* Build configuration list for PBXNativeTarget "DownPickerSwiftTests" */;
buildPhases = (
3549BB5D1DA38ADB00C63030 /* Sources */,
3549BB5E1DA38ADB00C63030 /* Frameworks */,
Expand All @@ -180,9 +180,9 @@
dependencies = (
3549BB681DA38ADB00C63030 /* PBXTargetDependency */,
);
name = "DownPickerTests-iOS";
name = DownPickerSwiftTests;
productName = "DownPickerTests-iOS";
productReference = 3549BB611DA38ADB00C63030 /* DownPickerTests-iOS.xctest */;
productReference = 3549BB611DA38ADB00C63030 /* DownPickerSwiftTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
Expand All @@ -207,7 +207,7 @@
};
};
};
buildConfigurationList = 3549BAFF1DA387DB00C63030 /* Build configuration list for PBXProject "DownPicker" */;
buildConfigurationList = 3549BAFF1DA387DB00C63030 /* Build configuration list for PBXProject "DownPickerSwift" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand All @@ -220,8 +220,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
3549BB201DA389CD00C63030 /* DownPicker-iOS */,
3549BB601DA38ADB00C63030 /* DownPickerTests-iOS */,
3549BB201DA389CD00C63030 /* DownPickerSwift */,
3549BB601DA38ADB00C63030 /* DownPickerSwiftTests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -265,7 +265,7 @@
/* Begin PBXTargetDependency section */
3549BB681DA38ADB00C63030 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 3549BB201DA389CD00C63030 /* DownPicker-iOS */;
target = 3549BB201DA389CD00C63030 /* DownPickerSwift */;
targetProxy = 3549BB671DA38ADB00C63030 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -405,12 +405,14 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = ai.homebase.DownPickerSwift;
PRODUCT_NAME = DownPicker;
PRODUCT_NAME = DownPickerSwift;
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
Expand All @@ -427,11 +429,13 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = ai.homebase.DownPickerSwift;
PRODUCT_NAME = DownPicker;
PRODUCT_NAME = DownPickerSwift;
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
Expand Down Expand Up @@ -473,7 +477,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
3549BAFF1DA387DB00C63030 /* Build configuration list for PBXProject "DownPicker" */ = {
3549BAFF1DA387DB00C63030 /* Build configuration list for PBXProject "DownPickerSwift" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3549BB0B1DA387DB00C63030 /* Debug */,
Expand All @@ -482,7 +486,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3549BB261DA389CD00C63030 /* Build configuration list for PBXNativeTarget "DownPicker-iOS" */ = {
3549BB261DA389CD00C63030 /* Build configuration list for PBXNativeTarget "DownPickerSwift" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3549BB271DA389CD00C63030 /* Debug */,
Expand All @@ -491,7 +495,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3549BB691DA38ADB00C63030 /* Build configuration list for PBXNativeTarget "DownPickerTests-iOS" */ = {
3549BB691DA38ADB00C63030 /* Build configuration list for PBXNativeTarget "DownPickerSwiftTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3549BB6A1DA38ADB00C63030 /* Debug */,
Expand Down

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

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'cocoapods', "~> 1.6.0.beta.2"
gem 'cocoapods'
gem 'jazzy'
gem 'danger'
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
1 change: 0 additions & 1 deletion scripts/bootstrap

This file was deleted.