Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit a4e5f90b6135ff74ce1c6416a49524f4938d9c43
Author: 詹迟晶 <[email protected]>
Date:   Wed Aug 11 19:25:21 2021 +0800

    Remove whitespace
  • Loading branch information
liyao.ryan committed Aug 17, 2021
1 parent e56b107 commit cbce4ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Native/MBoxWorkspace.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |spec|

spec.default_subspec = 'Default'

spec.subspec 'Default' do |ss|
spec.subspec 'Core' do |ss|
ss.source_files = "#{name}/MBWorkspaceCore/*.{h,m,swift}", "#{name}/MBWorkspaceCore/**/*.{h,m,swift}"
ss.dependency "MBoxCore"
ss.dependency "MBoxGit"
Expand Down
1 change: 0 additions & 1 deletion Native/MBoxWorkspace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@
ABFD983F22A12045006A5629 /* Headers */,
ABFD984022A12045006A5629 /* Sources */,
ABFD984122A12045006A5629 /* Frameworks */,

);
buildRules = (
);
Expand Down
1 change: 1 addition & 0 deletions Native/MBoxWorkspaceCore/Model/MBConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class MBConfig: MBCodableObject, MBJSONProtocol {
}
if name == nil || name == "" {
let feature = Feature(name: "")
feature.config = self
self.features[""] = feature
return feature
}
Expand Down

0 comments on commit cbce4ea

Please sign in to comment.