Skip to content

Commit

Permalink
feat update
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Mar 18, 2024
1 parent 17fc2f4 commit 76cf008
Show file tree
Hide file tree
Showing 13 changed files with 4,134 additions and 3,929 deletions.
33 changes: 15 additions & 18 deletions android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"appId": "app.myclub.defaultapp",
"appName": "myclub",
"webDir": "www/browser",
"server": {
"allowNavigation": [
"http://developers.google.com/*"
]
},
"android": {},
"plugins": {
"PushNotifications": {
"presentationOptions": [
"badge",
"sound",
"alert"
]
}
}
"appId": "app.myclub.defaultapp",
"appName": "myclub",
"webDir": "www/browser",
"server": {
"allowNavigation": ["http://developers.google.com/*"]
},
"android": {},
"plugins": {
"PushNotifications": {
"presentationOptions": ["badge", "sound", "alert"]
}
},
"ios": {
"scheme": "App"
}
}
4 changes: 4 additions & 0 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ const config: CapacitorConfig = {
presentationOptions: ["badge", "sound", "alert"],
},
},
// Add this:
ios: {
scheme: "App",
},
// ios: {
// contentInset: "always"
// }
Expand Down
42 changes: 29 additions & 13 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -22,7 +22,7 @@
221965E08A7D8675FE10D56A /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
504EC3041FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "<>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<.app"; sourceTree = BUILT_PRODUCTS_DIR; };
504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -69,7 +69,7 @@
504EC3051FED79650016851F /* Products */ = {
isa = PBXGroup;
children = (
504EC3041FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<.app */,
504EC3041FED79650016851F /* App.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -104,9 +104,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
504EC3031FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<< */ = {
504EC3031FED79650016851F /* App */ = {
isa = PBXNativeTarget;
buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "<>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<" */;
buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
buildPhases = (
397B1178F9C986850C30CFE8 /* [CP] Check Pods Manifest.lock */,
504EC3001FED79650016851F /* Sources */,
Expand All @@ -119,9 +119,9 @@
);
dependencies = (
);
name = "<>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<";
name = App;
productName = App;
productReference = 504EC3041FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<.app */;
productReference = 504EC3041FED79650016851F /* App.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -130,8 +130,9 @@
504EC2FC1FED79650016851F /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 920;
LastUpgradeCheck = 920;
LastUpgradeCheck = 1530;
TargetAttributes = {
504EC3031FED79650016851F = {
CreatedOnToolsVersion = 9.2;
Expand All @@ -153,7 +154,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
504EC3031FED79650016851F /* <>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<< */,
504EC3031FED79650016851F /* App */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -275,15 +276,18 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -295,6 +299,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -332,15 +337,18 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -352,6 +360,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand All @@ -363,7 +372,8 @@
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand All @@ -379,7 +389,10 @@
DEVELOPMENT_TEAM = U7DQUX87VS;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.11;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = app.myclub.default;
Expand All @@ -401,7 +414,10 @@
DEVELOPMENT_TEAM = U7DQUX87VS;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.11;
PRODUCT_BUNDLE_IDENTIFIER = app.myclub.default;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -423,7 +439,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "<>>><>><<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<" */ = {
504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
504EC3171FED79650016851F /* Debug */,
Expand Down
33 changes: 15 additions & 18 deletions ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"appId": "app.myclub.defaultapp",
"appName": "myclub",
"webDir": "www/browser",
"server": {
"allowNavigation": [
"http://developers.google.com/*"
]
},
"android": {},
"plugins": {
"PushNotifications": {
"presentationOptions": [
"badge",
"sound",
"alert"
]
}
}
"appId": "app.myclub.defaultapp",
"appName": "myclub",
"webDir": "www/browser",
"server": {
"allowNavigation": ["http://developers.google.com/*"]
},
"android": {},
"plugins": {
"PushNotifications": {
"presentationOptions": ["badge", "sound", "alert"]
}
},
"ios": {
"scheme": "App"
}
}
14 changes: 7 additions & 7 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Capacitor (5.7.2):
- Capacitor (5.7.3):
- CapacitorCordova
- CapacitorBrowser (5.2.0):
- Capacitor
- CapacitorCamera (5.0.9):
- Capacitor
- CapacitorCordova (5.7.2)
- CapacitorCordova (5.7.3)
- CapacitorDevice (5.0.7):
- Capacitor
- CapacitorDialog (5.0.7):
Expand All @@ -32,7 +32,7 @@ PODS:
- Capacitor
- CapacitorStatusBar (5.0.7):
- Capacitor
- CordovaPlugins (5.7.2):
- CordovaPlugins (5.7.3):
- CapacitorCordova
- Firebase/CoreOnly (7.11.0):
- FirebaseCore (= 7.11.0)
Expand Down Expand Up @@ -191,10 +191,10 @@ EXTERNAL SOURCES:
:path: "../capacitor-cordova-ios-plugins"

SPEC CHECKSUMS:
Capacitor: fc7ef6d935eafb0df9eaaf109ca69be16c51a2d2
Capacitor: 7b5eb47c6125e9b58a3e3cd02fe366fc58adc89c
CapacitorBrowser: a6deae9e5bf87f62b62a753cff7992c5def9e771
CapacitorCamera: 4892c5c392f60039d853dde78bc50ba19fbd113e
CapacitorCordova: 70b13b8fddb6f35d8adcfe06cb5045c07f35f6de
CapacitorCordova: a377c52a28dbb3b895c0f71187f7b1777fee69db
CapacitorDevice: fc91bdb484dc0e70755e9b621cd557afe642613a
CapacitorDialog: ea1beaccb7f825191aa18b72cba8981b881b3b2d
CapacitorGeolocation: 918a292459542bcce98433f9e7c7909f8c72838a
Expand All @@ -207,7 +207,7 @@ SPEC CHECKSUMS:
CapacitorShare: c6a1ebbf0114ff9e863b966cd6052678fa25d480
CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242
CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7
CordovaPlugins: e79b310121686e0085527a0d05c774f2b171f135
CordovaPlugins: 2b7f7fbc42cc2ab42c5ee1a4cb1fabcf1ac7bca2
Firebase: c121feb35e4126c0b355e3313fa9b487d47319fd
FirebaseCore: 907447d8917a4d3eb0cce2829c5a0ad21d90b432
FirebaseCoreDiagnostics: 68ad972f99206cef818230f3f3179d52ccfb7f8c
Expand All @@ -223,4 +223,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: f9b7ce0e8a7dad6aa4ca283640ca93852c7ba4e6

COCOAPODS: 1.14.2
COCOAPODS: 1.15.2
11 changes: 5 additions & 6 deletions ios/App/Pods/Local Podspecs/Capacitor.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions ios/App/Pods/Local Podspecs/CapacitorCordova.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions ios/App/Pods/Local Podspecs/CordovaPlugins.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 76cf008

Please sign in to comment.