mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
Rearrange content of Script group
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
C915F2261F61B22300B3DF23 /* test-ca.crt in Resources */ = {isa = PBXBuildFile; fileRef = C915F2241F61B22300B3DF23 /* test-ca.crt */; };
|
||||
C924E19E215CEBFC00AEDEB5 /* VPNProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = C924E19D215CEBFC00AEDEB5 /* VPNProfile.swift */; };
|
||||
C924E19F215CEBFC00AEDEB5 /* VPNProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = C924E19D215CEBFC00AEDEB5 /* VPNProfile.swift */; };
|
||||
C924E1A2215CF37300AEDEB5 /* environment.rb.example in Resources */ = {isa = PBXBuildFile; fileRef = C924E1A1215CF37300AEDEB5 /* environment.rb.example */; };
|
||||
C924E1A3215CF37300AEDEB5 /* environment.rb.example in Resources */ = {isa = PBXBuildFile; fileRef = C924E1A1215CF37300AEDEB5 /* environment.rb.example */; };
|
||||
C9310BBE20FF63A400838910 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9310BBD20FF63A400838910 /* UIKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
|
||||
C9310BC120FF6E9700838910 /* Umbrella-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = C9310BC020FF6E9700838910 /* Umbrella-Header.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
C9310BC220FF6E9700838910 /* Umbrella-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = C9310BC020FF6E9700838910 /* Umbrella-Header.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
@@ -197,6 +199,8 @@
|
||||
C915F2241F61B22300B3DF23 /* test-ca.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "test-ca.crt"; sourceTree = "<group>"; };
|
||||
C924E19C215CE9BC00AEDEB5 /* vpn_profile_template.erb */ = {isa = PBXFileReference; lastKnownFileType = text; path = vpn_profile_template.erb; sourceTree = "<group>"; };
|
||||
C924E19D215CEBFC00AEDEB5 /* VPNProfile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VPNProfile.swift; sourceTree = "<group>"; };
|
||||
C924E1A0215CEDE600AEDEB5 /* fill_vpn_profile.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = fill_vpn_profile.rb; sourceTree = "<group>"; };
|
||||
C924E1A1215CF37300AEDEB5 /* environment.rb.example */ = {isa = PBXFileReference; lastKnownFileType = text; path = environment.rb.example; sourceTree = "<group>"; };
|
||||
C9310BBD20FF63A400838910 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
|
||||
C9310BC020FF6E9700838910 /* Umbrella-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Umbrella-Header.h"; path = "OpenVPNAdapter/Umbrella-Header.h"; sourceTree = "<group>"; };
|
||||
C9354F431F1E49A500F4C935 /* OpenVPNReachabilityTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpenVPNReachabilityTests.swift; sourceTree = "<group>"; };
|
||||
@@ -403,6 +407,8 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C924E19C215CE9BC00AEDEB5 /* vpn_profile_template.erb */,
|
||||
C924E1A1215CF37300AEDEB5 /* environment.rb.example */,
|
||||
C924E1A0215CEDE600AEDEB5 /* fill_vpn_profile.rb */,
|
||||
);
|
||||
path = Scripts;
|
||||
sourceTree = "<group>";
|
||||
@@ -817,6 +823,7 @@
|
||||
C915F2221F61B0E700B3DF23 /* keyfile-decrypted.3des in Resources */,
|
||||
C915F2251F61B22300B3DF23 /* test-ca.crt in Resources */,
|
||||
C915F21F1F6199E300B3DF23 /* keyfile-encrypted.3des in Resources */,
|
||||
C924E1A2215CF37300AEDEB5 /* environment.rb.example in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -834,6 +841,7 @@
|
||||
C915F2231F61B0E700B3DF23 /* keyfile-decrypted.3des in Resources */,
|
||||
C915F2261F61B22300B3DF23 /* test-ca.crt in Resources */,
|
||||
C915F2201F6199E300B3DF23 /* keyfile-encrypted.3des in Resources */,
|
||||
C924E1A3215CF37300AEDEB5 /* environment.rb.example in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user