Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Apr 19, 2017
1 parent f04ece8 commit 4ce78c1
Show file tree
Hide file tree
Showing 55 changed files with 429 additions and 149 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Updates
## [v0.3.0](https://github.com/younatics/YNSearch/releases/tag/0.3.0)
* Bug Fixed

## [v0.2.1](https://github.com/younatics/YNSearch/releases/tag/0.2.1)
* Change method to open again

Expand Down
6 changes: 3 additions & 3 deletions YNSearch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'YNSearch'
s.version = '0.2.1'
s.version = '0.3.0'
s.summary = 'Awesome fully customizable search view written in Swift 3'

s.description = <<-DESC
Expand All @@ -21,8 +21,8 @@ Pod::Spec.new do |s|
s.author = { "Seungyoun Yi" => "[email protected]" }

s.source = { :git => 'https://github.com/younatics/YNSearch.git', :tag => s.version.to_s }
s.source_files = 'YNSearch/YNSearch/*.swift'
s.resources = "YNSearch/YNSearch/*.xcassets"
s.source_files = 'YNSearch/*.swift'
s.resources = "YNSearch/*.xcassets"

s.ios.deployment_target = '8.0'

Expand Down
435 changes: 296 additions & 139 deletions YNSearch.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions YNSearch.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

80 changes: 80 additions & 0 deletions YNSearch.xcodeproj/xcshareddata/xcschemes/YNSearch.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "19D22E2D1EA7A8F6006DF0AC"
BuildableName = "YNSearch.framework"
BlueprintName = "YNSearch"
ReferencedContainer = "container:YNSearch.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "19D22E2D1EA7A8F6006DF0AC"
BuildableName = "YNSearch.framework"
BlueprintName = "YNSearch"
ReferencedContainer = "container:YNSearch.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "19D22E2D1EA7A8F6006DF0AC"
BuildableName = "YNSearch.framework"
BlueprintName = "YNSearch"
ReferencedContainer = "container:YNSearch.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
24 changes: 24 additions & 0 deletions YNSearch/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</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>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
File renamed without changes.
19 changes: 19 additions & 0 deletions YNSearch/YNSearch.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// YNSearch.h
// YNSearch
//
// Created by YiSeungyoun on 2017. 4. 19..
// Copyright © 2017년 SeungyounYi. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for YNSearch.
FOUNDATION_EXPORT double YNSearchVersionNumber;

//! Project version string for YNSearch.
FOUNDATION_EXPORT const unsigned char YNSearchVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <YNSearch/PublicHeader.h>


File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import UIKit
import YNSearch

class ViewController: YNSearchViewController, YNSearchDelegate {

Expand Down

0 comments on commit 4ce78c1

Please sign in to comment.