Skip to content

Commit 4450e61

Browse files
refactor: add unit-tests for SPM
1 parent b371103 commit 4450e61

18 files changed

Lines changed: 66 additions & 65 deletions

EmojiPicker.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'EmojiPicker'
3-
s.version = '3.0.2'
3+
s.version = '3.0.3'
44
s.license = 'MIT'
55
s.summary = 'Emoji picker for iOS like on MacOS'
66
s.homepage = 'https://github.com/htmlprogrammist/EmojiPicker'
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.resource_bundle = { "EmojiPicker" => ["Sources/EmojiPicker/**/*.lproj/*.{strings}"] }
1212

1313
s.test_spec 'Tests' do |test_spec|
14-
test_spec.source_files = 'Tests/**/*.{swift}'
14+
test_spec.source_files = 'Tests/EmojiPickerTests/**/*.{swift}'
1515
end
1616

1717
s.swift_version = '4.2'

Example App/EmojiPicker.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/* Begin PBXFileReference section */
1818
028AB9FF7F7146CA02C6047E /* Pods-EmojiPicker_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EmojiPicker_Example.debug.xcconfig"; path = "Target Support Files/Pods-EmojiPicker_Example/Pods-EmojiPicker_Example.debug.xcconfig"; sourceTree = "<group>"; };
19-
39C5556144E64B4781AC3E2C /* EmojiPicker.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = EmojiPicker.podspec; path = ../EmojiPicker.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
19+
39C5556144E64B4781AC3E2C /* EmojiPicker.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = EmojiPicker.podspec; path = ../EmojiPicker.podspec; sourceTree = "<group>"; };
2020
4E7BA306C8344910609AD79B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
2121
52C75966261C87A105AE3101 /* Pods_EmojiPicker_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_EmojiPicker_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2222
607FACD01AFB9204008FA782 /* EmojiPicker_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmojiPicker_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };

Example App/EmojiPicker.xcodeproj/xcshareddata/xcschemes/EmojiPicker-Example.xcscheme

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES">
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
language = "en">
3031
<MacroExpansion>
3132
<BuildableReference
3233
BuildableIdentifier = "primary"
Binary file not shown.

Example App/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- EmojiPicker (3.0.1)
3-
- EmojiPicker/Tests (3.0.1)
2+
- EmojiPicker (3.0.2)
3+
- EmojiPicker/Tests (3.0.2)
44

55
DEPENDENCIES:
66
- EmojiPicker (from `../`)
@@ -11,7 +11,7 @@ EXTERNAL SOURCES:
1111
:path: "../"
1212

1313
SPEC CHECKSUMS:
14-
EmojiPicker: 4c449b4693119c8ea9237b24b33b264378394b3d
14+
EmojiPicker: a269cede9fb45ece0a181a2e1d06b9c874fe4484
1515

1616
PODFILE CHECKSUM: e686a8fbd8a5367eac0bf7fb77e0bbddf18a2353
1717

Example App/Pods/Local Podspecs/EmojiPicker.podspec.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Target Support Files/EmojiPicker/EmojiPicker-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Target Support Files/EmojiPicker/ResourceBundle-EmojiPicker-EmojiPicker-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)