Skip to content

Commit

Permalink
modify structure
Browse files Browse the repository at this point in the history
  • Loading branch information
LapStore committed Jan 6, 2019
1 parent bc44ca6 commit 2575d69
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
25 changes: 12 additions & 13 deletions LanguageChange.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
E52A293B21E0192D0034167C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E52A293921E0192D0034167C /* LaunchScreen.storyboard */; };
E52A294621E0192D0034167C /* LanguageChangeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52A294521E0192D0034167C /* LanguageChangeTests.swift */; };
E52A295121E0192D0034167C /* LanguageChangeUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52A295021E0192D0034167C /* LanguageChangeUITests.swift */; };
E52A296121E01F8E0034167C /* MoLocalization.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52A295F21E01F8E0034167C /* MoLocalization.swift */; };
E52A296221E01F8E0034167C /* ExtensionUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52A296021E01F8E0034167C /* ExtensionUIView.swift */; };
E5E7AFBE21E2A01F00ACE998 /* ExtensionUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5E7AFBC21E2A01F00ACE998 /* ExtensionUIView.swift */; };
E5E7AFBF21E2A01F00ACE998 /* MoLocalization.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5E7AFBD21E2A01F00ACE998 /* MoLocalization.swift */; };
E5F95B2621E13AFB00A2154F /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E5F95B2821E13AFB00A2154F /* Localizable.strings */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -54,8 +54,8 @@
E52A294C21E0192D0034167C /* LanguageChangeUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LanguageChangeUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E52A295021E0192D0034167C /* LanguageChangeUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanguageChangeUITests.swift; sourceTree = "<group>"; };
E52A295221E0192D0034167C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E52A295F21E01F8E0034167C /* MoLocalization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MoLocalization.swift; sourceTree = "<group>"; };
E52A296021E01F8E0034167C /* ExtensionUIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionUIView.swift; sourceTree = "<group>"; };
E5E7AFBC21E2A01F00ACE998 /* ExtensionUIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionUIView.swift; sourceTree = "<group>"; };
E5E7AFBD21E2A01F00ACE998 /* MoLocalization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MoLocalization.swift; sourceTree = "<group>"; };
E5F95B2421E13AEA00A2154F /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; };
E5F95B2521E13AEB00A2154F /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
E5F95B2721E13AFB00A2154F /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -130,8 +130,8 @@
E52A292F21E0192B0034167C /* LanguageChange */ = {
isa = PBXGroup;
children = (
E5E7AFBB21E2A01F00ACE998 /* Localizable */,
E5F95B2121E13A4600A2154F /* Resources */,
E52A295E21E01A520034167C /* Localization */,
E52A293021E0192B0034167C /* AppDelegate.swift */,
E52A293221E0192B0034167C /* ViewController.swift */,
E52A293421E0192B0034167C /* Main.storyboard */,
Expand Down Expand Up @@ -160,15 +160,14 @@
path = LanguageChangeUITests;
sourceTree = "<group>";
};
E52A295E21E01A520034167C /* Localization */ = {
E5E7AFBB21E2A01F00ACE998 /* Localizable */ = {
isa = PBXGroup;
children = (
E52A296021E01F8E0034167C /* ExtensionUIView.swift */,
E52A295F21E01F8E0034167C /* MoLocalization.swift */,
E5E7AFBC21E2A01F00ACE998 /* ExtensionUIView.swift */,
E5E7AFBD21E2A01F00ACE998 /* MoLocalization.swift */,
);
name = Localization;
path = Language;
sourceTree = "<group>";
path = Localizable;
sourceTree = SOURCE_ROOT;
};
E5F95B2121E13A4600A2154F /* Resources */ = {
isa = PBXGroup;
Expand Down Expand Up @@ -354,9 +353,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E52A296121E01F8E0034167C /* MoLocalization.swift in Sources */,
E5E7AFBF21E2A01F00ACE998 /* MoLocalization.swift in Sources */,
E5E7AFBE21E2A01F00ACE998 /* ExtensionUIView.swift in Sources */,
E52A293321E0192B0034167C /* ViewController.swift in Sources */,
E52A296221E01F8E0034167C /* ExtensionUIView.swift in Sources */,
E52A293121E0192B0034167C /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
7 changes: 3 additions & 4 deletions LanguageChange/Localizable.podspec → Localizable.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@

Pod::Spec.new do |s|
s.name = 'Localizable'
s.version = '0.1.0'
s.version = '0.1.1'
s.module_name = 'Localize'
s.swift_version = '4.2'
s.summary = 'support change language on the fly and Right to left languages and localize views from StoryBoard'

s.description = <<-DESC
support change language on the fly and Right to left languages and localize views from StoryBoard!
DESC

s.homepage = 'https://github.com/sh3at90/Localization'
s.author = { '<[email protected]>' => '<[email protected]>' }
s.source = { :git => 'https://github.com/<sh3at90>/FantasticView.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/sh3at90/Localization.git', :tag => 0.1.1 }

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '12.0'
s.source_files = 'Localizable/*.swift'

end
File renamed without changes.
File renamed without changes.

0 comments on commit 2575d69

Please sign in to comment.