Skip to content

Commit 40a064e

Browse files
committed
WIP
1 parent 246c65d commit 40a064e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Example iOS-Carthage/Example_iOS-Carthage.xcodeproj/project.pbxproj

+8-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
D49855562461FB9A00D54270 /* Examples.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49855552461FB9A00D54270 /* Examples.swift */; };
4343
D49B06002658E7FD0084A0B7 /* DocumentSettingsExampleFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49B05FF2658E7FD0084A0B7 /* DocumentSettingsExampleFactory.swift */; };
4444
D4D28D2323AA1A6D00028D5A /* ExamplesListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D28D2223AA1A6D00028D5A /* ExamplesListViewController.swift */; };
45-
D4FF9A28249A488A006FF2ED /* TPPDF.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4FF9A27249A488A006FF2ED /* TPPDF.framework */; };
45+
D4E49EE92BF110EF00BC7B0A /* TPPDF.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4FF9A27249A488A006FF2ED /* TPPDF.framework */; };
4646
/* End PBXBuildFile section */
4747

4848
/* Begin PBXFileReference section */
@@ -91,7 +91,7 @@
9191
isa = PBXFrameworksBuildPhase;
9292
buildActionMask = 2147483647;
9393
files = (
94-
D4FF9A28249A488A006FF2ED /* TPPDF.framework in Frameworks */,
94+
D4E49EE92BF110EF00BC7B0A /* TPPDF.framework in Frameworks */,
9595
);
9696
runOnlyForDeploymentPostprocessing = 0;
9797
};
@@ -278,6 +278,7 @@
278278
TargetAttributes = {
279279
607FACCF1AFB9204008FA782 = {
280280
CreatedOnToolsVersion = 6.3.1;
281+
DevelopmentTeam = X262A5V7N5;
281282
LastSwiftMigration = 1020;
282283
ProvisioningStyle = Manual;
283284
};
@@ -343,7 +344,7 @@
343344
);
344345
runOnlyForDeploymentPostprocessing = 0;
345346
shellPath = /bin/sh;
346-
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
347+
shellScript = "if [[ \"$(uname -m)\" == arm64 ]]; then\n export PATH=\"/opt/homebrew/bin:$PATH\"\nfi\n\ncarthage copy-frameworks\n";
347348
};
348349
/* End PBXShellScriptBuildPhase section */
349350

@@ -516,6 +517,7 @@
516517
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
517518
CODE_SIGN_STYLE = Manual;
518519
DEVELOPMENT_TEAM = "";
520+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = X262A5V7N5;
519521
FRAMEWORK_SEARCH_PATHS = (
520522
"$(inherited)",
521523
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -528,6 +530,7 @@
528530
PRODUCT_BUNDLE_IDENTIFIER = com.techprimate.tppdf.example;
529531
PRODUCT_NAME = "$(TARGET_NAME)";
530532
PROVISIONING_PROFILE_SPECIFIER = "";
533+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "XC Wildcard";
531534
SWIFT_VERSION = 5.0;
532535
};
533536
name = Debug;
@@ -540,6 +543,7 @@
540543
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
541544
CODE_SIGN_STYLE = Manual;
542545
DEVELOPMENT_TEAM = "";
546+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = X262A5V7N5;
543547
FRAMEWORK_SEARCH_PATHS = (
544548
"$(inherited)",
545549
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -552,6 +556,7 @@
552556
PRODUCT_BUNDLE_IDENTIFIER = com.techprimate.tppdf.example;
553557
PRODUCT_NAME = "$(TARGET_NAME)";
554558
PROVISIONING_PROFILE_SPECIFIER = "";
559+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "XC Wildcard";
555560
SWIFT_VERSION = 5.0;
556561
};
557562
name = Release;

0 commit comments

Comments
 (0)