Skip to content

Commit

Permalink
fix: multiple commands produce
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGru committed Mar 8, 2021
1 parent 1ac513f commit 1a43b75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios/blackpink.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
2DCD954D1E0B4F2C00145EB5 /* blackpinkTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* blackpinkTests.m */; };
31191B2BFC6CC951FEF1B8A8 /* libPods-App-blackpink.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F628D21C7F907459A87B2E4 /* libPods-App-blackpink.a */; };
43EC95243CA7C4EEB17F0DE4 /* libPods-App-blackpinkDevelopment.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DE2EA572604168E6D25DEC52 /* libPods-App-blackpinkDevelopment.a */; };
74FD012425F539DE00379145 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 74FD012325F539DE00379145 /* Info.plist */; };
74FD012E25F539ED00379145 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
74FD012F25F539ED00379145 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
74FD013125F539ED00379145 /* libPods-App-blackpink.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F628D21C7F907459A87B2E4 /* libPods-App-blackpink.a */; };
Expand Down Expand Up @@ -72,9 +71,7 @@
7241C0A042951104E0EB3E10 /* Pods-blackpink.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-blackpink.debug.xcconfig"; path = "Target Support Files/Pods-blackpink/Pods-blackpink.debug.xcconfig"; sourceTree = "<group>"; };
74FD012325F539DE00379145 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
74FD013B25F539ED00379145 /* blackpinkStaging.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = blackpinkStaging.app; sourceTree = BUILT_PRODUCTS_DIR; };
74FD013C25F539ED00379145 /* blackpink copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "blackpink copy-Info.plist"; path = "/Users/gru/Documents/project/blackpink/ios/blackpink copy-Info.plist"; sourceTree = "<absolute>"; };
74FDFEDC25F521B700379145 /* blackpinkDevelopment.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = blackpinkDevelopment.app; sourceTree = BUILT_PRODUCTS_DIR; };
74FDFEDD25F521B800379145 /* blackpink copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "blackpink copy-Info.plist"; path = "/Users/gru/Documents/project/blackpink/ios/blackpink copy-Info.plist"; sourceTree = "<absolute>"; };
74FDFEE825F523A600379145 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
770E66F4FFEDC67E4C6089EA /* Pods-blackpink-blackpinkTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-blackpink-blackpinkTests.release.xcconfig"; path = "Target Support Files/Pods-blackpink-blackpinkTests/Pods-blackpink-blackpinkTests.release.xcconfig"; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = blackpink/LaunchScreen.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -224,8 +221,6 @@
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
8D30F673CAEB1C254DAAF5FD /* Pods */,
74FDFEDD25F521B800379145 /* blackpink copy-Info.plist */,
74FD013C25F539ED00379145 /* blackpink copy-Info.plist */,
);
indentWidth = 2;
sourceTree = "<group>";
Expand Down Expand Up @@ -454,7 +449,6 @@
files = (
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
74FD012425F539DE00379145 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 1a43b75

Please sign in to comment.