Skip to content

Commit ca9bb66

Browse files
authored
Merge pull request #166 from PopPool/release/v1.1.2
[RELEASE] V1.1.2 To Develop merge
2 parents ea16fa8 + 6de17e6 commit ca9bb66

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

โ€ŽPoppool/Poppool.xcodeproj/project.pbxprojโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
CODE_SIGN_IDENTITY = "Apple Development";
439439
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
440440
CODE_SIGN_STYLE = Manual;
441-
CURRENT_PROJECT_VERSION = 250715.1858;
441+
CURRENT_PROJECT_VERSION = 250725.1554;
442442
DEVELOPMENT_TEAM = "";
443443
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 9JZYRP3D46;
444444
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -485,7 +485,7 @@
485485
CODE_SIGN_IDENTITY = "Apple Development";
486486
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
487487
CODE_SIGN_STYLE = Manual;
488-
CURRENT_PROJECT_VERSION = 250715.1858;
488+
CURRENT_PROJECT_VERSION = 250725.1554;
489489
DEVELOPMENT_TEAM = "";
490490
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 9JZYRP3D46;
491491
ENABLE_USER_SCRIPT_SANDBOXING = NO;

โ€ŽPoppool/Poppool/Resource/Info.plistโ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSAppTransportSecurity</key>
6+
<dict>
7+
<key>NSAllowsArbitraryLoads</key>
8+
<true/>
9+
</dict>
510
<key>ITSAppUsesNonExemptEncryption</key>
611
<false/>
712
<key>CFBundleShortVersionString</key>
@@ -18,7 +23,7 @@
1823
</dict>
1924
</array>
2025
<key>CFBundleVersion</key>
21-
<string>250715.1858</string>
26+
<string>250725.1554</string>
2227
<key>KAKAO_AUTH_APP_KEY</key>
2328
<string>${KAKAO_AUTH_APP_KEY}</string>
2429
<key>LSApplicationQueriesSchemes</key>

โ€ŽPoppool/PresentationLayer/LoginFeature/LoginFeature.xcodeproj/project.pbxprojโ€Ž

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
05A7C1D82E267B130010F1CD /* RxSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 05A7C1D72E267B130010F1CD /* RxSwift */; };
2323
05A7CBB92E277AE30010F1CD /* Then in Frameworks */ = {isa = PBXBuildFile; productRef = 05A7CBB82E277AE30010F1CD /* Then */; };
2424
05A7CBD32E27D0700010F1CD /* PresentationInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBD22E27D0700010F1CD /* PresentationInterface.framework */; };
25-
05A7CBD42E27D0700010F1CD /* PresentationInterface.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBD22E27D0700010F1CD /* PresentationInterface.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2625
05A7CBDA2E27D3510010F1CD /* PresentationInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBD72E27D3510010F1CD /* PresentationInterface.framework */; };
2726
05A7CBDB2E27D3510010F1CD /* PresentationInterface.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBD72E27D3510010F1CD /* PresentationInterface.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2827
05A7CBDF2E27D44F0010F1CD /* Data.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBDC2E27D44F0010F1CD /* Data.framework */; };
@@ -88,17 +87,6 @@
8887
name = "Embed Frameworks";
8988
runOnlyForDeploymentPostprocessing = 0;
9089
};
91-
05A7CBD52E27D0700010F1CD /* Embed Frameworks */ = {
92-
isa = PBXCopyFilesBuildPhase;
93-
buildActionMask = 2147483647;
94-
dstPath = "";
95-
dstSubfolderSpec = 10;
96-
files = (
97-
05A7CBD42E27D0700010F1CD /* PresentationInterface.framework in Embed Frameworks */,
98-
);
99-
name = "Embed Frameworks";
100-
runOnlyForDeploymentPostprocessing = 0;
101-
};
10290
/* End PBXCopyFilesBuildPhase section */
10391

10492
/* Begin PBXFileReference section */
@@ -264,7 +252,6 @@
264252
05A7C15B2E26768A0010F1CD /* Sources */,
265253
05A7C15C2E26768A0010F1CD /* Frameworks */,
266254
05A7C15D2E26768A0010F1CD /* Resources */,
267-
05A7CBD52E27D0700010F1CD /* Embed Frameworks */,
268255
);
269256
buildRules = (
270257
);

0 commit comments

Comments
ย (0)