Skip to content

Commit

Permalink
chore: renamed neopop-ios to NeoPop
Browse files Browse the repository at this point in the history
  • Loading branch information
someshkarthik-cred committed Jul 3, 2022
1 parent b533693 commit cb232c3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 112 deletions.
105 changes: 0 additions & 105 deletions .swiftpm/xcode/xcshareddata/xcschemes/neopop-ios.xcscheme

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>neopop-ios.xcscheme_^#shared#^_</key>
<key>NeoPop.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
Expand Down
8 changes: 4 additions & 4 deletions NeoPopExamples/NeoPopExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
87162F0F285676610002FE3B /* NeoPop in Frameworks */ = {isa = PBXBuildFile; productRef = 87162F0E285676610002FE3B /* NeoPop */; };
8733364128566918009043C5 /* UIHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8733364028566918009043C5 /* UIHelper.swift */; };
873C105828719BF8008AA9B9 /* NeoPop in Frameworks */ = {isa = PBXBuildFile; productRef = 873C105728719BF8008AA9B9 /* NeoPop */; };
875C4D092837C1C9004E2A19 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 875C4D082837C1C9004E2A19 /* AppDelegate.swift */; };
875C4D122837C1CA004E2A19 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 875C4D112837C1CA004E2A19 /* Assets.xcassets */; };
875C4D152837C1CA004E2A19 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 875C4D132837C1CA004E2A19 /* LaunchScreen.storyboard */; };
Expand Down Expand Up @@ -47,7 +47,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
87162F0F285676610002FE3B /* NeoPop in Frameworks */,
873C105828719BF8008AA9B9 /* NeoPop in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -149,7 +149,7 @@
);
name = NeoPopExamples;
packageProductDependencies = (
87162F0E285676610002FE3B /* NeoPop */,
873C105728719BF8008AA9B9 /* NeoPop */,
);
productName = NeoPopExamples;
productReference = 875C4D052837C1C9004E2A19 /* NeoPopExamples.app */;
Expand Down Expand Up @@ -429,7 +429,7 @@
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
87162F0E285676610002FE3B /* NeoPop */ = {
873C105728719BF8008AA9B9 /* NeoPop */ = {
isa = XCSwiftPackageProductDependency;
productName = NeoPop;
};
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription

let package = Package(
name: "neopop-ios",
name: "NeoPop",
platforms: [.iOS(.v11)],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NeoPop is available through [CocoaPods](https://cocoapods.org).
To install it, add the following line to your Podfile:

```ruby
pod 'neopop-ios'
pod 'NeoPop'
```

### Swift Package Manager
Expand Down

0 comments on commit cb232c3

Please sign in to comment.