Skip to content

Commit

Permalink
Fixed podspec, Fixed Carthage share framework
Browse files Browse the repository at this point in the history
  • Loading branch information
amosavian committed Jun 25, 2018
1 parent 7c8d8b0 commit bea5407
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMSMB2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "AMSMB2"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "Swift framework to connect SMB2/3 shares"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -107,7 +107,7 @@ Pod::Spec.new do |s|
# s.resource = "icon.png"
# s.resources = "Resources/*.png"

s.preserve_paths = "libsmb2/include/module.modulemap"
s.preserve_paths = "libsmb2/include/module.modulemap", "libsmb2/include/libsmb2-private.h", "libsmb2/include/smb2/libsmb2-raw.h", "libsmb2/include/smb2/libsmb2.h", "libsmb2/include/smb2/smb2-errors.h", "libsmb2/include/smb2/smb2.h"


# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
99 changes: 99 additions & 0 deletions AMSMB2.xcodeproj/xcshareddata/xcschemes/AMSMB2.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "79FDFE5320AD439F00749FB5"
BuildableName = "AMSMB2.framework"
BlueprintName = "AMSMB2"
ReferencedContainer = "container:AMSMB2.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "79FDFE5C20AD439F00749FB5"
BuildableName = "AMSMB2Tests.xctest"
BlueprintName = "AMSMB2Tests"
ReferencedContainer = "container:AMSMB2.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "79FDFE5320AD439F00749FB5"
BuildableName = "AMSMB2.framework"
BlueprintName = "AMSMB2"
ReferencedContainer = "container:AMSMB2.xcodeproj">
</BuildableReference>
</MacroExpansion>
<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 = "79FDFE5320AD439F00749FB5"
BuildableName = "AMSMB2.framework"
BlueprintName = "AMSMB2"
ReferencedContainer = "container:AMSMB2.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "79FDFE5320AD439F00749FB5"
BuildableName = "AMSMB2.framework"
BlueprintName = "AMSMB2"
ReferencedContainer = "container:AMSMB2.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit bea5407

Please sign in to comment.