Quellcode durchsuchen

Rename project name

onevcat vor 10 Jahren
Ursprung
Commit
bd40fca692

+ 1 - 1
Kingfisher.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
 
   s.name         = "Kingfisher"
-  s.version      = "0.0.1"
+  s.version      = "0.0.2"
   s.summary      = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."
 
   s.description  = <<-DESC

+ 2 - 2
Kingfisher-Demo.xcodeproj/project.pbxproj → Kingfisher.xcodeproj/project.pbxproj

@@ -324,7 +324,7 @@
 					};
 				};
 			};
-			buildConfigurationList = D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher-Demo" */;
+			buildConfigurationList = D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher" */;
 			compatibilityVersion = "Xcode 3.2";
 			developmentRegion = English;
 			hasScannedForEncodings = 0;
@@ -663,7 +663,7 @@
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
-		D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher-Demo" */ = {
+		D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
 				D1ED2D281AD2CFA600CFC3EB /* Debug */,

+ 0 - 0
Kingfisher-Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata → Kingfisher.xcodeproj/project.xcworkspace/contents.xcworkspacedata


+ 22 - 3
Kingfisher-Demo.xcodeproj/xcshareddata/xcschemes/Kingfisher.xcscheme → Kingfisher.xcodeproj/xcshareddata/xcschemes/Kingfisher.xcscheme

@@ -17,7 +17,7 @@
                BlueprintIdentifier = "D1ED2D341AD2D09F00CFC3EB"
                BuildableName = "Kingfisher.framework"
                BlueprintName = "Kingfisher"
-               ReferencedContainer = "container:Kingfisher-Demo.xcodeproj">
+               ReferencedContainer = "container:Kingfisher.xcodeproj">
             </BuildableReference>
          </BuildActionEntry>
       </BuildActionEntries>
@@ -28,7 +28,26 @@
       shouldUseLaunchSchemeArgsEnv = "YES"
       buildConfiguration = "Debug">
       <Testables>
+         <TestableReference
+            skipped = "NO">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "D1ED2D3E1AD2D09F00CFC3EB"
+               BuildableName = "KingfisherTests.xctest"
+               BlueprintName = "KingfisherTests"
+               ReferencedContainer = "container:Kingfisher.xcodeproj">
+            </BuildableReference>
+         </TestableReference>
       </Testables>
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "D1ED2D341AD2D09F00CFC3EB"
+            BuildableName = "Kingfisher.framework"
+            BlueprintName = "Kingfisher"
+            ReferencedContainer = "container:Kingfisher.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
    </TestAction>
    <LaunchAction
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
@@ -45,7 +64,7 @@
             BlueprintIdentifier = "D1ED2D341AD2D09F00CFC3EB"
             BuildableName = "Kingfisher.framework"
             BlueprintName = "Kingfisher"
-            ReferencedContainer = "container:Kingfisher-Demo.xcodeproj">
+            ReferencedContainer = "container:Kingfisher.xcodeproj">
          </BuildableReference>
       </MacroExpansion>
       <AdditionalOptions>
@@ -63,7 +82,7 @@
             BlueprintIdentifier = "D1ED2D341AD2D09F00CFC3EB"
             BuildableName = "Kingfisher.framework"
             BlueprintName = "Kingfisher"
-            ReferencedContainer = "container:Kingfisher-Demo.xcodeproj">
+            ReferencedContainer = "container:Kingfisher.xcodeproj">
          </BuildableReference>
       </MacroExpansion>
    </ProfileAction>

+ 1 - 1
Kingfisher-Demo.xcworkspace/contents.xcworkspacedata → Kingfisher.xcworkspace/contents.xcworkspacedata

@@ -2,7 +2,7 @@
 <Workspace
    version = "1.0">
    <FileRef
-      location = "group:Kingfisher-Demo.xcodeproj">
+      location = "group:Kingfisher.xcodeproj">
    </FileRef>
    <FileRef
       location = "group:Pods/Pods.xcodeproj">