Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up of outdated projects #447

Merged
merged 10 commits into from
Dec 9, 2019
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
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
TargetAttributes = {
1CCA90421AE0EFB000368F5E = {
CreatedOnToolsVersion = 6.3;
ProvisioningStyle = Automatic;
};
1CCA904D1AE0EFB000368F5E = {
CreatedOnToolsVersion = 6.3;
Expand Down Expand Up @@ -438,8 +439,12 @@
1CCA905A1AE0EFB000368F5E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -451,15 +456,21 @@
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "SW.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
SKIP_INSTALL = YES;
};
name = Debug;
};
1CCA905B1AE0EFB000368F5E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -471,6 +482,8 @@
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "SW.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
SKIP_INSTALL = YES;
};
name = Release;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile~ipad</key>
<string>MainWindow-iPad</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Storyboard</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
1C6EE712192BB41600A27994 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
1C6EE715192BB41600A27994 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Example/main.m; sourceTree = SOURCE_ROOT; };
1C6EE722192BB47000A27994 /* ActionSheetPicker-iOS-5-7_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ActionSheetPicker-iOS-5-7_Prefix.pch"; sourceTree = "<group>"; };
1C6EE723192BB47000A27994 /* ActionSheetPicker-iOS-5-7-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ActionSheetPicker-iOS-5-7-Info.plist"; sourceTree = "<group>"; };
1C6EE723192BB47000A27994 /* ActionSheetPicker-iOS-before7-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ActionSheetPicker-iOS-before7-Info.plist"; sourceTree = "<group>"; };
1C6EE726192BB4F600A27994 /* AbstractActionSheetPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AbstractActionSheetPicker.h; sourceTree = "<group>"; };
1C6EE727192BB4F600A27994 /* AbstractActionSheetPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AbstractActionSheetPicker.m; sourceTree = "<group>"; };
1C6EE728192BB4F600A27994 /* ActionSheetCustomPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionSheetCustomPicker.h; sourceTree = "<group>"; };
Expand All @@ -64,7 +64,7 @@
1C7A57AB199DF30B007B9B70 /* ok.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ok.png; sourceTree = "<group>"; };
1C9444B6197B1C2F005F495B /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
1C9BB00F19E2969C004D0271 /* MainWindow-iPad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "MainWindow-iPad.xib"; path = "Example/iPad/MainWindow-iPad.xib"; sourceTree = SOURCE_ROOT; };
1CD15A2F192C7A0A00B28881 /* ActionSheetPicker-iOS-5-7.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ActionSheetPicker-iOS-5-7.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1CD15A2F192C7A0A00B28881 /* ActionSheetPicker-iOS-before7.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ActionSheetPicker-iOS-before7.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1CDEAE771A422A72005F495B /* ActionSheetPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionSheetPicker.h; sourceTree = "<group>"; };
1CFCACFC1980FA320056A594 /* Storyboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Storyboard.storyboard; path = ../Storyboard.storyboard; sourceTree = "<group>"; };
1D07100719C4C7AF0033BA4D /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -167,7 +167,7 @@
1CD15A30192C7A0A00B28881 /* Products */ = {
isa = PBXGroup;
children = (
1CD15A2F192C7A0A00B28881 /* ActionSheetPicker-iOS-5-7.app */,
1CD15A2F192C7A0A00B28881 /* ActionSheetPicker-iOS-before7.app */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -177,7 +177,7 @@
children = (
1C6EE733192BB4F600A27994 /* Pickers */,
1C6EE722192BB47000A27994 /* ActionSheetPicker-iOS-5-7_Prefix.pch */,
1C6EE723192BB47000A27994 /* ActionSheetPicker-iOS-5-7-Info.plist */,
1C6EE723192BB47000A27994 /* ActionSheetPicker-iOS-before7-Info.plist */,
1C6EE704192BB41600A27994 /* Example */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
1CD15A30192C7A0A00B28881 /* Products */,
Expand Down Expand Up @@ -208,9 +208,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
1D6058900D05DD3D006BFB54 /* ActionSheetPicker-iOS-5-7 */ = {
1D6058900D05DD3D006BFB54 /* ActionSheetPicker-iOS-before7 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ActionSheetPicker-iOS-5-7" */;
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ActionSheetPicker-iOS-before7" */;
buildPhases = (
1D60588D0D05DD3D006BFB54 /* Resources */,
1D60588E0D05DD3D006BFB54 /* Sources */,
Expand All @@ -220,9 +220,9 @@
);
dependencies = (
);
name = "ActionSheetPicker-iOS-5-7";
name = "ActionSheetPicker-iOS-before7";
productName = ActionSheetPicker;
productReference = 1CD15A2F192C7A0A00B28881 /* ActionSheetPicker-iOS-5-7.app */;
productReference = 1CD15A2F192C7A0A00B28881 /* ActionSheetPicker-iOS-before7.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -232,8 +232,13 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1120;
TargetAttributes = {
1D6058900D05DD3D006BFB54 = {
DevelopmentTeam = 5UH69GW6GE;
};
};
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ActionSheetPicker-iOS-5-7" */;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ActionSheetPicker-iOS-before7" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
Expand All @@ -249,7 +254,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
1D6058900D05DD3D006BFB54 /* ActionSheetPicker-iOS-5-7 */,
1D6058900D05DD3D006BFB54 /* ActionSheetPicker-iOS-before7 */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -306,14 +311,14 @@
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ActionSheetPicker-iOS-5-7_Prefix.pch";
GCC_PREFIX_HEADER = "ActionSheetPicker-iOS-before7_Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
INFOPLIST_FILE = "ActionSheetPicker-iOS-5-7-Info.plist";
INFOPLIST_FILE = "ActionSheetPicker-iOS-before7-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "ActionSheetPicker-iOS-5-7";
PRODUCT_NAME = "ActionSheetPicker-iOS-before7";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -326,14 +331,14 @@
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ActionSheetPicker-iOS-5-7_Prefix.pch";
GCC_PREFIX_HEADER = "ActionSheetPicker-iOS-before7_Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
INFOPLIST_FILE = "ActionSheetPicker-iOS-5-7-Info.plist";
INFOPLIST_FILE = "ActionSheetPicker-iOS-before7-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "ActionSheetPicker-iOS-5-7";
PRODUCT_NAME = "ActionSheetPicker-iOS-before7";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
Expand Down Expand Up @@ -418,7 +423,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ActionSheetPicker-iOS-5-7" */ = {
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ActionSheetPicker-iOS-before7" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1D6058940D05DD3E006BFB54 /* Debug */,
Expand All @@ -427,7 +432,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ActionSheetPicker-iOS-5-7" */ = {
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ActionSheetPicker-iOS-before7" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1D6058900D05DD3D006BFB54"
BuildableName = "ActionSheetPicker-iOS-5-7.app"
BlueprintName = "ActionSheetPicker-iOS-5-7"
ReferencedContainer = "container:ActionSheetPicker-iOS-5-7.xcodeproj">
BuildableName = "ActionSheetPicker-iOS-before7.app"
BlueprintName = "ActionSheetPicker-iOS-before7"
ReferencedContainer = "container:ActionSheetPicker-iOS-before7.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -45,9 +45,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1D6058900D05DD3D006BFB54"
BuildableName = "ActionSheetPicker-iOS-5-7.app"
BlueprintName = "ActionSheetPicker-iOS-5-7"
ReferencedContainer = "container:ActionSheetPicker-iOS-5-7.xcodeproj">
BuildableName = "ActionSheetPicker-iOS-before7.app"
BlueprintName = "ActionSheetPicker-iOS-before7"
ReferencedContainer = "container:ActionSheetPicker-iOS-before7.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ - (instancetype)init
}

/////////////////////////////////////////////////////////////////////////
#pragma mark - ActionSheetCustomPickerDelegate Optional's
/////////////////////////////////////////////////////////////////////////
- (void)configurePickerView:(UIPickerView *)pickerView
{
// Override default and hide selection indicator
pickerView.showsSelectionIndicator = NO;
}
#pragma mark - ActionSheetCustomPickerDelegate Optional's

- (void)actionSheetPickerDidSucceed:(AbstractActionSheetPicker *)actionSheetPicker origin:(id)origin
{
Expand Down
Loading