Skip to content

Commit 8c4b291

Browse files
authored
Fix product name (#252)
1 parent dab2cbb commit 8c4b291

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Source/NVActivityIndicatorView.xcodeproj/project.pbxproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
/* End PBXBuildFile section */
126126

127127
/* Begin PBXFileReference section */
128-
1F0326941F0D24BE00BF3358 /* NVActivityIndicatorView-iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "NVActivityIndicatorView-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
128+
1F0326941F0D24BE00BF3358 /* NVActivityIndicatorView_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NVActivityIndicatorView_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
129129
1F0326A01F0D257600BF3358 /* NVActivityIndicatorAnimationAudioEqualizer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NVActivityIndicatorAnimationAudioEqualizer.swift; sourceTree = "<group>"; };
130130
1F0326A11F0D257600BF3358 /* NVActivityIndicatorAnimationBallBeat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NVActivityIndicatorAnimationBallBeat.swift; sourceTree = "<group>"; };
131131
1F0326A21F0D257600BF3358 /* NVActivityIndicatorAnimationBallClipRotate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NVActivityIndicatorAnimationBallClipRotate.swift; sourceTree = "<group>"; };
@@ -163,7 +163,7 @@
163163
1F0326C31F0D257700BF3358 /* NVActivityIndicatorView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NVActivityIndicatorView.swift; sourceTree = "<group>"; };
164164
1F88C9D01F10D03E00869231 /* NVActivityIndicatorPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NVActivityIndicatorPresenter.swift; sourceTree = "<group>"; };
165165
1F88C9D11F10D03E00869231 /* NVActivityIndicatorViewable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NVActivityIndicatorViewable.swift; sourceTree = "<group>"; };
166-
1F88C9D91F10D0B200869231 /* NVActivityIndicatorViewAppExtension-iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "NVActivityIndicatorViewAppExtension-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
166+
1F88C9D91F10D0B200869231 /* NVActivityIndicatorViewAppExtension_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NVActivityIndicatorViewAppExtension_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
167167
1FFEE02321D10063000A3D14 /* NVActivityIndicatorView_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NVActivityIndicatorView_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
168168
4A52F0DE1FCDBB8C009377B1 /* NVActivityIndicatorAnimationCircleStrokeSpin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NVActivityIndicatorAnimationCircleStrokeSpin.swift; sourceTree = "<group>"; };
169169
A367103220A1EEEC00081069 /* NVActivityIndicatorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NVActivityIndicatorView.h; sourceTree = "<group>"; };
@@ -192,8 +192,8 @@
192192
1F0326951F0D24BE00BF3358 /* Products */ = {
193193
isa = PBXGroup;
194194
children = (
195-
1F0326941F0D24BE00BF3358 /* NVActivityIndicatorView-iOS.framework */,
196-
1F88C9D91F10D0B200869231 /* NVActivityIndicatorViewAppExtension-iOS.framework */,
195+
1F0326941F0D24BE00BF3358 /* NVActivityIndicatorView_iOS.framework */,
196+
1F88C9D91F10D0B200869231 /* NVActivityIndicatorViewAppExtension_iOS.framework */,
197197
1FFEE02321D10063000A3D14 /* NVActivityIndicatorView_tvOS.framework */,
198198
);
199199
name = Products;
@@ -314,7 +314,7 @@
314314
);
315315
name = "NVActivityIndicatorView-iOS";
316316
productName = NVActivityIndicatorView;
317-
productReference = 1F0326941F0D24BE00BF3358 /* NVActivityIndicatorView-iOS.framework */;
317+
productReference = 1F0326941F0D24BE00BF3358 /* NVActivityIndicatorView_iOS.framework */;
318318
productType = "com.apple.product-type.framework";
319319
};
320320
1F88C9D81F10D0B200869231 /* NVActivityIndicatorViewAppExtension-iOS */ = {
@@ -330,7 +330,7 @@
330330
);
331331
name = "NVActivityIndicatorViewAppExtension-iOS";
332332
productName = NVActivityIndicatorViewAppExtension;
333-
productReference = 1F88C9D91F10D0B200869231 /* NVActivityIndicatorViewAppExtension-iOS.framework */;
333+
productReference = 1F88C9D91F10D0B200869231 /* NVActivityIndicatorViewAppExtension_iOS.framework */;
334334
productType = "com.apple.product-type.framework";
335335
};
336336
1FFEE02221D10063000A3D14 /* NVActivityIndicatorView-tvOS */ = {
@@ -696,7 +696,7 @@
696696
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
697697
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
698698
PRODUCT_BUNDLE_IDENTIFIER = me.vinhis.NVActivityIndicatorView;
699-
PRODUCT_NAME = "$(TARGET_NAME)";
699+
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
700700
PROVISIONING_PROFILE_SPECIFIER = "";
701701
SKIP_INSTALL = YES;
702702
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -721,7 +721,7 @@
721721
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
722722
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
723723
PRODUCT_BUNDLE_IDENTIFIER = me.vinhis.NVActivityIndicatorView;
724-
PRODUCT_NAME = "$(TARGET_NAME)";
724+
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
725725
PROVISIONING_PROFILE_SPECIFIER = "";
726726
SKIP_INSTALL = YES;
727727
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -744,7 +744,7 @@
744744
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
745745
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
746746
PRODUCT_BUNDLE_IDENTIFIER = me.vinhis.NVActivityIndicatorView;
747-
PRODUCT_NAME = "$(TARGET_NAME)";
747+
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
748748
PROVISIONING_PROFILE_SPECIFIER = "";
749749
SKIP_INSTALL = YES;
750750
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -767,7 +767,7 @@
767767
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
768768
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
769769
PRODUCT_BUNDLE_IDENTIFIER = me.vinhis.NVActivityIndicatorView;
770-
PRODUCT_NAME = "$(TARGET_NAME)";
770+
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
771771
PROVISIONING_PROFILE_SPECIFIER = "";
772772
SKIP_INSTALL = YES;
773773
SWIFT_SWIFT3_OBJC_INFERENCE = Default;

0 commit comments

Comments
 (0)